Home
last modified time | relevance | path

Searched defs:buffer2 (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileIOInterruptTest.java202 ByteBuffer buffer2 = ByteBuffer.allocateDirect(10); in testChannelRead_exceptionWhenAlreadyClosed() local
235 ByteBuffer buffer2 = ByteBuffer.allocateDirect(10); in testChannelRead_exceptionWhenAlreadyInterrupted() local
334 ByteBuffer buffer2 = ByteBuffer.allocateDirect(10); in testChannelWrite_exceptionWhenAlreadyClosed() local
367 ByteBuffer buffer2 = ByteBuffer.allocateDirect(10); in testChannelWrite_exceptionWhenAlreadyInterrupted() local
557 ByteBuffer buffer2 = ByteBuffer.allocateDirect(10); in run() local
597 ByteBuffer buffer2 = ByteBuffer.allocateDirect(32000); in run() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DASCIICharsetEncoderTest.java93 CharBuffer buffer2 = CharBuffer.wrap("\udc00"); in testMultiStepEncode() local