| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-actions_test.cc | 109 EXPECT_EQ(0, BuiltInDefaultValue<char>::Get()); in TEST() 126 EXPECT_EQ(0, BuiltInDefaultValue<int>::Get()); in TEST() 131 EXPECT_EQ(0, BuiltInDefaultValue<Int64>::Get()); in TEST() 132 EXPECT_EQ(0, BuiltInDefaultValue<float>::Get()); in TEST() 166 EXPECT_FALSE(BuiltInDefaultValue<bool>::Get()); in TEST() 245 BuiltInDefaultValue<int&>::Get(); in TEST() 248 BuiltInDefaultValue<const char&>::Get(); in TEST() 274 EXPECT_EQ(1, DefaultValue<int>::Get()); in TEST() 299 EXPECT_EQ(0, DefaultValue<int>::Get()); in TEST() 321 return DefaultValue<void>::Get(); in TEST() [all …]
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/examples/ |
| H A D | wpas-dbus-new.py | 28 ifaces = wpas_obj.Get(WPAS_DBUS_INTERFACE, 'Interfaces', 32 ifname = if_obj.Get(WPAS_DBUS_INTERFACES_INTERFACE, 'Ifname', 45 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'BSSID', 51 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'SSID', 55 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'WPA', 60 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'RSN', 65 freq = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Frequency', 67 signal = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Signal', 69 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Rates', 81 res = if_obj.Get(WPAS_DBUS_INTERFACES_INTERFACE, 'BSSs',
|
| H A D | wpas-dbus-new-signals.py | 29 ifaces = wpas_obj.Get(WPAS_DBUS_INTERFACE, 'Interfaces', 33 ifname = if_obj.Get(WPAS_DBUS_INTERFACES_INTERFACE, 'Ifname', 52 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'BSSID', 58 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'SSID', 62 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'WPA', 67 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'RSN', 72 freq = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Frequency', 74 signal = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Signal', 76 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Rates',
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeCategory.cpp | 85 bool TypeCategoryImpl::Get(lldb::LanguageType lang, in Get() function in TypeCategoryImpl 90 if (GetTypeFormatsContainer()->Get(candidates, entry)) in Get() 96 bool TypeCategoryImpl::Get(lldb::LanguageType lang, in Get() function in TypeCategoryImpl 101 if (GetTypeSummariesContainer()->Get(candidates, entry)) in Get() 107 bool TypeCategoryImpl::Get(lldb::LanguageType lang, in Get() function in TypeCategoryImpl 115 if (!GetTypeFiltersContainer()->Get(candidates, filter_sp)) in Get() 116 GetRegexTypeFiltersContainer()->Get(candidates, filter_sp); in Get() 120 if (!GetTypeSyntheticsContainer()->Get(candidates, synth)) in Get() 121 GetRegexTypeSyntheticsContainer()->Get(candidates, synth); in Get() 237 if (GetTypeFormatsContainer()->Get(type_name, format_sp)) { in AnyMatches() [all …]
|
| H A D | FormatCache.cpp | 27 void FormatCache::Entry::Get(lldb::TypeFormatImplSP &retval) { in Get() function in FormatCache::Entry 31 void FormatCache::Entry::Get(lldb::TypeSummaryImplSP &retval) { in Get() function in FormatCache::Entry 35 void FormatCache::Entry::Get(lldb::SyntheticChildrenSP &retval) { in Get() function in FormatCache::Entry 77 bool FormatCache::Get(ConstString type, ImplSP &format_impl_sp) { in Get() function in FormatCache 82 entry.Get(format_impl_sp); in Get() 93 FormatCache::Get<lldb::TypeFormatImplSP>(ConstString, lldb::TypeFormatImplSP &); 95 FormatCache::Get<lldb::TypeSummaryImplSP>(ConstString, 98 FormatCache::Get<lldb::SyntheticChildrenSP>(ConstString,
|
| H A D | LanguageCategory.cpp | 34 bool LanguageCategory::Get(FormattersMatchData &match_data, in Get() function in LanguageCategory 43 if (m_format_cache.Get(match_data.GetTypeForCache(), retval_sp)) in Get() 48 bool result = m_category_sp->Get(valobj.GetObjectRuntimeLanguage(), in Get() 62 LanguageCategory::Get<lldb::TypeFormatImplSP>(FormattersMatchData &, 65 LanguageCategory::Get<lldb::TypeSummaryImplSP>(FormattersMatchData &, 68 LanguageCategory::Get<lldb::SyntheticChildrenSP>(FormattersMatchData &,
|
| H A D | TypeCategoryMap.cpp | 49 if (!Get(category_name, category)) in Enable() 57 if (!Get(category_name, category)) in Disable() 133 bool TypeCategoryMap::Get(KeyType name, ValueSP &entry) { in Get() function in TypeCategoryMap 142 bool TypeCategoryMap::Get(uint32_t pos, ValueSP &entry) { in Get() function in TypeCategoryMap 172 void TypeCategoryMap::Get(FormattersMatchData &match_data, ImplSP &retval) { in Get() function in TypeCategoryMap 197 if (!category_sp->Get( in Get() 211 TypeCategoryMap::Get<lldb::TypeFormatImplSP>(FormattersMatchData &match_data, 214 TypeCategoryMap::Get<lldb::TypeSummaryImplSP>(FormattersMatchData &match_data, 216 template void TypeCategoryMap::Get<lldb::SyntheticChildrenSP>(
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | CppModuleConfiguration.cpp | 77 MakePath(m_c_inc.Get(), "stdio.h"), in hasValidConfig() 80 MakePath(m_std_inc.Get(), "module.modulemap"), in hasValidConfig() 83 MakePath(m_std_inc.Get(), "vector"), in hasValidConfig() 110 m_include_dirs = {m_std_inc.Get().str(), m_resource_inc, in CppModuleConfiguration() 111 m_c_inc.Get().str()}; in CppModuleConfiguration()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormatCache.h | 40 void Get(lldb::TypeFormatImplSP &); 41 void Get(lldb::TypeSummaryImplSP &); 42 void Get(lldb::SyntheticChildrenSP &); 60 template <typename ImplSP> bool Get(ConstString type, ImplSP &format_impl_sp);
|
| H A D | TypeCategoryMap.h | 63 bool Get(KeyType name, ValueSP &entry); 65 bool Get(uint32_t pos, ValueSP &entry); 80 template <typename ImplSP> void Get(FormattersMatchData &, ImplSP &);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_bytemap.h | 57 u8 *p = Get(i); in TestOnlyUnmap() 77 u8 *map2 = Get(idx / kSize2); 84 u8 *Get(uptr idx) const { in Get() function 91 u8 *res = Get(idx); in GetOrCreate() 94 if (!(res = Get(idx))) { in GetOrCreate()
|
| H A D | sanitizer_allocator_stats.h | 47 uptr Get(AllocatorStat i) const { in Get() function 83 Add(AllocatorStat(i), s->Get(AllocatorStat(i))); in Unregister() 86 void Get(AllocatorStatCounters s) const { in Get() function 92 s[i] += stats->Get(AllocatorStat(i)); in Get()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | UserIDResolver.h | 28 return Get(uid, m_uid_cache, &UserIDResolver::DoGetUserName); in GetUserName() 31 return Get(gid, m_gid_cache, &UserIDResolver::DoGetGroupName); in GetGroupName() 46 Get(id_t id, Map &cache,
|
| /freebsd-13.1/sys/kern/ |
| H A D | cpufreq_if.m | 50 # Get the current active level. 58 # Get the current possible levels, based on all drivers. 77 # Get an individual driver's setting. 85 # Get the settings supported by a driver. 94 # Get an individual driver's type.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsBPF.def | 20 // Get record field information. 23 // Get BTF type id. 26 // Get type information.
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-actions.h | 78 static T Get() { return T(); } in Get() function 82 static T Get() { 107 static T Get() { 118 static T Get() { 119 return BuiltInDefaultValueGetter<T, false>::Get(); 131 static T Get() { return BuiltInDefaultValue<T>::Get(); } 140 static T* Get() { return NULL; } 150 static type Get() { return value; } \ 238 static T Get() { 301 static T& Get() { [all …]
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-tuple.h | 146 template <int k> class Get; 809 class Get<0> { 821 class Get<1> { 833 class Get<2> { 845 class Get<3> { 857 class Get<4> { 869 class Get<5> { 881 class Get<6> { 893 class Get<7> { 905 class Get<8> { [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 113 ValueType *(Module::*Get)(StringRef) const> 134 ValueType *(Module::*Get)(StringRef) const> 135 bool ExplicitRewriteDescriptor<DT, ValueType, Get>::performOnModule(Module &M) { in performOnModule() 137 if (ValueType *S = (M.*Get)(Source)) { in performOnModule() 141 if (Value *T = (M.*Get)(Target)) in performOnModule() 154 ValueType *(Module::*Get)(StringRef) const, 176 ValueType *(Module::*Get)(StringRef) const, 179 bool PatternRewriteDescriptor<DT, ValueType, Get, Iterator>:: 196 if (Value *V = (M.*Get)(Name)) in performOnModule()
|
| /freebsd-13.1/stand/i386/boot2/ |
| H A D | boot1.S | 192 mov 0xa(%bx),%si # Get BTX length and set 208 inb $0x64,%al # Get status 213 seta20.2: inb $0x64,%al # Get status 227 mov 0x8(%si),%ax # Get 242 xorb %ah,%ah # BIOS: Get 252 putstr: lodsb # Get char 293 movb $0x8,%ah # BIOS: Get drive 301 mov 0x8(%bp),%eax # Get LBA
|
| /freebsd-13.1/usr.sbin/bsdconfig/include/ |
| H A D | media.hlp | 19 Floppy Get distribution files from one or more DOS or UFS 26 FTP Get the distribution files from an anonymous ftp server 43 Get the distribution files directly from an HTTP server. 50 NFS Get the distribution files from an NFS server somewhere
|
| /freebsd-13.1/stand/i386/zfsboot/ |
| H A D | zfsldr.S | 124 mov 0xa(%bx),%si # Get BTX length and set 162 inb $0x64,%al # Get status 167 seta20.2: inb $0x64,%al # Get status 187 read: xor %ecx,%ecx # Get 216 xorb %ah,%ah # BIOS: Get 226 putstr: lodsb # Get char 256 hex8.1: andb $0xf,%al # Get lower 4
|
| /freebsd-13.1/stand/i386/gptboot/ |
| H A D | gptldr.S | 79 mov 0xa(%bx),%si # Get BTX length and set 108 mov 0xa(%bx),%cx # Get BTX length and set 125 inb $0x64,%al # Get status 130 seta20.2: inb $0x64,%al # Get status
|
| /freebsd-13.1/sys/dev/gpio/ |
| H A D | gpiobus_if.m | 62 # Get value of pin specifed by pin_num 81 # Get pin capabilities 91 # Get pin flags 111 # Get the pin name
|
| H A D | gpio_if.m | 80 # Get maximum pin number 97 # Get value of pin specifed by pin_num 114 # Get pin capabilities 123 # Get pin flags 132 # Get pin name
|
| /freebsd-13.1/sys/dev/ofw/ |
| H A D | ofw_bus_if.m | 118 # Get the ofw_bus_devinfo struct for the device dev on the bus. Used for bus 127 # Get the alternate firmware name for the device dev on the bus. The default 134 # Get the firmware model name for the device dev on the bus. The default method 141 # Get the firmware name for the device dev on the bus. The default method will 148 # Get the firmware node for the device dev on the bus. The default method will 155 # Get the firmware device type for the device dev on the bus. The default
|