/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugPubTable.h | 42 struct Set { struct 63 std::vector<Set> Sets; 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/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/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/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/swiftshader/third_party/llvm-7.0/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/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/libchrome/base/threading/ |
D | thread_local.h | 68 void Set(Type* ptr) { in Set() function 87 void Set(bool val) { in Set() function
|
/external/pdfium/fxbarcode/common/ |
D | BC_CommonByteArray.cpp | 51 void CBC_CommonByteArray::Set(int32_t index, int32_t value) { in Set() function in CBC_CommonByteArray 82 void CBC_CommonByteArray::Set(const uint8_t* source, in Set() function in CBC_CommonByteArray 91 void CBC_CommonByteArray::Set(std::vector<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/libcxx/benchmarks/ |
D | ordered_set.bench.cpp | 93 for (auto& Set : Sets) { in run() local 114 for (auto& Set : Data.Sets) { in run() local 135 for (auto& Set : Data.Sets) { in run() local 156 for (auto& Set : Data.Sets) { in run() local 177 for (auto& Set : Data.Sets) { in run() local 197 for (auto& Set : Data.Sets) { in run() local 216 for (auto& Set : Data.Sets) { in run() local
|
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | gauge.h | 184 void GaugeCell<T>::Set(const T& value) { in Set() function 195 inline void GaugeCell<int64>::Set(int64 value) { value_ = value; } in Set() function 199 inline void GaugeCell<bool>::Set(bool value) { value_ = value; } 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/grpc-grpc/include/grpcpp/ |
D | alarm.h | 61 void Set(CompletionQueue* cq, const T& deadline, void* tag) { in Set() function 92 void Set(const T& deadline, std::function<void(bool)> f) { 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/tensorflow/tensorflow/lite/tools/benchmark/ |
D | benchmark_params.h | 63 void Set(const T& value) { value_ = value; } in Set() function 83 void Set(const std::string& name, const T& value) { 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/libtextclassifier/utils/ |
D | flatbuffers.h | 208 bool Set(StringPiece field_name, T value) { in Set() function 219 bool Set(const reflection::Field* field, T value) { in Set() function 236 bool Set(const FlatbufferFieldPath* path, T value) { in Set() function
|
/external/libchrome/base/synchronization/ |
D | atomic_flag.cc | 19 void AtomicFlag::Set() { in Set() function in base::AtomicFlag
|
/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 | 66 void GlobalDescriptors::Set(Key key, int fd) { in Set() function in base::GlobalDescriptors 70 void GlobalDescriptors::Set(Key key, in Set() function in base::GlobalDescriptors
|
/external/libchrome/mojo/core/ |
D | atomic_flag.h | 38 void Set(bool value) { base::subtle::Release_Store(&flag_, value ? 1 : 0); } in Set() function
|
/external/libcxx/test/libcxx/containers/gnu_cxx/ |
D | hash_set.pass.cpp | 22 typedef __gnu_cxx::hash_set<int> Set; in main() typedef
|