Home
last modified time | relevance | path

Searched defs:get (Results 151 – 175 of 12097) sorted by relevance

12345678910>>...484

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/FlowSensitive/
DDataflowEnvironment.h301 get(const ValueDecl &D) const { in get() function
306 get(const Expr &E) const { in get() function
490 get(const StorageLocation &Loc) const { in get() function
495 get(const ValueDecl &D) const { in get() function
499 std::enable_if_t<std::is_base_of_v<Value, T>, T *> get(const Expr &E) const { in get() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/FlowSensitive/
DDataflowEnvironment.h299 get(const ValueDecl &D) const { in get() function
304 get(const Expr &E) const { in get() function
483 get(const StorageLocation &Loc) const { in get() function
488 get(const ValueDecl &D) const { in get() function
492 std::enable_if_t<std::is_base_of_v<Value, T>, T *> get(const Expr &E) const { in get() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/FlowSensitive/
DDataflowEnvironment.h301 get(const ValueDecl &D) const { in get() function
306 get(const Expr &E) const { in get() function
490 get(const StorageLocation &Loc) const { in get() function
495 get(const ValueDecl &D) const { in get() function
499 std::enable_if_t<std::is_base_of_v<Value, T>, T *> get(const Expr &E) const { in get() function
/aosp_15_r20/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
H A DBedsteadServiceLocator.kt38 fun <T : Any> get(clazz: KClass<T>): T { in get() method in com.android.bedstead.harrier.BedsteadServiceLocator
56 inline fun <reified T : Any> get(): T = get(T::class) in get() method in com.android.bedstead.harrier.BedsteadServiceLocator
69 fun <T : Any> get(clazz: Class<T>): T = get(clazz.kotlin) in get() method in com.android.bedstead.harrier.BedsteadServiceLocator
76 fun <T : Any> get(className: String): T { in get() method in com.android.bedstead.harrier.BedsteadServiceLocator
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/
H A DArrayTypeName.java92 public static ArrayTypeName get(ArrayType mirror) { in get() method in ArrayTypeName
96 static ArrayTypeName get( in get() method in ArrayTypeName
102 public static ArrayTypeName get(GenericArrayType type) { in get() method in ArrayTypeName
106 static ArrayTypeName get(GenericArrayType type, Map<Type, TypeVariableName> map) { in get() method in ArrayTypeName
H A DWildcardTypeName.java100 public static TypeName get(javax.lang.model.type.WildcardType mirror) { in get() method in WildcardTypeName
104 static TypeName get( in get() method in WildcardTypeName
120 public static TypeName get(WildcardType wildcardName) { in get() method in WildcardTypeName
124 static TypeName get(WildcardType wildcardName, Map<Type, TypeVariableName> map) { in get() method in WildcardTypeName
H A DParameterizedTypeName.java113 public static ParameterizedTypeName get(ClassName rawType, TypeName... typeArguments) { in get() method in ParameterizedTypeName
118 public static ParameterizedTypeName get(Class<?> rawType, Type... typeArguments) { in get() method in ParameterizedTypeName
123 public static ParameterizedTypeName get(ParameterizedType type) { in get() method in ParameterizedTypeName
128 static ParameterizedTypeName get(ParameterizedType type, Map<Type, TypeVariableName> map) { in get() method in ParameterizedTypeName
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/nio/
H A DByteBuffer.annotated.java54 public abstract byte get(); in get() method in ByteBuffer
58 public abstract byte get(int index); in get() method in ByteBuffer
62 public java.nio.ByteBuffer get(byte[] dst, int offset, int length) { throw new RuntimeException("St… in get() method in ByteBuffer
64 public java.nio.ByteBuffer get(byte[] dst) { throw new RuntimeException("Stub!"); } in get() method in ByteBuffer
67 public java.nio.ByteBuffer get(int index, byte[] dst, int offset, int length) { throw new RuntimeEx… in get() method in ByteBuffer
70 public java.nio.ByteBuffer get(int index, byte[] dst) { throw new RuntimeException("Stub!"); } in get() method in ByteBuffer
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dshared_prefs.py53 def get(self): member in BasePref
76 def get(self): member in BooleanPref
93 def get(self): member in FloatPref
106 def get(self): member in IntPref
130 def get(self): member in StringPref
151 def get(self): member in StringSetPref
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/nio/
H A DByteBuffer.annotated.java51 public abstract byte get(); in get() method in ByteBuffer
55 public abstract byte get(int index); in get() method in ByteBuffer
59 @libcore.util.NonNull public java.nio.ByteBuffer get(byte @libcore.util.NonNull [] dst, int offset,… in get() method in ByteBuffer
61 @libcore.util.NonNull public java.nio.ByteBuffer get(byte @libcore.util.NonNull [] dst) { throw new… in get() method in ByteBuffer
63 @libcore.util.NonNull public java.nio.ByteBuffer get(int index, byte @libcore.util.NonNull [] dst) … in get() method in ByteBuffer
65 @libcore.util.NonNull public java.nio.ByteBuffer get(int index, byte @libcore.util.NonNull [] dst, … in get() method in ByteBuffer
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusAreaView.kt58 override fun get(view: KeyguardStatusAreaView): Float { in get() method
75 override fun get(view: KeyguardStatusAreaView): Float { in get() method
92 override fun get(view: KeyguardStatusAreaView): Float { in get() method
109 override fun get(view: KeyguardStatusAreaView): Float { in get() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/
H A Dtraits.rs101 fn get(self, slice: &str) -> Option<&Self::Output> { in get() method
166 fn get(self, slice: &str) -> Option<&Self::Output> { in get() method
282 fn get(self, slice: &str) -> Option<&str> { in get() function
336 fn get(self, slice: &str) -> Option<&Self::Output> { in get() method
405 fn get(self, slice: &str) -> Option<&Self::Output> { in get() method
477 fn get(self, slice: &str) -> Option<&Self::Output> { in get() method
529 fn get(self, slice: &str) -> Option<&Self::Output> { in get() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/
H A Dtraits.rs101 fn get(self, slice: &str) -> Option<&Self::Output> { in get() method
166 fn get(self, slice: &str) -> Option<&Self::Output> { in get() method
282 fn get(self, slice: &str) -> Option<&str> { in get() function
336 fn get(self, slice: &str) -> Option<&Self::Output> { in get() method
405 fn get(self, slice: &str) -> Option<&Self::Output> { in get() method
477 fn get(self, slice: &str) -> Option<&Self::Output> { in get() method
529 fn get(self, slice: &str) -> Option<&Self::Output> { in get() method
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/
H A DStripedBenchmark.java56 Striped<Lock> get(int stripes) { in get() method
62 Striped<Lock> get(int stripes) { in get() method
68 Striped<Lock> get(int stripes) { in get() method
73 abstract Striped<Lock> get(int stripes); in get() method in StripedBenchmark.Impl
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
H A DStripedBenchmark.java56 Striped<Lock> get(int stripes) { in get() method
62 Striped<Lock> get(int stripes) { in get() method
68 Striped<Lock> get(int stripes) { in get() method
73 abstract Striped<Lock> get(int stripes); in get() method in StripedBenchmark.Impl
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/FlowSensitive/
DDataflowEnvironment.h331 get(const ValueDecl &D) const { in get() function
336 get(const Expr &E) const { in get() function
519 get(const StorageLocation &Loc) const { in get() function
524 get(const ValueDecl &D) const { in get() function
528 std::enable_if_t<std::is_base_of_v<Value, T>, T *> get(const Expr &E) const { in get() function
/aosp_15_r20/external/angle/src/tests/test_utils/
H A Dgl_raii.h65 GLuint get() in get() function
73 GLuint get() const in get() function
158 GLuint get() const { return mHandle; } in get() function
229 GLuint get() in get() function
237 GLuint get() const in get() function
/aosp_15_r20/out/soong/.intermediates/external/flatbuffers/flatbuffers-java/android_common_apex33/turbine/
Dflatbuffers-java.jar ... () public boolean getBoolean (int) public byte get (int) public short getShort (int) public ...
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffers.kt134 public operator fun get(index: Int): Reference = toVector()[index] in get() method in com.google.flatbuffers.kotlin.Reference
139 public operator fun get(key: String): Reference = toMap()[key] in get() method in com.google.flatbuffers.kotlin.Reference
558 public operator fun get(pos: Int): Byte { in get() method
581 public open operator fun get(index: Int): Reference { in toString() method
621 override operator fun get(index: Int): Reference { in get() method
664 public operator fun get(index: Int): Char { in get() method in Key
727 public operator fun get(index: Int): Reference { in toString() method
740 public operator fun get(key: String): Reference { in toString() method
752 override operator fun get(key: Key): Reference { in toString() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/
DShortBuffer.java690 public abstract short get(); in get() method in ShortBuffer
724 public abstract short get(int index); in get() method in ShortBuffer
815 public ShortBuffer get(short[] dst, int offset, int length) { in get() method in ShortBuffer
846 public ShortBuffer get(short[] dst) { in get() method in ShortBuffer
894 public ShortBuffer get(int index, short[] dst, int offset, int length) { in get() method in ShortBuffer
930 public ShortBuffer get(int index, short[] dst) { in get() method in ShortBuffer
DFloatBuffer.java690 public abstract float get(); in get() method in FloatBuffer
724 public abstract float get(int index); in get() method in FloatBuffer
815 public FloatBuffer get(float[] dst, int offset, int length) { in get() method in FloatBuffer
846 public FloatBuffer get(float[] dst) { in get() method in FloatBuffer
894 public FloatBuffer get(int index, float[] dst, int offset, int length) { in get() method in FloatBuffer
930 public FloatBuffer get(int index, float[] dst) { in get() method in FloatBuffer
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/
DFloatBuffer.java690 public abstract float get(); in get() method in FloatBuffer
724 public abstract float get(int index); in get() method in FloatBuffer
815 public FloatBuffer get(float[] dst, int offset, int length) { in get() method in FloatBuffer
846 public FloatBuffer get(float[] dst) { in get() method in FloatBuffer
894 public FloatBuffer get(int index, float[] dst, int offset, int length) { in get() method in FloatBuffer
930 public FloatBuffer get(int index, float[] dst) { in get() method in FloatBuffer
DLongBuffer.java690 public abstract long get(); in get() method in LongBuffer
724 public abstract long get(int index); in get() method in LongBuffer
815 public LongBuffer get(long[] dst, int offset, int length) { in get() method in LongBuffer
846 public LongBuffer get(long[] dst) { in get() method in LongBuffer
894 public LongBuffer get(int index, long[] dst, int offset, int length) { in get() method in LongBuffer
930 public LongBuffer get(int index, long[] dst) { in get() method in LongBuffer
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/
H A DDoubleBuffer.java690 public abstract double get(); in get() method in DoubleBuffer
724 public abstract double get(int index); in get() method in DoubleBuffer
815 public DoubleBuffer get(double[] dst, int offset, int length) { in get() method in DoubleBuffer
846 public DoubleBuffer get(double[] dst) { in get() method in DoubleBuffer
894 public DoubleBuffer get(int index, double[] dst, int offset, int length) { in get() method in DoubleBuffer
930 public DoubleBuffer get(int index, double[] dst) { in get() method in DoubleBuffer
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DChainedMap.java33 public V get(K2 key2, K1 key1) { in get() method in ChainedMap.M3
38 public Map<K1, V> get(K2 key2) { in get() method in ChainedMap.M3
92 public V get(K3 key3, K2 key2, K1 key1) { in get() method in ChainedMap.M4
96 public M3<K2, K1, V> get(K3 key3) { in get() method in ChainedMap.M4
155 public V get(K4 key4, K3 key3, K2 key2, K1 key1) { in get() method in ChainedMap.M5
159 public M4<K3, K2, K1, V> get(K4 key4) { in get() method in ChainedMap.M5

12345678910>>...484