Home
last modified time | relevance | path

Searched refs:Get (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc109 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 DTypeCategory.cpp102 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 DLanguageCategory.cpp38 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 DTypeCategoryMap.cpp51 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 Dwpas-dbus-new.py28 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 Dwpas-dbus-new-signals.py29 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 DLanguageCategory.h29 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 DFormattersContainer.h106 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 Dsanitizer_allocator_bytemap.h58 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 Dsanitizer_allocator_stats.h48 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 Dcpufreq_if.m50 # 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 Dgmock-actions.h78 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 Dgtest-tuple.h146 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 DSymbolRewriter.cpp113 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 DMIUtilMapIdToVariant.h35 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 Dboot1.S192 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 Dzfsldr.S124 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 Dmedia.hlp19 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 Dgptldr.S79 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 Dgpiobus_if.m62 # Get value of pin specifed by pin_num
81 # Get pin capabilities
91 # Get pin flags
111 # Get the pin name
H A Dgpio_if.m80 # 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 Dofw_bus_if.m118 # 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 Dbtxldr.S76 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 Dstreambuf45 // 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 Dtsan_mutexset.h39 Desc Get(uptr i) const;
65 MutexSet::Desc MutexSet::Get(uptr i) const { return Desc(); } in Get() function

12345678910>>...13