/external/libcxx/test/libcxx/containers/unord/unord.set/ |
D | missing_hash_specialization.fail.cpp | 49 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/ |
D | iterator_types.pass.cpp | 95 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/ |
D | set_test.cc | 15 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/ |
D | rtcp_packet_parser.h | 54 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/ |
D | iterator_difference_type.pass.cpp | 118 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/ |
D | cfx_color.cpp | 27 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/ |
D | SparseMultiSetTest.cpp | 21 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
|
D | SparseSetTest.cpp | 21 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/ |
D | BC_CommonByteArray.cpp | 50 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
|
D | BC_CommonByteMatrix.cpp | 47 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/ |
D | thread_local.h | 100 void Set(Type* ptr) { in Set() function 122 void Set(bool val) { in Set() function
|
/external/v8/src/compiler/ |
D | node-marker.h | 31 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/ |
D | autofd.h | 50 int Set(int fd) { in Set() function 86 int Set(int fd) { in Set() function
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
D | locked_bandwidth_info.h | 33 void Set(const IsacBandwidthInfo& bwinfo) { in Set() function
|
/external/libchrome/base/synchronization/ |
D | cancellation_flag.cc | 11 void CancellationFlag::Set() { in Set() function in base::CancellationFlag
|
/external/mockito/src/test/java/org/mockitousage/bugs/creation/ |
D | ShouldAllowInlineMockCreationTest.java | 27 assertTrue(list.get(0) instanceof Set); in shouldAllowInlineMockCreation() local
|
/external/libchrome/base/posix/ |
D | global_descriptors.cc | 50 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/ |
D | hash_set.pass.cpp | 22 typedef __gnu_cxx::hash_set<int> Set; in main() typedef
|
/external/libmojo/mojo/edk/system/ |
D | atomic_flag.h | 38 void Set(bool value) { in Set() function
|
/external/protobuf/gtest/samples/ |
D | sample2.cc | 51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
|
/external/v8/testing/gtest/samples/ |
D | sample2.cc | 51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
|
/external/googletest/googletest/samples/ |
D | sample2.cc | 51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
|
/external/google-breakpad/src/testing/gtest/samples/ |
D | sample2.cc | 51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/ |
D | sample2.cc | 51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | event.cc | 34 bool Set() override { in Set() function in webrtc::EventWrapperImpl
|