Home
last modified time | relevance | path

Searched defs:Set (Results 151 – 175 of 1301) sorted by relevance

12345678910>>...53

/aosp_15_r20/art/runtime/mirror/
H A Darray-inl.h77 inline void PrimitiveArray<T>::Set(int32_t i, T value) { in Set() function
87 inline void PrimitiveArray<T>::Set(int32_t i, T value) { in Set() function
/aosp_15_r20/external/lzma/CPP/Windows/
H A DSynchronization.h48 WRes Set() { return Event_Set(&_object); } in Set() function
306 WRes Set() in Set() function
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dmulticast_routing.cpp520 void MulticastRoutingManager::MulticastForwardingCache::Set(MulticastRoutingManager::MifIndex aIif, in Set() function in ot::Posix::MulticastRoutingManager::MulticastForwardingCache
529 void MulticastRoutingManager::MulticastForwardingCache::Set(const Ip6::Address &aSrcAddr, in Set() function in ot::Posix::MulticastRoutingManager::MulticastForwardingCache
/aosp_15_r20/external/golang-protobuf/testing/prototest/
H A Dmessage.go427 func (m testMap) Set(k protoreflect.MapKey, v protoreflect.Value) { m[k.Interface()] = v } func
539 func (l *testList) Set(n int, v protoreflect.Value) { l.a[n] = v } func
/aosp_15_r20/prebuilts/go/linux-x86/src/image/draw/
Ddraw_test.go52 func (p *slowestRGBA) Set(x, y int, c color.Color) { func
129 func (p *slowerRGBA) Set(x, y int, c color.Color) { func
Ddraw.go23 Set(x, y int, c color.Color) methodSpec
32 Set(x, y int, c color.Color) methodSpec
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_resolver_cache.cc158 void HostResolverCache::Set( in Set() function in net::HostResolverCache
345 void HostResolverCache::Set( in Set() function in net::HostResolverCache
/aosp_15_r20/external/llvm/lib/TableGen/
H A DSetTheory.cpp78 RecSet Set; in apply() local
298 const RecVec *SetTheory::expand(Record *Set) { in expand()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DSetTheory.cpp88 RecSet Set; in apply() local
308 const RecVec *SetTheory::expand(Record *Set) { in expand()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
H A DSetTheory.cpp87 RecSet Set; in apply() local
307 const RecVec *SetTheory::expand(Record *Set) { in expand()
/aosp_15_r20/external/clang/test/SemaObjC/
H A Datomoic-property-synnthesis-rules.m26 /* WARN */ int Set; field
112 @property int Set; // expected-note {{property declared here}} \ property
252 SET(Set) // expected-warning {{writable atomic property 'Set' cannot pair a synthesized getter with… category
/aosp_15_r20/external/cronet/third_party/re2/src/python/
H A D_re2.cc151 class Set { class
153 Set(RE2::Anchor anchor, const RE2::Options& options) in Set() function in re2_python::Set
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral.h1228 void LiteralBase::Piece::Set(absl::Span<const int64_t> multi_index, in Set() function
1258 inline void MutableLiteralBase::Set(absl::Span<const int64_t> multi_index, in Set() function
1265 inline void MutableLiteralBase::Set(absl::Span<const int64_t> multi_index, in Set() function
/aosp_15_r20/build/soong/cmd/extract_apks/
H A Dmain.go541 func (a abiFlagValue) Set(abiList string) error { func
561 func (s screenDensityFlagValue) Set(densityList string) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modget/
Dget.go232 func (v *upgradeFlag) Set(s string) error { func
258 func (v *dFlag) Set(s string) error { func
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp111 void CStreamSwitch::Set(CInArchive *archive, const Byte *data, size_t size, bool needUpdatePos) in Set() function in NArchive::N7z::CStreamSwitch
120 void CStreamSwitch::Set(CInArchive *archive, const CByteBuffer &byteBuffer) in Set() function in NArchive::N7z::CStreamSwitch
125 void CStreamSwitch::Set(CInArchive *archive, const CObjectVector<CByteBuffer> *dataVector) in Set() function in NArchive::N7z::CStreamSwitch
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dvector_support_library.cc428 void LlvmVariable::Set(llvm::Value* new_value) { in Set() function in xla::cpu::LlvmVariable
446 void TileVariable::Set(absl::Span<llvm::Value* const> value) { in Set() function in xla::cpu::TileVariable
/aosp_15_r20/external/icing/icing/file/
H A Dfile-backed-vector.h836 libtextclassifier3::Status FileBackedVector<T>::Set(int32_t idx, in Set() function
842 libtextclassifier3::Status FileBackedVector<T>::Set(int32_t idx, int32_t len, in Set() function
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp183 Set = static_cast<CXDiagnosticSetImpl*>(TU->Diagnostics); in lazyCreateDiags() local
193 CXDiagnosticSetImpl *Set = new CXDiagnosticSetImpl(); in lazyCreateDiags() local
/aosp_15_r20/external/abseil-cpp/absl/container/
H A Dbtree_test.cc2054 using Set = absl::btree_set<MovableOnlyInstance>; in TEST() typedef
2806 using Set = absl::btree_set<int>; in TEST() typedef
2821 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
2834 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
2845 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
2857 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
2876 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
2894 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
3346 using Set = absl::btree_set<int64_t, std::less<int64_t>, Alloc>; in TEST() typedef
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/
H A Dbtree_test.cc2054 using Set = absl::btree_set<MovableOnlyInstance>; in TEST() typedef
2806 using Set = absl::btree_set<int>; in TEST() typedef
2821 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
2834 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
2845 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
2857 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
2876 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
2894 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
3346 using Set = absl::btree_set<int64_t, std::less<int64_t>, Alloc>; in TEST() typedef
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/
H A Dbtree_test.cc2054 using Set = absl::btree_set<MovableOnlyInstance>; in TEST() typedef
2806 using Set = absl::btree_set<int>; in TEST() typedef
2821 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
2834 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
2845 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
2857 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
2876 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
2894 using Set = absl::btree_set<int, std::less<int>, Alloc>; in TEST() typedef
3346 using Set = absl::btree_set<int64_t, std::less<int64_t>, Alloc>; in TEST() typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DFoldingSet.h559 FoldingSet<T> Set; variable
563 explicit FoldingSetVector(unsigned Log2InitSize = 6) : Set(Log2InitSize) {} in Set() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DStratifiedSets.h569 StratifiedIndex addLinkBelow(StratifiedIndex Set) { in addLinkBelow()
576 StratifiedIndex addLinkAbove(StratifiedIndex Set) { in addLinkAbove()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DStratifiedSets.h580 StratifiedIndex addLinkBelow(StratifiedIndex Set) { in addLinkBelow()
587 StratifiedIndex addLinkAbove(StratifiedIndex Set) { in addLinkAbove()

12345678910>>...53