Home
last modified time | relevance | path

Searched defs:writeBuffer (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldFileChannelTest.java148 ByteBuffer writeBuffer = ByteBuffer.wrap(CONTENT_AS_BYTES); in test_forceZ() local
653 ByteBuffer writeBuffer = ByteBuffer.allocate(CAPACITY); in test_writeLByteBuffer_Closed() local
704 ByteBuffer writeBuffer = ByteBuffer.wrap(TEST_BYTES); in test_writeLByteBufferJ_Postion_As_Long() local
713 ByteBuffer writeBuffer = ByteBuffer.allocate(CAPACITY); in test_writeLByteBufferJ_IllegalArgument() local
764 ByteBuffer writeBuffer = ByteBuffer.wrap(CONTENT_AS_BYTES); in test_writeLByteBufferJ_NonZeroPosition() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelTest.java181 ByteBuffer writeBuffer = ByteBuffer.wrap(CONTENT_AS_BYTES); in test_forceJ() local
281 ByteBuffer writeBuffer = ByteBuffer.wrap(CONTENT_AS_BYTES); in test_position_WriteOnly() local
297 ByteBuffer writeBuffer = ByteBuffer.wrap(CONTENT_AS_BYTES); in test_position_ReadWrite() local
414 ByteBuffer writeBuffer = ByteBuffer.wrap(CONTENT_AS_BYTES); in test_positionJ_WriteOnly() local
2013 ByteBuffer writeBuffer = null; in test_writeLByteBuffer_Null() local
2034 ByteBuffer writeBuffer = ByteBuffer.allocate(CAPACITY); in test_writeLByteBuffer_Closed() local
2072 ByteBuffer writeBuffer = ByteBuffer.allocate(CAPACITY); in test_writeLByteBuffer_ReadOnly() local
2095 ByteBuffer writeBuffer = ByteBuffer.wrap(CONTENT_AS_BYTES); in test_writeLByteBuffer() local
2116 ByteBuffer writeBuffer = ByteBuffer.wrap(CONTENT_AS_BYTES); in test_writeLByteBuffer_positioned() local
2155 ByteBuffer writeBuffer = ByteBuffer.allocate(CAPACITY); in test_writeLByteBufferJ_Closed() local
[all …]
/libcore/ojluni/src/main/java/java/io/
DDataOutputStream.java204 private byte writeBuffer[] = new byte[8]; field in DataOutputStream
DWriter.java56 private char[] writeBuffer; field in Writer
/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixAsynchronousSocketChannelImpl.java88 private ByteBuffer writeBuffer; field in UnixAsynchronousSocketChannelImpl