Home
last modified time | relevance | path

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

12345678910>>...13

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugPubTable.h42 struct Set { struct
63 std::vector<Set> Sets; 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/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/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/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/swiftshader/third_party/llvm-7.0/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/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/libchrome/base/threading/
Dthread_local.h68 void Set(Type* ptr) { in Set() function
87 void Set(bool val) { in Set() function
Dsequence_local_storage_slot.h77 void Set(T value) { in Set() function
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_params.h60 virtual void Set(const BenchmarkParam&) {} in Set() function
74 void Set(const T& value) { value_ = value; } in Set() function
78 void Set(const BenchmarkParam& other) override { in Set() function
106 void Set(const std::string& name, const T& value) { in Set() function
/external/libcxx/benchmarks/
Dordered_set.bench.cpp93 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/pdfium/fxbarcode/common/
DBC_CommonByteMatrix.cpp40 void CBC_CommonByteMatrix::Set(int32_t x, int32_t y, int32_t value) { in Set() function in CBC_CommonByteMatrix
44 void CBC_CommonByteMatrix::Set(int32_t x, int32_t y, uint8_t value) { in Set() function in CBC_CommonByteMatrix
/external/tensorflow/tensorflow/core/lib/monitoring/
Dgauge.h200 void GaugeCell<T>::Set(const T& value) { in Set() function
211 inline void GaugeCell<int64>::Set(int64 value) { value_ = value; } in Set() function
215 inline void GaugeCell<bool>::Set(bool value) { value_ = value; } in Set() function
/external/v8/src/compiler/
Dnode-marker.h33 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/
Dalarm.h61 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/include/
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/posix/
Dglobal_descriptors.cc66 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/base/synchronization/
Datomic_flag.cc19 void AtomicFlag::Set() { in Set() function in base::AtomicFlag
/external/mockito/src/test/java/org/mockitousage/bugs/creation/
DShouldAllowInlineMockCreationTest.java27 assertTrue(list.get(0) instanceof Set); in shouldAllowInlineMockCreation() local
/external/libcxx/test/libcxx/containers/gnu_cxx/
Dhash_set.pass.cpp22 typedef __gnu_cxx::hash_set<int> Set; in main() typedef
/external/libchrome/mojo/core/
Datomic_flag.h38 void Set(bool value) { base::subtle::Release_Store(&flag_, value ? 1 : 0); } 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

12345678910>>...13