/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/ |
H A D | ShortBuffer.java | 690 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
|
H A D | IntBuffer.java | 690 public abstract int get(); in get() method in IntBuffer 724 public abstract int get(int index); in get() method in IntBuffer 815 public IntBuffer get(int[] dst, int offset, int length) { in get() method in IntBuffer 846 public IntBuffer get(int[] dst) { in get() method in IntBuffer 894 public IntBuffer get(int index, int[] dst, int offset, int length) { in get() method in IntBuffer 930 public IntBuffer get(int index, int[] dst) { in get() method in IntBuffer
|
H A D | LongBuffer.java | 690 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
|
H A D | FloatBuffer.java | 690 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/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | example-tuple.cpp | 185 static RJ get(tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() function in get_impl 186 static PJ get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() function in get_impl 194 static RJ get(tuple<Head, Values...>& t) { return t.head(); } in get() function in get_impl 195 static PJ get(const tuple<Head, Values...>& t) { return t.head(); } in get() function in get_impl 200 get(tuple<Values...>& t) { in get() function 206 get(const tuple<Values...>& t) { in get() function
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/ |
D | DoubleBuffer.java | 690 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
|
D | IntBuffer.java | 690 public abstract int get(); in get() method in IntBuffer 724 public abstract int get(int index); in get() method in IntBuffer 815 public IntBuffer get(int[] dst, int offset, int length) { in get() method in IntBuffer 846 public IntBuffer get(int[] dst) { in get() method in IntBuffer 894 public IntBuffer get(int index, int[] dst, int offset, int length) { in get() method in IntBuffer 930 public IntBuffer get(int index, int[] dst) { in get() method in IntBuffer
|
D | LongBuffer.java | 690 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/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/ |
D | DoubleBuffer.java | 690 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
|
D | IntBuffer.java | 690 public abstract int get(); in get() method in IntBuffer 724 public abstract int get(int index); in get() method in IntBuffer 815 public IntBuffer get(int[] dst, int offset, int length) { in get() method in IntBuffer 846 public IntBuffer get(int[] dst) { in get() method in IntBuffer 894 public IntBuffer get(int index, int[] dst, int offset, int length) { in get() method in IntBuffer 930 public IntBuffer get(int index, int[] dst) { in get() method in IntBuffer
|
D | ShortBuffer.java | 690 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
|
/aosp_15_r20/external/jspecify/samples/ |
H A D | DereferenceIntersection.java | 87 T get(); in get() method 91 T get(); in get() method 95 T get(); in get() method 99 T get(); in get() method
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
H A D | DictionaryExtensions.cs | 50 public static object get(IDictionary map, object key) { in get() method in Antlr.Runtime.JavaExtensions.DictionaryExtensions 55 public static TValue get<TKey, TValue>(IDictionary<TKey, TValue> map, TKey key) { in get() method in Antlr.Runtime.JavaExtensions.DictionaryExtensions 67 public static TValue get<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key) { in get() method in Antlr.Runtime.JavaExtensions.DictionaryExtensions 78 public static TValue get<TKey, TValue>(SortedList<TKey, TValue> map, TKey key) { in get() method in Antlr.Runtime.JavaExtensions.DictionaryExtensions
|
/aosp_15_r20/external/armnn/third-party/mapbox/ |
H A D | variant.hpp | 686 VARIANT_INLINE T& get() in get() function in mapbox::util::variant 709 VARIANT_INLINE T const& get() const in get() function in mapbox::util::variant 734 VARIANT_INLINE T& get() in get() function in mapbox::util::variant 757 VARIANT_INLINE T const& get() const in get() function in mapbox::util::variant 782 VARIANT_INLINE T& get() in get() function in mapbox::util::variant 805 VARIANT_INLINE T const& get() const in get() function in mapbox::util::variant 946 auto get(T& var)->decltype(var.template get<ResultType>()) in get() function 960 auto get(T const& var)->decltype(var.template get<ResultType>()) in get() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/utility/ |
D | value_init.hpp | 135 T const& get ( initialized<T> const& x ) in get() function 142 T& get ( initialized<T>& x ) in get() function 204 T const& get ( value_initialized<T> const& x ) in get() function 211 T& get ( value_initialized<T>& x ) in get() function
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectMigrationApis/android_common_apex34/javac/ |
D | HealthConnectMigrationApis.jar | ... .healthconnect.controller.migration.api.HealthMigrationManagerImpl get ()
public static com.android.healthconnect. |
/aosp_15_r20/packages/apps/TV/libs/m2/ |
D | dagger-2.23.jar | ... .Object {
public abstract java.lang.Object get ()
}
dagger/MapKey.class
MapKey. ... |
/aosp_15_r20/external/dokka/integration/src/main/kotlin/org/jetbrains/dokka/ |
H A D | ReflectDsl.kt | 19 operator fun get(s: String): CallOrPropAccess { in get() method in org.jetbrains.dokka.ReflectDsl.CallOrPropAccess 56 operator fun Any.get(s: String): CallOrPropAccess { in get() method 61 operator fun Any.get(s: String, clz: Class<*>): CallOrPropAccess { in get() method 66 operator fun Any.get(s: String, clz: KClass<*>): CallOrPropAccess { in get() method
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Attributes.cpp | 91 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get() function in Attribute 122 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { in get() function in Attribute 145 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get() function in Attribute 693 AttributeSet AttributeSet::get(LLVMContext &C, const AttrBuilder &B) { in get() function in AttributeSet 697 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<Attribute> Attrs) { in get() function in AttributeSet 888 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get() function in AttributeSetNode 925 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, const AttrBuilder &B) { in get() function in AttributeSetNode 1132 AttributeList::get(LLVMContext &C, in get() function in AttributeList 1165 AttributeList::get(LLVMContext &C, in get() function in AttributeList 1192 AttributeList AttributeList::get(LLVMContext &C, AttributeSet FnAttrs, in get() function in AttributeList [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/ |
D | empty_value.hpp | 80 const T& get() const BOOST_NOEXCEPT { in get() function in boost::empty_::empty_value 84 T& get() BOOST_NOEXCEPT { in get() function in boost::empty_::empty_value 128 const T& get() const BOOST_NOEXCEPT { in get() function in boost::empty_::empty_value 132 T& get() BOOST_NOEXCEPT { in get() function in boost::empty_::empty_value
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/ |
D | calibration.py | 61 def get(self, channel, origin, granularity): member in CalibrationCollection 100 def get(self, channel, origin, granularity): member in CalibrationWindows 135 def get(self, channel, origin, granularity): member in CalibrationScalars 171 def get(self, channel, origin, granularity): member in CalibrationSnapshot
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/bench/ |
D | bench_alloc_expand_bwd.cpp | 40 { static const char *get() { return "StdAllocator"; } }; in get() function 43 { static const char *get() { return "AllocatorPlusV2Mask"; } }; in get() function 46 { static const char *get() { return "AllocatorPlusV2"; } }; in get() function 49 { static const char *get() { return "AllocatorPlusV1"; } }; in get() function
|
/aosp_15_r20/external/skia/modules/skottie/src/ |
H A D | SkottieProperty.cpp | 75 ColorPropertyValue ColorPropertyHandle::get() const { in get() function in skottie::ColorPropertyHandle 100 OpacityPropertyValue OpacityPropertyHandle::get() const { in get() function in skottie::OpacityPropertyHandle 125 TextPropertyValue TextPropertyHandle::get() const { in get() function in skottie::TextPropertyHandle 150 TransformPropertyValue TransformPropertyHandle::get() const { in get() function in skottie::TransformPropertyHandle
|
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/ |
H A D | ClassIndex.kt | 33 fun get(qualifiedName: String) = index[qualifiedName]!! in <lambda>() method in org.conscrypt.doclet.ClassIndex 34 fun get(typeElement: TypeElement) = get(typeElement.qualifiedName.toString()) in <lambda>() method
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/repackaged-jarjar/javac/ |
D | IntentResolver-core.jar | hilt_aggregated_deps/_com_android_intentresolver_v2_ChooserSelector_GeneratedInjector.class
_com_android_intentresolver_v2_ChooserSelector_GeneratedInjector.java
package hilt_aggregated_deps
public hilt_aggregated_deps._com_android_intentresolver_v2_ChooserSelector_GeneratedInjector extends java.lang. ... |