Home
last modified time | relevance | path

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

12345678910

/external/libcxx/test/libcxx/containers/unord/unord.set/
Dmissing_hash_specialization.fail.cpp49 using Set = std::unordered_set<VT>; in main() typedef
59 using Set = std::unordered_set<int, BadHashNoCopy>; in main() typedef
63 using Set = std::unordered_set<int, BadHashNoCall>; in main() typedef
67 using Set = std::unordered_set<int, GoodHashNoDefault>; in main() typedef
/external/libcxx/test/std/containers/associative/
Diterator_types.pass.cpp95 typedef std::set<ValueTp> Set; in main() typedef
101 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
108 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
114 typedef std::multiset<ValueTp> Set; in main() typedef
120 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
127 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
/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/webrtc/webrtc/test/
Drtcp_packet_parser.h54 void Set(const RTCPUtility::RTCPPacketSR& sr) { in Set() function
72 void Set(const RTCPUtility::RTCPPacketRR& rr) { in Set() function
96 void Set(const RTCPUtility::RTCPPacketReportBlockItem& rb) { in Set() function
112 void Set() { ++num_packets_; } in Set() function
125 void Set(const RTCPUtility::RTCPPacketExtendedJitterReportItem& ij_item) { in Set() function
141 void Set() { ++num_packets_; } in Set() function
155 void Set(const RTCPUtility::RTCPPacketSDESCName& cname) { in Set() function
173 void Set(const RTCPUtility::RTCPPacketBYE& bye) { in Set() function
195 void Set(const RTCPUtility::RTCPPacketPSFBRPSI& rpsi) { in Set() function
214 void Set(const RTCPUtility::RTCPPacketAPP& app) { in Set() function
[all …]
/external/libcxx/test/std/containers/unord/
Diterator_difference_type.pass.cpp118 typedef std::unordered_set<ValueTp> Set; in main() typedef
124 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
131 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
137 typedef std::unordered_multiset<ValueTp> Set; in main() typedef
143 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
150 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
/external/pdfium/xfa/fxgraphics/
Dcfx_color.cpp27 void CFX_Color::Set(const FX_ARGB argb) { in Set() function in CFX_Color
33 void CFX_Color::Set(CFX_Pattern* pattern, const FX_ARGB argb) { in Set() function in CFX_Color
41 void CFX_Color::Set(CFX_Shading* shading) { in Set() function in CFX_Color
/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
188 USet Set; in TEST() local
/external/pdfium/xfa/fxbarcode/common/
DBC_CommonByteArray.cpp50 void CBC_CommonByteArray::Set(int32_t index, int32_t value) { in Set() function in CBC_CommonByteArray
81 void CBC_CommonByteArray::Set(uint8_t* source, int32_t offset, int32_t count) { in Set() function in CBC_CommonByteArray
88 void CBC_CommonByteArray::Set(CFX_ArrayTemplate<uint8_t>* source, in Set() function in CBC_CommonByteArray
DBC_CommonByteMatrix.cpp47 void CBC_CommonByteMatrix::Set(int32_t x, int32_t y, int32_t value) { in Set() function in CBC_CommonByteMatrix
50 void CBC_CommonByteMatrix::Set(int32_t x, int32_t y, uint8_t value) { in Set() function in CBC_CommonByteMatrix
/external/libchrome/base/threading/
Dthread_local.h100 void Set(Type* ptr) { in Set() function
122 void Set(bool val) { in Set() function
/external/v8/src/compiler/
Dnode-marker.h31 V8_INLINE void Set(Node* node, Mark mark) { in Set() function
70 V8_INLINE void Set(Node* node, State state) { in Set() function
/external/drm_hwcomposer/
Dautofd.h50 int Set(int fd) { in Set() function
86 int Set(int fd) { in Set() function
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Dlocked_bandwidth_info.h33 void Set(const IsacBandwidthInfo& bwinfo) { in Set() function
/external/libchrome/base/synchronization/
Dcancellation_flag.cc11 void CancellationFlag::Set() { in Set() function in base::CancellationFlag
/external/mockito/src/test/java/org/mockitousage/bugs/creation/
DShouldAllowInlineMockCreationTest.java27 assertTrue(list.get(0) instanceof Set); in shouldAllowInlineMockCreation() local
/external/libchrome/base/posix/
Dglobal_descriptors.cc50 void GlobalDescriptors::Set(Key key, int fd) { in Set() function in base::GlobalDescriptors
54 void GlobalDescriptors::Set(Key key, in Set() function in base::GlobalDescriptors
/external/libcxx/test/libcxx/containers/gnu_cxx/
Dhash_set.pass.cpp22 typedef __gnu_cxx::hash_set<int> Set; in main() typedef
/external/libmojo/mojo/edk/system/
Datomic_flag.h38 void Set(bool value) { in Set() function
/external/protobuf/gtest/samples/
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
/external/v8/testing/gtest/samples/
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
/external/googletest/googletest/samples/
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
/external/google-breakpad/src/testing/gtest/samples/
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
/external/webrtc/webrtc/system_wrappers/source/
Devent.cc34 bool Set() override { in Set() function in webrtc::EventWrapperImpl

12345678910