| /freebsd-12.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-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | TypeCategory.cpp | 102 bool TypeCategoryImpl::Get(ValueObject &valobj, in Get() function in TypeCategoryImpl 107 if (GetTypeFormatsContainer()->Get(candidates, entry, reason)) in Get() 115 bool TypeCategoryImpl::Get(ValueObject &valobj, in Get() function in TypeCategoryImpl 120 if (GetTypeSummariesContainer()->Get(candidates, entry, reason)) in Get() 128 bool TypeCategoryImpl::Get(ValueObject &valobj, in Get() function in TypeCategoryImpl 184 bool TypeCategoryImpl::Get(ValueObject &valobj, in Get() function in TypeCategoryImpl 189 if (GetTypeValidatorsContainer()->Get(candidates, entry, reason)) in Get() 318 if (GetTypeFormatsContainer()->Get(type_name, format_sp)) { in AnyMatches() 338 if (GetTypeSummariesContainer()->Get(type_name, summary_sp)) { in AnyMatches() 358 if (GetTypeFiltersContainer()->Get(type_name, filter_sp)) { in AnyMatches() [all …]
|
| H A D | LanguageCategory.cpp | 38 bool LanguageCategory::Get(FormattersMatchData &match_data, in Get() function in LanguageCategory 53 m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp); in Get() 61 bool LanguageCategory::Get(FormattersMatchData &match_data, in Get() function in LanguageCategory 76 m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp); in Get() 84 bool LanguageCategory::Get(FormattersMatchData &match_data, in Get() function in LanguageCategory 99 m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp); in Get() 107 bool LanguageCategory::Get(FormattersMatchData &match_data, in Get() function in LanguageCategory 122 m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp); in Get()
|
| H A D | TypeCategoryMap.cpp | 51 if (!Get(category_name, category)) in Enable() 59 if (!Get(category_name, category)) in Disable() 135 bool TypeCategoryMap::Get(KeyType name, ValueSP &entry) { in Get() function in TypeCategoryMap 144 bool TypeCategoryMap::Get(uint32_t pos, ValueSP &entry) { in Get() function in TypeCategoryMap 201 if (!category_sp->Get(match_data.GetValueObject(), in GetFormat() 241 if (!category_sp->Get(match_data.GetValueObject(), in GetSummaryFormat() 284 if (!category_sp->Get(match_data.GetValueObject(), in GetSyntheticChildren() 325 if (!category_sp->Get(match_data.GetValueObject(), in GetValidator()
|
| /freebsd-12.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-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | LanguageCategory.h | 29 bool Get(FormattersMatchData &match_data, lldb::TypeFormatImplSP &format_sp); 31 bool Get(FormattersMatchData &match_data, lldb::TypeSummaryImplSP &format_sp); 33 bool Get(FormattersMatchData &match_data, 36 bool Get(FormattersMatchData &match_data,
|
| H A D | FormattersContainer.h | 106 bool Get(KeyType name, ValueSP &entry) { in Get() function 194 bool Get(ValueObject &valobj, MapValueType &entry, 198 bool ret = Get(valobj, ast_type, entry, use_dynamic, value); 208 bool Get(ConstString type, MapValueType &entry) { in Get() function 267 return m_format_map.Get(type, entry); in Get_Impl() 324 bool Get(const FormattersMatchVector &candidates, MapValueType &entry, in Get() function 327 if (Get(candidate.GetTypeName(), entry)) { in Get()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_bytemap.h | 58 u8 *p = Get(i); in TestOnlyUnmap() 78 u8 *map2 = Get(idx / kSize2); 85 u8 *Get(uptr idx) const { in Get() function 92 u8 *res = Get(idx); in GetOrCreate() 95 if (!(res = Get(idx))) { in GetOrCreate()
|
| H A D | sanitizer_allocator_stats.h | 48 uptr Get(AllocatorStat i) const { in Get() function 84 Add(AllocatorStat(i), s->Get(AllocatorStat(i))); in Unregister() 87 void Get(AllocatorStatCounters s) const { in Get() function 93 s[i] += stats->Get(AllocatorStat(i)); in Get()
|
| /freebsd-12.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-12.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-12.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-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 113 ValueType *(Module::*Get)(StringRef) const> 133 ValueType *(Module::*Get)(StringRef) const> 134 bool ExplicitRewriteDescriptor<DT, ValueType, Get>::performOnModule(Module &M) { in performOnModule() 136 if (ValueType *S = (M.*Get)(Source)) { in performOnModule() 140 if (Value *T = (M.*Get)(Target)) in performOnModule() 153 ValueType *(Module::*Get)(StringRef) const, 174 ValueType *(Module::*Get)(StringRef) const, 177 bool PatternRewriteDescriptor<DT, ValueType, Get, Iterator>:: 194 if (Value *V = (M.*Get)(Name)) in performOnModule()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MIUtilMapIdToVariant.h | 35 bool Get(const CMIUtilString &vId, T &vrwData, bool &vrwbFound) const; 106 bool CMIUtilMapIdToVariant::Get(const CMIUtilString &vId, T &vrwData, in Get() function 120 const T *pDataObj = rData.Get<T>(); in Get()
|
| /freebsd-12.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-12.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-12.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-12.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-12.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-12.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
|
| /freebsd-12.1/stand/i386/btx/btxldr/ |
| H A D | btxldr.S | 76 movzwl BDA_MEM,%eax # Get base memory 96 start.1: movl (%ebx),%eax # Get argument and 274 hexout.1: lodsb # Get a char
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | streambuf | 45 // Get and put areas: 46 // 27.6.2.2.3 Get area: 67 // 27.6.2.3.2 Get area: 93 // 27.6.2.4.3 Get area: 170 // Get and put areas: 171 // 27.6.2.2.3 Get area: 238 // 27.6.2.3.2 Get area: 282 // 27.6.2.4.3 Get area:
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mutexset.h | 39 Desc Get(uptr i) const; 65 MutexSet::Desc MutexSet::Get(uptr i) const { return Desc(); } in Get() function
|