Home
last modified time | relevance | path

Searched refs:doTestForIOOBException (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldFileChannelTest.java503 private void doTestForIOOBException(FileChannel channel, in doTestForIOOBException() method in OldFileChannelTest
549 doTestForIOOBException(readOnlyFileChannel, readBuffers); in test_read$LByteBufferII_IndexOutOfBound()
550 doTestForIOOBException(readWriteFileChannel, readBuffers); in test_read$LByteBufferII_IndexOutOfBound()
551 doTestForIOOBException(writeOnlyFileChannel, readBuffers); in test_read$LByteBufferII_IndexOutOfBound()
553 doTestForIOOBException(readOnlyFileChannel, readBuffersNull); in test_read$LByteBufferII_IndexOutOfBound()
554 doTestForIOOBException(readWriteFileChannel, readBuffersNull); in test_read$LByteBufferII_IndexOutOfBound()
555 doTestForIOOBException(writeOnlyFileChannel, readBuffersNull); in test_read$LByteBufferII_IndexOutOfBound()
596 doTestForIOOBException(readOnlyFileChannel, readBuffers); in test_read$LByteBufferII_IndexOutOfBound()
597 doTestForIOOBException(readOnlyFileChannel, readBuffersNull); in test_read$LByteBufferII_IndexOutOfBound()
600 doTestForIOOBException(readWriteFileChannel, readBuffers); in test_read$LByteBufferII_IndexOutOfBound()
[all …]