Home
last modified time | relevance | path

Searched defs:get (Results 276 – 300 of 12097) sorted by relevance

1...<<11121314151617181920>>...484

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/
DHeapIntBuffer.java220 public int get() { in get() method in HeapIntBuffer
225 public int get(int i) { in get() method in HeapIntBuffer
237 public IntBuffer get(int[] dst, int offset, int length) { in get() method in HeapIntBuffer
249 public IntBuffer get(int index, int[] dst, int offset, int length) { in get() method in HeapIntBuffer
DHeapDoubleBuffer.java220 public double get() { in get() method in HeapDoubleBuffer
225 public double get(int i) { in get() method in HeapDoubleBuffer
237 public DoubleBuffer get(double[] dst, int offset, int length) { in get() method in HeapDoubleBuffer
249 public DoubleBuffer get(int index, double[] dst, int offset, int length) { in get() method in HeapDoubleBuffer
DHeapFloatBuffer.java220 public float get() { in get() method in HeapFloatBuffer
225 public float get(int i) { in get() method in HeapFloatBuffer
237 public FloatBuffer get(float[] dst, int offset, int length) { in get() method in HeapFloatBuffer
249 public FloatBuffer get(int index, float[] dst, int offset, int length) { in get() method in HeapFloatBuffer
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/
H A DHeapShortBuffer.java220 public short get() { in get() method in HeapShortBuffer
225 public short get(int i) { in get() method in HeapShortBuffer
237 public ShortBuffer get(short[] dst, int offset, int length) { in get() method in HeapShortBuffer
249 public ShortBuffer get(int index, short[] dst, int offset, int length) { in get() method in HeapShortBuffer
H A DHeapIntBuffer.java220 public int get() { in get() method in HeapIntBuffer
225 public int get(int i) { in get() method in HeapIntBuffer
237 public IntBuffer get(int[] dst, int offset, int length) { in get() method in HeapIntBuffer
249 public IntBuffer get(int index, int[] dst, int offset, int length) { in get() method in HeapIntBuffer
H A DByteBufferAsFloatBuffer.java158 public float get() { in get() method in ByteBufferAsFloatBuffer
167 public float get(int i) { in get() method in ByteBufferAsFloatBuffer
177 public FloatBuffer get(float[] dst, int off, int length) { in get() method in ByteBufferAsFloatBuffer
187 public FloatBuffer get(int index, float[] dst, int off, int length) { in get() method in ByteBufferAsFloatBuffer
H A DByteBufferAsShortBuffer.java158 public short get() { in get() method in ByteBufferAsShortBuffer
167 public short get(int i) { in get() method in ByteBufferAsShortBuffer
177 public ShortBuffer get(short[] dst, int off, int length) { in get() method in ByteBufferAsShortBuffer
187 public ShortBuffer get(int index, short[] dst, int off, int length) { in get() method in ByteBufferAsShortBuffer
H A DByteBufferAsLongBuffer.java158 public long get() { in get() method in ByteBufferAsLongBuffer
167 public long get(int i) { in get() method in ByteBufferAsLongBuffer
177 public LongBuffer get(long[] dst, int off, int length) { in get() method in ByteBufferAsLongBuffer
187 public LongBuffer get(int index, long[] dst, int off, int length) { in get() method in ByteBufferAsLongBuffer
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractFutureBenchmarks.java132 public V get(long timeout, TimeUnit unit) in get() method in AbstractFutureBenchmarks.OldAbstractFuture
154 public V get() throws InterruptedException, ExecutionException { in get() method in AbstractFutureBenchmarks.OldAbstractFuture
300 V get(long nanos) in get() method in AbstractFutureBenchmarks.OldAbstractFuture.Sync
316 V get() throws CancellationException, ExecutionException, InterruptedException { in get() method in AbstractFutureBenchmarks.OldAbstractFuture.Sync
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractFutureBenchmarks.java132 public V get(long timeout, TimeUnit unit) in get() method in AbstractFutureBenchmarks.OldAbstractFuture
154 public V get() throws InterruptedException, ExecutionException { in get() method in AbstractFutureBenchmarks.OldAbstractFuture
300 V get(long nanos) in get() method in AbstractFutureBenchmarks.OldAbstractFuture.Sync
316 V get() throws CancellationException, ExecutionException, InterruptedException { in get() method in AbstractFutureBenchmarks.OldAbstractFuture.Sync
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect-V3-ndk-source/gen/include/aidl/android/hardware/audio/effect/
DSpatializer.h106 const auto& get() const { in get() function
112 auto& get() { in get() function
198 const auto& get() const { in get() function
204 auto& get() { in get() function
DNoiseSuppression.h97 const auto& get() const { in get() function
103 auto& get() { in get() function
195 const auto& get() const { in get() function
201 auto& get() { in get() function
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/
DHeapLongBuffer.java220 public long get() { in get() method in HeapLongBuffer
225 public long get(int i) { in get() method in HeapLongBuffer
237 public LongBuffer get(long[] dst, int offset, int length) { in get() method in HeapLongBuffer
249 public LongBuffer get(int index, long[] dst, int offset, int length) { in get() method in HeapLongBuffer
DHeapFloatBuffer.java220 public float get() { in get() method in HeapFloatBuffer
225 public float get(int i) { in get() method in HeapFloatBuffer
237 public FloatBuffer get(float[] dst, int offset, int length) { in get() method in HeapFloatBuffer
249 public FloatBuffer get(int index, float[] dst, int offset, int length) { in get() method in HeapFloatBuffer
DByteBufferAsShortBuffer.java158 public short get() { in get() method in ByteBufferAsShortBuffer
167 public short get(int i) { in get() method in ByteBufferAsShortBuffer
177 public ShortBuffer get(short[] dst, int off, int length) { in get() method in ByteBufferAsShortBuffer
187 public ShortBuffer get(int index, short[] dst, int off, int length) { in get() method in ByteBufferAsShortBuffer
DByteBufferAsLongBuffer.java158 public long get() { in get() method in ByteBufferAsLongBuffer
167 public long get(int i) { in get() method in ByteBufferAsLongBuffer
177 public LongBuffer get(long[] dst, int off, int length) { in get() method in ByteBufferAsLongBuffer
187 public LongBuffer get(int index, long[] dst, int off, int length) { in get() method in ByteBufferAsLongBuffer
DByteBufferAsDoubleBuffer.java158 public double get() { in get() method in ByteBufferAsDoubleBuffer
167 public double get(int i) { in get() method in ByteBufferAsDoubleBuffer
177 public DoubleBuffer get(double[] dst, int off, int length) { in get() method in ByteBufferAsDoubleBuffer
187 public DoubleBuffer get(int index, double[] dst, int off, int length) { in get() method in ByteBufferAsDoubleBuffer
/aosp_15_r20/external/swiftshader/src/Vulkan/Debug/
H A DContext.cpp317 std::shared_ptr<Thread> Context::Lock::get(Thread::ID id) in get() function in vk::dbg::Context::Lock
348 std::shared_ptr<File> Context::Lock::get(File::ID id) in get() function in vk::dbg::Context::Lock
390 std::shared_ptr<Frame> Context::Lock::get(Frame::ID id) in get() function in vk::dbg::Context::Lock
403 std::shared_ptr<Scope> Context::Lock::get(Scope::ID id) in get() function in vk::dbg::Context::Lock
413 std::shared_ptr<Variables> Context::Lock::get(Variables::ID id) in get() function in vk::dbg::Context::Lock
/aosp_15_r20/out/soong/.intermediates/art/libartservice/service/service-art.impl/android_common_apex31/javac/anno/com/android/server/art/model/
DAutoValue_Config_Callback.java11 private final CallbackType get; field in AutoValue_Config_Callback
19 CallbackType get, in AutoValue_Config_Callback()
35 public CallbackType get() { in get() method in AutoValue_Config_Callback
/aosp_15_r20/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
DOpenGLDispatchLoader.cpp41 const GLESv1Dispatch* LazyLoadedGLESv1Dispatch::get() { in get() function in gfxstream::gl::LazyLoadedGLESv1Dispatch
56 const GLESv2Dispatch* LazyLoadedGLESv2Dispatch::get() { in get() function in gfxstream::gl::LazyLoadedGLESv2Dispatch
71 const EGLDispatch* LazyLoadedEGLDispatch::get() { in get() function in gfxstream::gl::LazyLoadedEGLDispatch
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/
DByteBufferAsDoubleBuffer.java158 public double get() { in get() method in ByteBufferAsDoubleBuffer
167 public double get(int i) { in get() method in ByteBufferAsDoubleBuffer
177 public DoubleBuffer get(double[] dst, int off, int length) { in get() method in ByteBufferAsDoubleBuffer
187 public DoubleBuffer get(int index, double[] dst, int off, int length) { in get() method in ByteBufferAsDoubleBuffer
DByteBufferAsFloatBuffer.java158 public float get() { in get() method in ByteBufferAsFloatBuffer
167 public float get(int i) { in get() method in ByteBufferAsFloatBuffer
177 public FloatBuffer get(float[] dst, int off, int length) { in get() method in ByteBufferAsFloatBuffer
187 public FloatBuffer get(int index, float[] dst, int off, int length) { in get() method in ByteBufferAsFloatBuffer
DByteBufferAsLongBuffer.java158 public long get() { in get() method in ByteBufferAsLongBuffer
167 public long get(int i) { in get() method in ByteBufferAsLongBuffer
177 public LongBuffer get(long[] dst, int off, int length) { in get() method in ByteBufferAsLongBuffer
187 public LongBuffer get(int index, long[] dst, int off, int length) { in get() method in ByteBufferAsLongBuffer
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/stream/
DFindOps.java193 public Optional<T> get() { in get() method in FindOps.FindSink.OfRef
216 public OptionalInt get() { in get() method in FindOps.FindSink.OfInt
238 public OptionalLong get() { in get() method in FindOps.FindSink.OfLong
260 public OptionalDouble get() { in get() method in FindOps.FindSink.OfDouble
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/stream/
DFindOps.java193 public Optional<T> get() { in get() method in FindOps.FindSink.OfRef
216 public OptionalInt get() { in get() method in FindOps.FindSink.OfInt
238 public OptionalLong get() { in get() method in FindOps.FindSink.OfLong
260 public OptionalDouble get() { in get() method in FindOps.FindSink.OfDouble

1...<<11121314151617181920>>...484