Home
last modified time | relevance | path

Searched defs:byteBuf (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DChannelsTest.java112 ByteBuffer byteBuf = ByteBuffer.allocate(this.testNum); in testNewChannelInputStream_InputNull() local
127 ByteBuffer byteBuf = ByteBuffer.allocate(this.testNum); in testNewChannelInputStream_BufferNull() local
155 ByteBuffer byteBuf = ByteBuffer.allocate(bufSize); in testNewChannelInputStream() local
H A DSocketChannelTest.java230 java.nio.ByteBuffer[] byteBuf = null; in testReadByteBufferArray() local
263 java.nio.ByteBuffer[] byteBuf = null; in testReadByteBufferArray_BufNull() local
291 java.nio.ByteBuffer[] byteBuf = null; in testWriteByteBufferArray() local
316 java.nio.ByteBuffer[] byteBuf = null; in testWriteByteBufferArray_BufNull() local
/aosp_15_r20/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/dexbacked/
H A DBaseDexBufferTest.java215 ByteBuffer byteBuf = ByteBuffer.allocateDirect(4).order(ByteOrder.LITTLE_ENDIAN); in testReadRandom() local
249 ByteBuffer byteBuf = ByteBuffer.allocateDirect(8).order(ByteOrder.LITTLE_ENDIAN); in testReadLongRandom() local
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DMediaMuxer.java300 long nativeObject, int trackIndex, @NonNull ByteBuffer byteBuf, in nativeWriteSampleData()
759 public void writeSampleData(int trackIndex, @NonNull ByteBuffer byteBuf, in writeSampleData()
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/nrs/
H A DEmptyHttpResponse.java123 public FullHttpResponse replace(ByteBuf byteBuf) { in replace()
H A DEmptyHttpRequest.java129 public FullHttpRequest replace(ByteBuf byteBuf) { in replace()
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/tools/
H A Dcanhalsend.cpp114 uint8_t byteBuf; in parseCanMessage() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowMediaMuxer.java128 @NonNull ByteBuffer byteBuf, in nativeWriteSampleData()
H A DShadowMediaExtractor.java176 protected int readSampleData(ByteBuffer byteBuf, int offset) { in readSampleData()
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/
Dencoder.go23 byteBuf encBuffer // buffer for top-level encoderState member
/aosp_15_r20/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DNettyHttpClient.java178 ByteBuf byteBuf = content.content(); in receive() local
/aosp_15_r20/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
H A DTsiFrameHandler.java144 public void accept(ByteBuf byteBuf) { in flush()
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
H A DMessageFramerTest.java265 ByteBuffer byteBuf = ByteBuffer.wrap(buffer.data, 1, 4); in compressed() local
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp168 jobject byteBuf, size_t offset, size_t *sampleSize) { in readSampleData()
468 JNIEnv *env, jobject thiz, jobject byteBuf, jint offset) { in android_media_MediaExtractor_readSampleData()
H A Dandroid_media_MediaMuxer.cpp78 jobject byteBuf, jint offset, jint size, jlong timeUs, jint flags) { in android_media_MediaMuxer_writeSampleData()
H A Dandroid_media_MediaDescrambler.cpp107 JNIEnv *env, jobject byteBuf, jint offset, jint limit, size_t length, in getBufferAndSize()
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DMacSpiTest.java198 ByteBuffer byteBuf = ByteBuffer.allocate(10); in testMacSpiTests01() local
H A DMacTest.java683 ByteBuffer byteBuf; in testUpdateByteBuffer02() local
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/
H A DResponseHandler.java266 private static ByteBuffer copyToByteBuffer(ByteBuf byteBuf) { in copyToByteBuffer()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DFatHandler.cpp691 CByteBuffer byteBuf; in Open() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DBitmapTest.java306 ByteBuffer byteBuf = ByteBuffer.allocate(pixSize); in testCopyPixelsToBuffer() local
2171 ByteBuffer byteBuf = ByteBuffer.allocate(bitmap.getRowBytes() * bitmap.getHeight()); in testHardwareCopyPixelsToBuffer() local
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A DShadowNativeBitmapTest.java188 ByteBuffer byteBuf = ByteBuffer.allocate(pixSize); in testCopyPixelsToBuffer() local
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dserver.go659 byteBuf [1]byte member
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjobb.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/
Dcharsets.jarMETA-INF/ META-INF/MANIFEST.MF sun/awt/HKSCS.class HKSCS ...

12345678910>>...24