Home
last modified time | relevance | path

Searched defs:getByteBuffer (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/util/
H A DByteArrayDataSink.java116 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 DByteBufferDataSource.java55 public ByteBuffer getByteBuffer(long offset, int size) { in getByteBuffer() method in ByteBufferDataSource
H A DChainedDataSource.java70 public ByteBuffer getByteBuffer(long offset, int size) throws IOException { in getByteBuffer() method in ChainedDataSource
H A DFileChannelDataSource.java159 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 DReadableBuffers.java339 public ByteBuffer getByteBuffer() { in getByteBuffer() method in ReadableBuffers.ByteReadableBufferWrapper
410 public ByteBuffer getByteBuffer() { in getByteBuffer() method in ReadableBuffers.BufferInputStream
H A DAbstractReadableBuffer.java69 public ByteBuffer getByteBuffer() { in getByteBuffer() method in AbstractReadableBuffer
H A DReadableBuffer.java163 ByteBuffer getByteBuffer(); in getByteBuffer() method
H A DForwardingReadableBuffer.java122 public ByteBuffer getByteBuffer() { in getByteBuffer() method in ForwardingReadableBuffer
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/
H A DByteBuffered.java57 public ByteBuffer getByteBuffer() throws IOException; in getByteBuffer() method
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A DHasByteBuffer.java50 ByteBuffer getByteBuffer(); in getByteBuffer() method
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
H A DUTF16BECharsetDecoderTest.java68 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTF16BECharsetDecoderTest
H A DUTF16LECharsetDecoderTest.java68 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTF16LECharsetDecoderTest
H A DUTFCharsetDecoderTest.java68 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTFCharsetDecoderTest
H A DUTF16CharsetDecoderTest.java47 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTF16CharsetDecoderTest
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/util/
H A DDataSource.java85 ByteBuffer getByteBuffer(long offset, int size) throws IOException; in getByteBuffer() method
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/
DByteArrayUtil.java43 private static ByteBuffer getByteBuffer( in getByteBuffer() method in ByteArrayUtil
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/
H A DResource.java159 public ByteBuffer getByteBuffer() throws IOException { in getByteBuffer() method in Resource
/aosp_15_r20/development/samples/training/threadsample/src/com/example/android/threadsample/
H A DPhotoDecodeRunnable.java71 byte[] getByteBuffer(); in getByteBuffer() method
H A DPhotoDownloadRunnable.java72 byte[] getByteBuffer(); in getByteBuffer() method
H A DPhotoTask.java129 public byte[] getByteBuffer() { in getByteBuffer() method in PhotoTask
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
H A DNettyReadableBuffer.java118 public ByteBuffer getByteBuffer() { in getByteBuffer() method in NettyReadableBuffer
/aosp_15_r20/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/block/read/
DBlockDataTest.java53 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 DZFileDataSource.java142 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/
DBlockData.java47 public ByteBuffer getByteBuffer() { in getByteBuffer() method in BlockData
/aosp_15_r20/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/block/
DBlockFileTest.java161 private static ByteBuffer getByteBuffer(byte[] block1DataBytes) { in getByteBuffer() method in BlockFileTest

12345678910>>...20