Searched defs:readBuffer (Results 1 – 9 of 9) sorted by relevance
234 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH); in test_position_ReadOnly() local293 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH); in test_position_ReadWrite() local394 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH); in test_positionJ_ReadOnly() local1174 ByteBuffer readBuffer = null; in test_readLByteBuffer_Null() local1195 ByteBuffer readBuffer = ByteBuffer.allocate(CAPACITY); in test_readLByteBuffer_Closed() local1232 ByteBuffer readBuffer = ByteBuffer.allocate(CAPACITY); in test_readLByteBuffer_WriteOnly() local1250 ByteBuffer readBuffer = ByteBuffer.allocate(CAPACITY); in test_readLByteBuffer_EmptyFile() local1262 ByteBuffer readBuffer = ByteBuffer.allocate(LIMITED_CAPACITY); in test_readLByteBuffer_LimitedCapacity() local1275 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_AS_BYTES_LENGTH); in test_readLByteBuffer() local1300 ByteBuffer readBuffer = ByteBuffer.allocate(CAPACITY); in test_readLByteBufferJ_Closed() local[all …]
2927 ByteBuffer readBuffer = ByteBuffer.allocate(1024); in test_write$LByteBuffer2() local2968 ByteBuffer readBuffer = ByteBuffer.allocate(1024); in test_write$LByteBuffer_buffers() local2971 assertEquals(ByteBuffer.wrap(data), readBuffer); in test_write$LByteBuffer_buffers() local3010 ByteBuffer readBuffer = ByteBuffer.allocate(1024); in test_write$LByteBuffer_writes() local3013 assertEquals(ByteBuffer.wrap(data), readBuffer); in test_write$LByteBuffer_writes() local
36 private byte[] readBuffer; field in URLConnectionBenchmark
393 private byte readBuffer[] = new byte[8]; field in DataInputStream
260 ByteBuffer readBuffer = ByteBuffer.allocate(CAPACITY); in test_readLByteBufferJ_IllegalArgument() local
229 ByteBuffer readBuffer = ByteBuffer.allocate(10); in test_newByteChannel() local
311 ByteBuffer readBuffer = ByteBuffer.allocate(10); in test_newByteChannel() local368 ByteBuffer readBuffer = ByteBuffer.allocate(10); in test_newByteChannel_openOption_WRITE_READ() local
1186 ByteBuffer readBuffer = ByteBuffer.allocate(10); in test_newByteChannel() local1230 ByteBuffer readBuffer = ByteBuffer.allocate(10); in test_newByteChannel_openOption_WRITE_READ() local
78 private ByteBuffer readBuffer; field in UnixAsynchronousSocketChannelImpl