Home
last modified time | relevance | path

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

12345678910>>...14

/external/rust/crates/grpcio-sys/grpc/third_party/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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugPubTable.h42 struct Set { struct
63 std::vector<Set> Sets; argument
/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/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/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/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dalarm.h64 void Set(::grpc::CompletionQueue* cq, const T& deadline, void* tag) { in Set() function
89 void Set(const T& deadline, std::function<void(bool)> f) { in Set() function
105 void Set(const T& deadline, std::function<void(bool)> f) { in Set() function
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/
Dalarm.h64 void Set(::grpc::CompletionQueue* cq, const T& deadline, void* tag) { in Set() function
89 void Set(const T& deadline, std::function<void(bool)> f) { in Set() function
105 void Set(const T& deadline, std::function<void(bool)> f) { 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/libcap/cap/
Dcap.go110 type Set struct { struct
112 mu sync.RWMutex
116 flat []data
119 nsRoot int
297 func (c *Set) Dup() (*Set, error) {
341 func (c *Set) SetProc() error {
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/scripts/lib/
Dlazyload.js2 var Set = (function() { class
15 var Set = function(data) { class in anonymousFunction892eb7b20100.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 anonymousFunction67b8024f0100.Set
25 Set.prototype.add = add; class
/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>::Set(int64_t value) { value_ = value; } in Set() function
279 inline void GaugeCell<bool>::Set(bool value) { value_ = value; } in Set() function
/external/libchrome/base/threading/
Dthread_local.h68 void Set(Type* ptr) { in Set() function
87 void Set(bool val) { in Set() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dglobal_config_env.cc96 void GlobalConfigEnvBool::Set(bool value) { in Set() function in grpc_core::GlobalConfigEnvBool
118 void GlobalConfigEnvInt32::Set(int32_t value) { in Set() function in grpc_core::GlobalConfigEnvInt32
135 void GlobalConfigEnvString::Set(const char* value) { SetValue(value); } in Set() function in grpc_core::GlobalConfigEnvString
/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/starlark-go/starlark/
Dvalue.go1039 type Set struct { struct
1040 ht hashtable // values are all None
1051 func (s *Set) Delete(k Value) (found bool, err error) { _, found, err = s.ht.delete(k); return }
1052 func (s *Set) Clear() error { return s.ht.clear() }
1053 func (s *Set) Has(k Value) (found bool, err error) { _, found, err = s.ht.lookup(k); return }
1054 func (s *Set) Insert(k Value) error { return s.ht.insert(k, None) }
1055 func (s *Set) Len() int { return int(s.ht.len) }
1056 func (s *Set) Iterate() Iterator { return s.ht.iterate() }
1057 func (s *Set) String() string { return toString(s) }
1058 func (s *Set) Type() string { return "set" }
[all …]
/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/tensorflow/tensorflow/lite/tools/
Dtool_params.h66 virtual void Set(const ToolParam&) {} in Set() function
92 void Set(const T& value) { in Set() function
99 void Set(const ToolParam& other) override { in Set() function
/external/golang-protobuf/internal/set/
Dints.go19 func (bs *int64s) Set(n uint64) { func
42 func (bs *Ints) Set(n uint64) { func
/external/rust/crates/criterion-plot/src/
Dtraits.rs32 pub trait Set<T> { interface
/external/libtextclassifier/native/utils/flatbuffers/
Dmutable.h306 bool MutableFlatbuffer::Set(StringPiece field_name, T value) { in Set() function
321 bool MutableFlatbuffer::Set(const reflection::Field* field, T value) { in Set() function
339 bool MutableFlatbuffer::Set(const FlatbufferFieldPath* path, T value) { in Set() function
/external/golang-protobuf/internal/cmd/pbdump/
Dpbdump.go153 func (fs *fields) Set(s string, k protoreflect.Kind) error { func
262 func (fs fieldsFlag) Set(s string) error { return fs.f.Set(s, fs.k) } func
/external/libchrome/base/
Dfile_descriptor_store.cc58 void FileDescriptorStore::Set(const std::string& key, base::ScopedFD fd) { in Set() function in base::FileDescriptorStore
62 void FileDescriptorStore::Set(const std::string& key, in Set() function in base::FileDescriptorStore

12345678910>>...14