HomeSort by relevance Sort by last modified time
    Searched refs:readBuffers (Results 1 - 3 of 3) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java     [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java 544 ByteBuffer[] readBuffers = new ByteBuffer[2];
545 readBuffers[0] = ByteBuffer.allocate(CAPACITY);
546 readBuffers[1] = ByteBuffer.allocate(CAPACITY);
549 doTestForIOOBException(readOnlyFileChannel, readBuffers);
550 doTestForIOOBException(readWriteFileChannel, readBuffers);
551 doTestForIOOBException(writeOnlyFileChannel, readBuffers);
596 doTestForIOOBException(readOnlyFileChannel, readBuffers);
600 doTestForIOOBException(readWriteFileChannel, readBuffers);
604 doTestForIOOBException(writeOnlyFileChannel, readBuffers);
609 ByteBuffer[] readBuffers = new ByteBuffer[2]
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
UnixAsynchronousSocketChannelImpl.java 79 private ByteBuffer[] readBuffers;
409 n = (int)IOUtil.read(fd, readBuffers, nd);
423 this.readBuffers = null;
541 this.readBuffers = dsts;

Completed in 245 milliseconds