Home
last modified time | relevance | path

Searched defs:get (Results 101 – 125 of 12097) sorted by relevance

12345678910>>...484

/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/optics/
DLens.kt87 abstract fun get(entity: S): A in get() method in com.android.libraries.pcc.chronicle.api.optics.Lens
177 override fun get(entity: S): NewA = other.get([email protected](entity) as AIn) in compose() method
222 override fun get(entity: Entity): Focus = getter(entity) in create() method
243 override fun get(entity: S): A = getter(entity) in create() method
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemoryLocation.cpp36 MemoryLocation MemoryLocation::get(const LoadInst *LI) { in get() function in MemoryLocation
45 MemoryLocation MemoryLocation::get(const StoreInst *SI) { in get() function in MemoryLocation
54 MemoryLocation MemoryLocation::get(const VAArgInst *VI) { in get() function in MemoryLocation
59 MemoryLocation MemoryLocation::get(const AtomicCmpXchgInst *CXI) { in get() function in MemoryLocation
68 MemoryLocation MemoryLocation::get(const AtomicRMWInst *RMWI) { in get() function in MemoryLocation
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DRegexLookup.java223 T get(Finder finder); in get() method
225 T get( in get() method
272 public T get(Finder finder) { in get() method in RegexLookup.RegexTree
314 public T get( in get() method in RegexLookup.RegexTree
480 public T get(Finder finder) { in get() method in RegexLookup.RegexTree.RTNode
657 public T get(Finder finder) { in get() method in RegexLookup.StarPatternMap
706 public T get( in get() method in RegexLookup.StarPatternMap
834 public final T get(String source) { in get() method in RegexLookup
845 public T get(String source, Object context, Output<String[]> arguments) { in get() method in RegexLookup
857 public T get( in get() method in RegexLookup
/aosp_15_r20/external/llvm/unittests/IR/
H A DMetadataTest.cpp828 TEST_F(GenericDINodeTest, get) { in TEST_F() argument
873 TEST_F(DISubrangeTest, get) { in TEST_F() argument
895 TEST_F(DIEnumeratorTest, get) { in TEST_F() argument
911 TEST_F(DIBasicTypeTest, get) { in TEST_F() argument
989 TEST_F(DIDerivedTypeTest, get) { in TEST_F() argument
1066 TEST_F(DICompositeTypeTest, get) { in TEST_F() argument
1253 TEST_F(DISubroutineTypeTest, get) { in TEST_F() argument
1292 TEST_F(DIFileTest, get) { in TEST_F() argument
1317 TEST_F(DICompileUnitTest, get) { in TEST_F() argument
1412 TEST_F(DISubprogramTest, get) { in TEST_F() argument
[all …]
/aosp_15_r20/frameworks/libs/binary_translation/guest_abi/include/berberis/guest_abi/
Dguest_arguments.h66 auto& get() const { in get() function
90 auto get() const { in get() function
114 auto get() const { in get() function
138 auto& get() const { in get() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dlayout.rs68 pub fn get(&self, idx: usize) -> Result<T, ReadError> { in get() method
163 pub fn get(&self, gid: GlyphId) -> Option<u16> { in get() method
173 pub fn get(&self, gid: GlyphId) -> Option<u16> { in get() method
184 pub fn get(&self, gid: GlyphId) -> Option<u16> { in get() method
235 pub fn get(&self, gid: GlyphId) -> u16 { in get() method
261 pub fn get(&self, gid: GlyphId) -> u16 { in get() method
287 pub fn get(&self, gid: GlyphId) -> u16 { in get() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/
Dget.hpp311 get( in get() function
327 get( in get() function
342 get( in get() function
357 get( in get() function
373 get( in get() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DFixedSize.h87 const _at<_Tag>& get() const { in get() function
92 _at<_Tag>& get() { in get() function
401 const _at<_Tag>& get() const { in get() function
406 _at<_Tag>& get() { in get() function
498 const _at<_Tag>& get() const { in get() function
503 _at<_Tag>& get() { in get() function
595 const _at<_Tag>& get() const { in get() function
600 _at<_Tag>& get() { in get() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DFixedSize.h87 const _at<_Tag>& get() const { in get() function
92 _at<_Tag>& get() { in get() function
401 const _at<_Tag>& get() const { in get() function
406 _at<_Tag>& get() { in get() function
498 const _at<_Tag>& get() const { in get() function
503 _at<_Tag>& get() { in get() function
595 const _at<_Tag>& get() const { in get() function
600 _at<_Tag>& get() { in get() function
/aosp_15_r20/external/llvm/lib/IR/
H A DType.cpp234 IntegerType *IntegerType::get(LLVMContext &C, unsigned NumBits) { in get() function in IntegerType
291 FunctionType *FunctionType::get(Type *ReturnType, in get() function in FunctionType
311 FunctionType *FunctionType::get(Type *Result, bool isVarArg) { in get() function in FunctionType
330 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, in get() function in StructType
424 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() function in StructType
428 StructType *StructType::get(Type *type, ...) { in get() function in StructType
608 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get() function in ArrayType
635 VectorType *VectorType::get(Type *ElementType, unsigned NumElements) { in get() function in VectorType
659 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { in get() function in PointerType
/aosp_15_r20/external/pigweed/pw_toolchain/public/pw_toolchain/
H A Dno_destructor.h97 const T* get() const { return &value_; } in get() function
98 T* get() { return &value_; } in get() function
111 const T* get() const { in get() function
114 T* get() { return std::launder(reinterpret_cast<T*>(&memory_)); } in get() function
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DFontInterpolator.kt41 fun get(key: InterpKey): Font? in <lambda>() method
43 fun get(key: VarFontKey): Font? in <lambda>() method
70 override fun get(key: InterpKey): Font? = interpCache[key] in get() method in com.android.systemui.animation.FontCacheImpl
72 override fun get(key: VarFontKey): Font? = verFontCache[key] in get() method in com.android.systemui.animation.FontCacheImpl
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/nio/
H A DCharBuffer.annotated.java58 public abstract char get(); in get() method in CharBuffer
62 public abstract char get(int index); in get() method in CharBuffer
66 public java.nio.CharBuffer get(char[] dst, int offset, int length) { throw new RuntimeException("St… in get() method in CharBuffer
68 public java.nio.CharBuffer get(char[] dst) { throw new RuntimeException("Stub!"); } in get() method in CharBuffer
71 public java.nio.CharBuffer get(int index, char[] dst, int offset, int length) { throw new RuntimeEx… in get() method in CharBuffer
74 public java.nio.CharBuffer get(int index, char[] dst) { throw new RuntimeException("Stub!"); } in get() method in CharBuffer
/aosp_15_r20/external/python/google-api-python-client/samples/api-python-client-doc/
Dmain.py67 def get(self): member in MainHandler
79 def get(self): member in GadgetHandler
92 def get(self): member in EmbedHandler
105 def get(self, service_name, version, collection): member in ResourceHandler
/aosp_15_r20/frameworks/libs/systemui/msdllib/src/com/google/android/msdl/data/repository/
DMSDLRepository.kt62 fun get(): Any? in interface() method
69 fun get(): Any? in interface() method
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributes.cpp80 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get() function in Attribute
104 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { in get() function in Attribute
124 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get() function in Attribute
589 AttributeSet AttributeSet::get(LLVMContext &C, const AttrBuilder &B) { in get() function in AttributeSet
593 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<Attribute> Attrs) { in get() function in AttributeSet
736 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get() function in AttributeSetNode
768 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, const AttrBuilder &B) { in get() function in AttributeSetNode
972 AttributeList::get(LLVMContext &C, in get() function in AttributeList
1008 AttributeList::get(LLVMContext &C, in get() function in AttributeList
1039 AttributeList AttributeList::get(LLVMContext &C, AttributeSet FnAttrs, in get() function in AttributeList
[all …]
H A DType.cpp244 IntegerType *IntegerType::get(LLVMContext &C, unsigned NumBits) { in get() function in IntegerType
301 FunctionType *FunctionType::get(Type *ReturnType, in get() function in FunctionType
327 FunctionType *FunctionType::get(Type *Result, bool isVarArg) { in get() function in FunctionType
346 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, in get() function in StructType
448 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() function in StructType
587 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get() function in ArrayType
614 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get() function in VectorType
637 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { in get() function in PointerType
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Dindex.rs159 fn get(self, slice: &T) -> Option<&Self::Output>; in get() method
204 fn get(self, slice: &[T]) -> Option<&T> { in get() method
265 fn get(self, slice: &[T]) -> Option<&[T]> { in get() method
340 fn get(self, slice: &[T]) -> Option<&[T]> { in get() method
429 fn get(self, slice: &[T]) -> Option<&[T]> { in get() method
468 fn get(self, slice: &[T]) -> Option<&[T]> { in get() method
514 fn get(self, slice: &[T]) -> Option<&[T]> { in get() method
554 fn get(self, slice: &[T]) -> Option<&[T]> { in get() method
599 fn get(self, slice: &[T]) -> Option<&[T]> { in get() method
858 fn get(self, slice: &[T]) -> Option<&Self::Output> { in get() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Dindex.rs159 fn get(self, slice: &T) -> Option<&Self::Output>; in get() method
204 fn get(self, slice: &[T]) -> Option<&T> { in get() method
265 fn get(self, slice: &[T]) -> Option<&[T]> { in get() method
340 fn get(self, slice: &[T]) -> Option<&[T]> { in get() method
429 fn get(self, slice: &[T]) -> Option<&[T]> { in get() method
468 fn get(self, slice: &[T]) -> Option<&[T]> { in get() method
514 fn get(self, slice: &[T]) -> Option<&[T]> { in get() method
554 fn get(self, slice: &[T]) -> Option<&[T]> { in get() method
599 fn get(self, slice: &[T]) -> Option<&[T]> { in get() method
858 fn get(self, slice: &[T]) -> Option<&Self::Output> { in get() function
/aosp_15_r20/external/jspecify/samples/
H A DNotNullMarkedTypeVariableBound.java24 abstract T get(); in get() method in NotNullMarkedTypeVariableBound.UnspecBounded1.Nested
31 abstract T get(); in get() method in NotNullMarkedTypeVariableBound.UnspecBounded2.Nested
38 abstract T get(); in get() method in NotNullMarkedTypeVariableBound.UnspecBounded3.Nested
45 abstract T get(); in get() method in NotNullMarkedTypeVariableBound.NullBounded.Nested
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DImplicitBindingTest.java117 public Provided get() { in get() method in ImplicitBindingTest.ProvidedProvider
226 public InvalidProvidedBy get() { in get() method in ImplicitBindingTest.InvalidProvidedByProvider
238 public InvalidProvidedBy2 get() { in get() method in ImplicitBindingTest.InvalidProvidedBy2Provider
301 public String get() { in get() method in ImplicitBindingTest.TestStringProvider
408 public NonEmptyEnum get() { in get() method in ImplicitBindingTest.NonEmptyEnumProvider
418 public EmptyEnum get() { in get() method in ImplicitBindingTest.EmptyEnumProvider
/aosp_15_r20/hardware/google/pixel/pwrstats_util/
DPowerStatsCollector.cpp26 int PowerStatsCollector::get(std::vector<PowerStatistic>* stats) const { in get() function in PowerStatsCollector
46 int PowerStatsCollector::get(const std::vector<PowerStatistic>& start, in get() function in PowerStatsCollector
91 int IPowerStatProvider::get(PowerStatistic* stat) const { in get() function in IPowerStatProvider
100 int IPowerStatProvider::get(const PowerStatistic& start, PowerStatistic* interval) const { in get() function in IPowerStatProvider
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
H A DLambdaTypeName.kt115 public fun get( in get() method
123 @JvmStatic public fun get( in get() method
130 @JvmStatic public fun get( in get() method
144 @JvmStatic public fun get( method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Denvironment.hpp61 string_type get(const pointer_type id) { return get(string_type(id)); } in get() function in boost::process::detail::posix::native_environment_impl
68 string_type get(const string_type & id) in get() function in boost::process::detail::posix::native_environment_impl
111 string_type get(const pointer_type id) { return getenv(id); } in get() function in boost::process::detail::posix::native_environment_impl
127 string_type get(const string_type & id) {return get(id.c_str());} in get() function in boost::process::detail::posix::native_environment_impl
160 string_type get(const pointer_type id) {return get(string_type(id));} in get() function
230 inline auto basic_environment_impl<Char>::get(const string_type &id) -> string_type in get() function in boost::process::detail::posix::basic_environment_impl
/aosp_15_r20/external/webrtc/rtc_base/memory/
H A Dalways_valid_pointer.h95 Interface* get() { return pointer_; } in get() function
99 Interface* get() const { return pointer_; } in get() function
128 Interface* get() { return pointer_; } in get() function
132 Interface* get() const { return pointer_; } in get() function

12345678910>>...484