Searched defs:Set (Results 1 - 25 of 236) sorted by relevance

12345678910

/external/libcxx/test/libcxx/containers/gnu_cxx/
H A Dhash_set.pass.cpp22 typedef __gnu_cxx::hash_set<int> Set; typedef
23 Set s;
24 Set s2(s);
/external/google-breakpad/src/testing/gtest/samples/
H A Dsample2.cc51 void MyString::Set(const char* a_c_string) { function in class:MyString
/external/googletest/googletest/samples/
H A Dsample2.cc51 void MyString::Set(const char* a_c_string) { function in class:MyString
/external/libchrome/base/synchronization/
H A Datomic_flag.cc13 // Set() from the same sequence after. Note: the sequencing requirements are
19 void AtomicFlag::Set() { function in class:base::AtomicFlag
/external/protobuf/gtest/samples/
H A Dsample2.cc51 void MyString::Set(const char* a_c_string) { function in class:MyString
/external/protobuf/python/
H A Dstubout.py25 stubs.Set(os.path, 'exists', lambda x: 1)
53 stubbed. Note that the method Set() does not do that: if obj is
109 def Set(self, parent, child_name, new_child): member in class:StubOutForTesting
129 """Reverses all the Set() calls, restoring things to their original
131 no effect if no Set() calls have been made.
134 # Undo calls to Set() in reverse order, in case Set() was called on the
/external/tensorflow/tensorflow/core/lib/gtl/
H A Dmap_util_test.cc53 // Set operations
54 typedef std::set<int> Set; typedef
55 Set s;
/external/v8/testing/gtest/samples/
H A Dsample2.cc51 void MyString::Set(const char* a_c_string) { function in class:MyString
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
H A Dsample2.cc51 void MyString::Set(const char* a_c_string) { function in class:MyString
/external/autotest/client/site_tests/firmware_TouchMTB/geometry/
H A Dminicircle.py22 from sets import Set namespace
118 return Set([p if isinstance(p, Point) else Point(*p) for p in points])
128 return _b_minicircle(P, Set()) if P else None
/external/libchrome/base/threading/
H A Dthread_local.h19 // to Set().
22 // been set otherwise with Set().
36 // Singleton<ThreadLocalPointer<MyClass> >::get()->Set(this);
41 // Singleton<ThreadLocalPointer<MyClass> >::get()->Set(NULL);
68 void Set(Type* ptr) { function in class:base::ThreadLocalPointer
69 slot_.Set(const_cast<void*>(static_cast<const void*>(ptr)));
87 void Set(bool val) { function in class:base::ThreadLocalBoolean
88 tlp_.Set(val ? this : nullptr);
/external/libcxx/test/std/containers/associative/
H A Diterator_types.pass.cpp39 template <class Set, class ValueTp, class CPtrT>
41 static_assert((std::is_same<typename Set::iterator,
42 typename Set::const_iterator>::value), "");
43 typedef typename Set::difference_type Diff;
45 typedef typename Set::iterator It;
95 typedef std::set<ValueTp> Set; typedef
96 testSet<Set, ValueTp, ValueTp const*>();
101 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; typedef
102 testSet<Set, ValueTp, ValueTp const*>();
108 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; typedef
114 typedef std::multiset<ValueTp> Set; typedef
120 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; typedef
127 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; typedef
[all...]
/external/libcxx/test/std/containers/unord/
H A Diterator_difference_type.pass.cpp53 template <class Set, class ValueTp, class CPtrT>
55 static_assert((std::is_same<typename Set::iterator,
56 typename Set::const_iterator>::value), "");
57 static_assert((std::is_same<typename Set::local_iterator,
58 typename Set::const_local_iterator>::value), "");
59 typedef typename Set::difference_type Diff;
61 typedef typename Set::iterator It;
69 typedef typename Set::local_iterator It;
118 typedef std::unordered_set<ValueTp> Set; typedef
119 testUnorderedSet<Set, ValueT
124 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; typedef
131 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; typedef
137 typedef std::unordered_multiset<ValueTp> Set; typedef
143 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; typedef
150 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; typedef
[all...]
/external/pdfium/core/fpdfapi/font/
H A Dcpdf_fontglobals.cpp29 CPDF_Font* CPDF_FontGlobals::Set(CPDF_Document* pDoc, function in class:CPDF_FontGlobals
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_measurement.h22 void Set(float fValue, XFA_Unit eUnit) { function in class:CXFA_Measurement
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVExtInst.h53 isOpenCLBuiltinSet (SPIRVExtInstSetKind Set) { argument
54 return Set == SPIRVEIS_OpenCL;
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
H A Dlocked_bandwidth_info.h33 void Set(const IsacBandwidthInfo& bwinfo) { function in class:webrtc::final
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
H A Dgeometry_unittest.py14 from sets import Set namespace
106 # Since every point is unique in the tests, we could simply use Set
116 expected_set1 = Set([Point(*p) for p in expected_cluster1])
117 expected_set2 = Set([Point(*p) for p in expected_cluster2])
118 actual_set1 = Set(actual_cluster1)
119 actual_set2 = Set(actual_cluster2)
120 self.assertTrue(Set([expected_set1, expected_set2]) ==
121 Set([actual_set1, actual_set2]))
/external/compiler-rt/make/
H A Dutil.mk31 # Function: Set variable value
33 # Set the given make variable to the given value.
34 Set = $(eval $(1) := $(2)) macro
76 $(call Set,$(2),$($(1))))
98 $(call Set,varname,$(firstword $(subst =, ,$(arg)))) \
/external/compiler-rt/test/esan/TestCases/
H A Dworkingset-signal-posix.cpp56 sigset_t Set; local
57 sigemptyset(&Set);
58 sigaddset(&Set, SIGSEGV);
59 Res = sigprocmask(SIG_BLOCK, &Set, NULL);
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h51 // Except for Set methods, all methods are const or static, which provides an
73 Set(rhs);
77 void Set(const FilePath& rhs) { function in class:testing::internal::FilePath
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h51 // Except for Set methods, all methods are const or static, which provides an
69 Set(rhs);
73 void Set(const FilePath& rhs) { function in class:testing::internal::FilePath
/external/libbrillo/brillo/dbus/
H A Ddbus_property.h43 void Set(const T& value, dbus::PropertySet::SetCallback callback) { function in class:brillo::dbus_utils::Property
45 property_set()->Set(this, callback);
48 // Synchronous version of Set().
68 // Method used by test and stub implementations of dbus::PropertySet::Set
/external/libchrome/base/files/
H A Dscoped_temp_dir.cc49 bool ScopedTempDir::Set(const FilePath& path) { function in class:base::ScopedTempDir
/external/libcxx/test/std/containers/associative/multiset/
H A Dincomplete_type.pass.cpp18 typedef std::multiset<A> Set; typedef in struct:A
20 Set m;
21 Set::iterator it;
22 Set::const_iterator cit;

Completed in 4962 milliseconds

12345678910