/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/ |
D | HeapIntBuffer.java | 220 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
|
D | HeapDoubleBuffer.java | 220 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
|
D | HeapFloatBuffer.java | 220 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 D | HeapShortBuffer.java | 220 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 D | HeapIntBuffer.java | 220 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 D | ByteBufferAsFloatBuffer.java | 158 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 D | ByteBufferAsShortBuffer.java | 158 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 D | ByteBufferAsLongBuffer.java | 158 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 D | AbstractFutureBenchmarks.java | 132 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 D | AbstractFutureBenchmarks.java | 132 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/ |
D | Spatializer.h | 106 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
|
D | NoiseSuppression.h | 97 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/ |
D | HeapLongBuffer.java | 220 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
|
D | HeapFloatBuffer.java | 220 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
|
D | ByteBufferAsShortBuffer.java | 158 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
|
D | ByteBufferAsLongBuffer.java | 158 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
|
D | ByteBufferAsDoubleBuffer.java | 158 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 D | Context.cpp | 317 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/ |
D | AutoValue_Config_Callback.java | 11 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/ |
D | OpenGLDispatchLoader.cpp | 41 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/ |
D | ByteBufferAsDoubleBuffer.java | 158 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
|
D | ByteBufferAsFloatBuffer.java | 158 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
|
D | ByteBufferAsLongBuffer.java | 158 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/ |
D | FindOps.java | 193 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/ |
D | FindOps.java | 193 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
|