Home
last modified time | relevance | path

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

12345678910>>...24

/external/cronet/base/win/
Dscoped_variant.cc181 void ScopedVariant::Set(const wchar_t* str) { in Set() function in base::win::ScopedVariant
187 void ScopedVariant::Set(int8_t i8) { in Set() function in base::win::ScopedVariant
193 void ScopedVariant::Set(uint8_t ui8) { in Set() function in base::win::ScopedVariant
199 void ScopedVariant::Set(int16_t i16) { in Set() function in base::win::ScopedVariant
205 void ScopedVariant::Set(uint16_t ui16) { in Set() function in base::win::ScopedVariant
211 void ScopedVariant::Set(int32_t i32) { in Set() function in base::win::ScopedVariant
217 void ScopedVariant::Set(uint32_t ui32) { in Set() function in base::win::ScopedVariant
223 void ScopedVariant::Set(int64_t i64) { in Set() function in base::win::ScopedVariant
229 void ScopedVariant::Set(uint64_t ui64) { in Set() function in base::win::ScopedVariant
235 void ScopedVariant::Set(float r32) { in Set() function in base::win::ScopedVariant
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugPubTable.h44 struct Set { struct
68 std::vector<Set> Sets; argument
/external/cronet/third_party/re2/src/re2/testing/
Dset_test.cc17 TEST(Set, Unanchored) { in TEST() argument
44 TEST(Set, UnanchoredFactored) { in TEST() argument
76 TEST(Set, UnanchoredDollar) { in TEST() argument
94 TEST(Set, UnanchoredWordBoundary) { in TEST() argument
117 TEST(Set, Anchored) { in TEST() argument
150 TEST(Set, EmptyUnanchored) { in TEST() argument
166 TEST(Set, EmptyAnchored) { in TEST() argument
182 TEST(Set, Prefix) { in TEST() argument
205 TEST(Set, MoveSemantics) { in TEST() argument
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dset_test.cc17 TEST(Set, Unanchored) { in TEST() argument
44 TEST(Set, UnanchoredFactored) { in TEST() argument
76 TEST(Set, UnanchoredDollar) { in TEST() argument
94 TEST(Set, UnanchoredWordBoundary) { in TEST() argument
117 TEST(Set, Anchored) { in TEST() argument
150 TEST(Set, EmptyUnanchored) { in TEST() argument
166 TEST(Set, EmptyAnchored) { in TEST() argument
182 TEST(Set, Prefix) { in TEST() argument
205 TEST(Set, MoveSemantics) { in TEST() argument
/external/regex-re2/re2/testing/
Dset_test.cc16 TEST(Set, Unanchored) { in TEST() argument
43 TEST(Set, UnanchoredFactored) { in TEST() argument
75 TEST(Set, UnanchoredDollar) { in TEST() argument
93 TEST(Set, UnanchoredWordBoundary) { in TEST() argument
116 TEST(Set, Anchored) { in TEST() argument
149 TEST(Set, EmptyUnanchored) { in TEST() argument
165 TEST(Set, EmptyAnchored) { in TEST() argument
181 TEST(Set, Prefix) { in TEST() argument
204 TEST(Set, OutOfMemory) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugPubTable.h42 struct Set { struct
63 std::vector<Set> Sets; argument
/external/pigweed/pw_bluetooth_sapphire/host/sdp/
Ddata_element.cc124 void DataElement::Set<uint8_t>(uint8_t value) { in Set() function in bt::sdp::DataElement
131 void DataElement::Set<uint16_t>(uint16_t value) { in Set() function in bt::sdp::DataElement
138 void DataElement::Set<uint32_t>(uint32_t value) { in Set() function in bt::sdp::DataElement
145 void DataElement::Set<uint64_t>(uint64_t value) { in Set() function in bt::sdp::DataElement
152 void DataElement::Set<int8_t>(int8_t value) { in Set() function in bt::sdp::DataElement
159 void DataElement::Set<int16_t>(int16_t value) { in Set() function in bt::sdp::DataElement
166 void DataElement::Set<int32_t>(int32_t value) { in Set() function in bt::sdp::DataElement
173 void DataElement::Set<int64_t>(int64_t value) { in Set() function in bt::sdp::DataElement
180 void DataElement::Set<bool>(bool value) { in Set() function in bt::sdp::DataElement
187 void DataElement::Set<std::nullptr_t>(std::nullptr_t) { in Set() function in bt::sdp::DataElement
[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/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/cronet/third_party/libc++/src/test/std/containers/associative/
Diterator_types.pass.cpp94 typedef std::set<ValueTp> Set; in main() typedef
100 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
107 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
113 typedef std::multiset<ValueTp> Set; in main() typedef
119 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
126 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
/external/cronet/third_party/libc++/src/test/std/containers/unord/
Diterator_difference_type.pass.cpp117 typedef std::unordered_set<ValueTp> Set; in main() typedef
123 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
130 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
136 typedef std::unordered_multiset<ValueTp> Set; in main() typedef
142 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
149 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<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/cronet/third_party/libc++/src/test/libcxx/containers/unord/unord.set/
Dmissing_hash_specialization.fail.cpp48 using Set = std::unordered_set<VT>; in main() typedef
58 using Set = std::unordered_set<int, BadHashNoCopy>; in main() typedef
62 using Set = std::unordered_set<int, BadHashNoCall>; in main() typedef
66 using Set = std::unordered_set<int, GoodHashNoDefault>; in main() typedef
Dmissing_hash_specialization.verify.cpp48 using Set = std::unordered_set<VT>; in main() typedef
58 using Set = std::unordered_set<int, BadHashNoCopy>; in main() typedef
62 using Set = std::unordered_set<int, BadHashNoCall>; in main() typedef
66 using Set = std::unordered_set<int, GoodHashNoDefault>; in main() typedef
/external/tink/go/prf/
Dprf_set.go83 type Set struct { struct
94 return nil, fmt.Errorf("Could not find primary ID %d in prf.Set", s.PrimaryID)
/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/bazelbuild-rules_go/go/tools/builders/
Dflags.go35 func (m *multiFlag) Set(v string) error { func
52 func (m *quoteMultiFlag) Set(v string) error { func
131 func (f *tagFlag) Set(opt string) error { func
/external/libcap/cap/
Dcap.go143 type Set struct { struct
145 mu sync.RWMutex
149 flat []data
152 nsRoot int
322 func (c *Set) good() error {
330 func (c *Set) Dup() (*Set, error) {
378 func (c *Set) SetProc() error {
/external/cronet/third_party/libc++/src/benchmarks/
Dordered_set.bench.cpp89 for (auto& Set : Sets) { in run() local
108 for (auto& Set : Data.Sets) { in run() local
127 for (auto& Set : Data.Sets) { in run() local
146 for (auto& Set : Data.Sets) { in run() local
165 for (auto& Set : Data.Sets) { in run() local
182 for (auto& Set : Data.Sets) { in run() local
200 for (auto& Set : Data.Sets) { in run() local
/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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/scripts/lib/
Dlazyload.js2 var Set = (function() { class
15 var Set = function(data) { class in anonymousFunction95f09c1a0100.Set
25 Set.prototype.add = add; class
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/scripts/lib/
Dlazyload.js2 var Set = (function() { class
15 var Set = function(data) { class in anonymousFunction7479e6b70100.Set
25 Set.prototype.add = add; class
/external/libchrome/base/threading/
Dthread_local.h68 void Set(Type* ptr) { in Set() function
87 void Set(bool val) { in Set() function
/external/tensorflow/tensorflow/core/lib/monitoring/
Dgauge.h46 void Set(const T& value) {} in Set() function
264 void GaugeCell<T>::Set(const T& value) { in Set() function
275 inline void GaugeCell<int64_t>::Set(int64_t value) { value_ = value; } in Set() function
279 inline void GaugeCell<bool>::Set(bool value) { value_ = value; } in Set() function

12345678910>>...24