/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/util/ |
H A D | ByteArrayDataSink.java | 116 public ByteBuffer getByteBuffer(long offset, int size) { in getByteBuffer() method in ByteArrayDataSink 194 public ByteBuffer getByteBuffer(long offset, int size) throws IOException { in getByteBuffer() method in ByteArrayDataSink.SliceDataSource
|
H A D | ByteBufferDataSource.java | 55 public ByteBuffer getByteBuffer(long offset, int size) { in getByteBuffer() method in ByteBufferDataSource
|
H A D | ChainedDataSource.java | 70 public ByteBuffer getByteBuffer(long offset, int size) throws IOException { in getByteBuffer() method in ChainedDataSource
|
H A D | FileChannelDataSource.java | 159 public ByteBuffer getByteBuffer(long offset, int size) throws IOException { in getByteBuffer() method in FileChannelDataSource
|
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
H A D | ReadableBuffers.java | 339 public ByteBuffer getByteBuffer() { in getByteBuffer() method in ReadableBuffers.ByteReadableBufferWrapper 410 public ByteBuffer getByteBuffer() { in getByteBuffer() method in ReadableBuffers.BufferInputStream
|
H A D | AbstractReadableBuffer.java | 69 public ByteBuffer getByteBuffer() { in getByteBuffer() method in AbstractReadableBuffer
|
H A D | ReadableBuffer.java | 163 ByteBuffer getByteBuffer(); in getByteBuffer() method
|
H A D | ForwardingReadableBuffer.java | 122 public ByteBuffer getByteBuffer() { in getByteBuffer() method in ForwardingReadableBuffer
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ |
H A D | ByteBuffered.java | 57 public ByteBuffer getByteBuffer() throws IOException; in getByteBuffer() method
|
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/ |
H A D | HasByteBuffer.java | 50 ByteBuffer getByteBuffer(); in getByteBuffer() method
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
H A D | UTF16BECharsetDecoderTest.java | 68 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTF16BECharsetDecoderTest
|
H A D | UTF16LECharsetDecoderTest.java | 68 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTF16LECharsetDecoderTest
|
H A D | UTFCharsetDecoderTest.java | 68 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTFCharsetDecoderTest
|
H A D | UTF16CharsetDecoderTest.java | 47 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTF16CharsetDecoderTest
|
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/util/ |
H A D | DataSource.java | 85 ByteBuffer getByteBuffer(long offset, int size) throws IOException; in getByteBuffer() method
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | ByteArrayUtil.java | 43 private static ByteBuffer getByteBuffer( in getByteBuffer() method in ByteArrayUtil
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/ |
H A D | Resource.java | 159 public ByteBuffer getByteBuffer() throws IOException { in getByteBuffer() method in Resource
|
/aosp_15_r20/development/samples/training/threadsample/src/com/example/android/threadsample/ |
H A D | PhotoDecodeRunnable.java | 71 byte[] getByteBuffer(); in getByteBuffer() method
|
H A D | PhotoDownloadRunnable.java | 72 byte[] getByteBuffer(); in getByteBuffer() method
|
H A D | PhotoTask.java | 129 public byte[] getByteBuffer() { in getByteBuffer() method in PhotoTask
|
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
H A D | NettyReadableBuffer.java | 118 public ByteBuffer getByteBuffer() { in getByteBuffer() method in NettyReadableBuffer
|
/aosp_15_r20/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/block/read/ |
D | BlockDataTest.java | 53 public void getByteBuffer() throws IOException { in getByteBuffer() method in BlockDataTest
|
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/ |
H A D | ZFileDataSource.java | 142 public ByteBuffer getByteBuffer(long offset, int size) throws IOException { in getByteBuffer() method in ZFileDataSource
|
/aosp_15_r20/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/block/read/ |
D | BlockData.java | 47 public ByteBuffer getByteBuffer() { in getByteBuffer() method in BlockData
|
/aosp_15_r20/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/block/ |
D | BlockFileTest.java | 161 private static ByteBuffer getByteBuffer(byte[] block1DataBytes) { in getByteBuffer() method in BlockFileTest
|