Home
last modified time | relevance | path

Searched defs:Set (Results 1 – 25 of 117) sorted by relevance

12345

/external/regex-re2/re2/testing/
Dset_test.cc15 TEST(Set, Unanchored) { in TEST() argument
41 TEST(Set, UnanchoredFactored) { in TEST() argument
72 TEST(Set, UnanchoredDollar) { in TEST() argument
84 TEST(Set, Anchored) { in TEST() argument
/external/llvm/unittests/ADT/
DSparseMultiSetTest.cpp21 USet Set; in TEST() local
42 USet Set; in TEST() local
82 USet Set; in TEST() local
163 USet Set; in TEST() local
216 ASet Set; in TEST() local
DSparseSetTest.cpp21 USet Set; in TEST() local
44 USet Set; in TEST() local
81 USet Set; in TEST() local
169 ASet Set; in TEST() local
/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h27 void Set(baseType x, baseType y) in Set() function
31 void Set(const FXT_PSV &psv) in Set() function
135 void Set(baseType newx, baseType newy) in Set() function
140 void Set(const FXT_PSV &psv) in Set() function
144 void Set(const FXT_POINT &p1, const FXT_POINT &p2) in Set() function
241 void Set(baseType left, baseType top, baseType width, baseType height) in Set() function
245 void Set(baseType left, baseType top, const FXT_SIZE &size) in Set() function
249 void Set(const FXT_POINT &p, baseType width, baseType height) in Set() function
253 void Set(const FXT_POINT &p1, const FXT_POINT &p2) in Set() function
257 void Set(const FXT_POINT &p, const FXT_VECTOR &v) in Set() function
/external/google-breakpad/src/testing/gtest/samples/
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
Dsample2_unittest.cc95 TEST(MyString, Set) { in TEST() argument
/external/protobuf/gtest/samples/
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
Dsample2_unittest.cc95 TEST(MyString, Set) { in TEST() argument
/external/v8/src/compiler/
Dnode-aux-data-inl.h22 void NodeAuxData<T>::Set(Node* node, const T& data) { in Set() function
/external/v8/src/x64/
Dlithium-gap-resolver-x64.cc182 __ Set(dst, constant); in EmitMove() local
184 __ Set(dst, static_cast<uint32_t>(constant)); in EmitMove() local
196 __ Set(kScratchRegister, int_val); in EmitMove() local
/external/webrtc/src/system_wrappers/source/
Devent_win.cc30 bool EventWindows::Set() in Set() function in webrtc::EventWindows
/external/gtest/include/gtest/internal/
Dgtest-filepath.h73 void Set(const FilePath& rhs) { in Set() function
/external/v8/test/cctest/compiler/
Dc-signature.h86 void Set(int index, MachineType type) { in Set() function
/external/clang/test/Modules/Inputs/
Dtemplates-left.h13 template<typename T> class Set; variable
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-filepath.h77 void Set(const FilePath& rhs) { in Set() function
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h77 void Set(const FilePath& rhs) { in Set() function
/external/protobuf/gtest/include/gtest/internal/
Dgtest-filepath.h77 void Set(const FilePath& rhs) { in Set() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h77 void Set(const FilePath& rhs) { in Set() function
/external/valgrind/auxprogs/
DDotToScc.hs159 data Set e = MkSet [e] type
/external/pdfium/fpdfsdk/src/
Dfpdf_dataavail.cpp19 void Set(FX_FILEAVAIL* pfileAvail) in Set() function in CFPDF_FileAvailWrap
41 void Set(FPDF_FILEACCESS* pFile) in Set() function in CFPDF_FileAccessWrap
/external/protobuf/python/
Dstubout.py109 def Set(self, parent, child_name, new_child): member in StubOutForTesting
/external/v8/include/
Dv8-util.h49 static PersistentContainerValue Set(Impl* impl, K key, in Set() function
175 UniquePersistent<V> Set(const K& key, Local<V> value) { in Set() function
183 UniquePersistent<V> Set(const K& key, UniquePersistent<V> value) { in Set() function
270 UniquePersistent<V> Set(const K& key, UniquePersistent<V> value, in Set() function
/external/drm_hwcomposer/
Ddrm_hwcomposer.h68 int Set(int fd) { in Set() function
100 int Set(int fd) { in Set() function
/external/regex-re2/re2/
Dset.cc15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) { in Set() function in RE2::Set
/external/llvm/include/llvm/ADT/
DSmallSet.h37 std::set<T, C> Set; variable

12345