Home
last modified time | relevance | path

Searched defs:Set (Results 51 – 75 of 1301) sorted by relevance

12345678910>>...53

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/test/
Dtestflag.go88 func (f *outputdirFlag) Set(value string) (err error) { func
135 func (f *vetFlag) Set(value string) error { func
194 func (f *shuffleFlag) Set(value string) error { func
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dlatch.h102 void Set(T value) { in Set() function
179 void Set() { in Set() function
237 void Set() { in Set() function
/aosp_15_r20/prebuilts/go/linux-x86/src/expvar/
Dexpvar.go74 func (v *Int) Set(value int64) { func
109 func (v *Float) Set(value float64) { func
194 func (v *Map) Set(key string, av Var) { func
286 func (v *String) Set(value string) { func
/aosp_15_r20/external/libcap/cap/
H A Dflags.go82 func (c *Set) FillFlag(to Flag, ref *Set, from Flag) error {
179 func (c *Set) Cf(d *Set) (Diff, error) {
238 func (c *Set) Compare(d *Set) (uint, error) {
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dlatch.h102 void Set(T value) { in Set() function
179 void Set() { in Set() function
242 void Set() { in Set() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp441 TraitSet Set, TraitSelector Selector, StringRef S) { in getOpenMPContextTraitPropertyKind()
486 TraitSet Set, in isValidTraitSelectorForTraitSet()
501 TraitProperty Property, TraitSelector Selector, TraitSet Set) { in isValidTraitPropertyForTraitSetAndSelector()
522 std::string llvm::omp::listOpenMPContextTraitSelectors(TraitSet Set) { in listOpenMPContextTraitSelectors()
533 llvm::omp::listOpenMPContextTraitProperties(TraitSet Set, in listOpenMPContextTraitProperties()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/
H A 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
/aosp_15_r20/build/soong/cmd/go2bp/
H A Dgo2bp.go46 func (r *RewriteNames) Set(v string) error { func
82 func (e Exclude) Set(v string) error { func
97 func (l *StringList) Set(v string) error { func
/aosp_15_r20/external/libtextclassifier/native/utils/flatbuffers/
H A 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
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dvalue.go103 Set(FieldDescriptor, Value) methodSpec
194 Set(int, Value) methodSpec
262 Set(MapKey, Value) methodSpec
/aosp_15_r20/external/webrtc/video/
H A Dstats_counter.cc92 void Set(int64_t sample, uint32_t stream_id) { in Set() function in webrtc::Samples
146 void Set(int64_t sample) { in Set() function
245 void StatsCounter::Set(int64_t sample, uint32_t stream_id) { in Set() function in webrtc::StatsCounter
442 void RateAccCounter::Set(int64_t sample, uint32_t stream_id) { in Set() function in webrtc::RateAccCounter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DImmutableGraph.h164 const NodeSet &Set; variable
173 iterator(const NodeSet &Set, size_type Begin) in iterator()
252 const EdgeSet &Set; variable
261 iterator(const EdgeSet &Set, size_type Begin) in iterator()
/aosp_15_r20/external/golang-protobuf/testing/protocmp/
H A Dreflect.go115 func (m reflectMessage) Set(protoreflect.FieldDescriptor, protoreflect.Value) { func
188 func (ls reflectList) Set(int, protoreflect.Value) { func
247 func (ms reflectMap) Set(protoreflect.MapKey, protoreflect.Value) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/flag/
Dflag_test.go246 func (f *flagVar) Set(value string) error { func
331 func (b *boolFlagVar) Set(value string) error { func
472 func (f *zeroPanicker) Set(s string) error { func
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/
H A Dobject.h179 void Set(const String& key, Handle h) { in Set() function
208 void Set(const String& key, Handle value) { in Set() function
212 void Set(const Handle& key, Handle value) { in Set() function
357 tensorflow::Status Set(size_t i, Handle h) { in Set() function
/aosp_15_r20/build/soong/cmd/pom2mk/
H A Dpom2mk.go45 func (r *RewriteNames) Set(v string) error { func
80 func (d ExtraDeps) Set(v string) error { func
97 func (e Exclude) Set(v string) error { func
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dcaps.rs87 pub enum Set { enum
102 Set = 1, enumerator
127 pub fn update(&mut self, caps: &[Capability], set: Set, value: Value) -> io::Result<()> { in update()
/aosp_15_r20/external/golang-protobuf/types/dynamicpb/
H A Ddynamic.go245 func (m *Message) Set(fd protoreflect.FieldDescriptor, v protoreflect.Value) { func
391 func (x emptyList) Set(n int, v protoreflect.Value) { func
415 func (x *dynamicList) Set(n int, v protoreflect.Value) { func
456 func (x *dynamicMap) Set(k protoreflect.MapKey, v protoreflect.Value) { func
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/threading/
Dthread_local.h71 void Set(Type* ptr) { in Set() function
90 void Set(bool val) { in Set() function
/aosp_15_r20/external/libchrome/base/threading/
H A Dthread_local.h68 void Set(Type* ptr) { in Set() function
87 void Set(bool val) { in Set() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/threading/
Dthread_local.h71 void Set(Type* ptr) { in Set() function
90 void Set(bool val) { in Set() function
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/valimp.dir/
Da.go20 func Set[T any](v *Value[T], val T) { func
25 func (v *Value[T]) Set(val T) { func
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue48838.go27 func (fooA[T]) Set(T) {} func
31 func (fooB[T]) Set(T) {} func
/aosp_15_r20/external/libvpx/test/
H A Dbuffer.h158 void Buffer<T>::Set(const T value) { in Set() function
170 void Buffer<T>::Set(ACMRandom *rand_class, T (ACMRandom::*rand_func)()) { in Set() function
182 void Buffer<T>::Set(ACMRandom *rand_class, const T low, const T high) { in Set() function
/aosp_15_r20/external/openthread/src/core/common/
H A Dheap_string.cpp42 Error String::Set(const char *aCString) in Set() function in ot::Heap::String
69 Error String::Set(String &&aString) in Set() function in ot::Heap::String

12345678910>>...53