Home
last modified time | relevance | path

Searched defs:readBuffer (Results 1 – 9 of 9) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelTest.java234 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH); in test_position_ReadOnly() local
293 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH); in test_position_ReadWrite() local
394 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH); in test_positionJ_ReadOnly() local
1174 ByteBuffer readBuffer = null; in test_readLByteBuffer_Null() local
1195 ByteBuffer readBuffer = ByteBuffer.allocate(CAPACITY); in test_readLByteBuffer_Closed() local
1232 ByteBuffer readBuffer = ByteBuffer.allocate(CAPACITY); in test_readLByteBuffer_WriteOnly() local
1250 ByteBuffer readBuffer = ByteBuffer.allocate(CAPACITY); in test_readLByteBuffer_EmptyFile() local
1262 ByteBuffer readBuffer = ByteBuffer.allocate(LIMITED_CAPACITY); in test_readLByteBuffer_LimitedCapacity() local
1275 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_AS_BYTES_LENGTH); in test_readLByteBuffer() local
1300 ByteBuffer readBuffer = ByteBuffer.allocate(CAPACITY); in test_readLByteBufferJ_Closed() local
[all …]
DSocketChannelTest.java2927 ByteBuffer readBuffer = ByteBuffer.allocate(1024); in test_write$LByteBuffer2() local
2968 ByteBuffer readBuffer = ByteBuffer.allocate(1024); in test_write$LByteBuffer_buffers() local
2971 assertEquals(ByteBuffer.wrap(data), readBuffer); in test_write$LByteBuffer_buffers() local
3010 ByteBuffer readBuffer = ByteBuffer.allocate(1024); in test_write$LByteBuffer_writes() local
3013 assertEquals(ByteBuffer.wrap(data), readBuffer); in test_write$LByteBuffer_writes() local
/libcore/benchmarks/src/benchmarks/regression/
DURLConnectionBenchmark.java36 private byte[] readBuffer; field in URLConnectionBenchmark
/libcore/ojluni/src/main/java/java/io/
DDataInputStream.java393 private byte readBuffer[] = new byte[8]; field in DataInputStream
/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldFileChannelTest.java260 ByteBuffer readBuffer = ByteBuffer.allocate(CAPACITY); in test_readLByteBufferJ_IllegalArgument() local
/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultSecureDirectoryStreamTest.java229 ByteBuffer readBuffer = ByteBuffer.allocate(10); in test_newByteChannel() local
DDefaultFileSystemProviderTest.java311 ByteBuffer readBuffer = ByteBuffer.allocate(10); in test_newByteChannel() local
368 ByteBuffer readBuffer = ByteBuffer.allocate(10); in test_newByteChannel_openOption_WRITE_READ() local
DFiles2Test.java1186 ByteBuffer readBuffer = ByteBuffer.allocate(10); in test_newByteChannel() local
1230 ByteBuffer readBuffer = ByteBuffer.allocate(10); in test_newByteChannel_openOption_WRITE_READ() local
/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixAsynchronousSocketChannelImpl.java78 private ByteBuffer readBuffer; field in UnixAsynchronousSocketChannelImpl