Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileChannelTest.java149 fc.truncate(truncateArg); // Should not affect the file size, but should move the position. in test_truncate_greaterThanSizeWithPositionChange()
171 fc.truncate(truncateArg); in test_truncate_greaterThanSizeWithoutPositionChange()
191 fc.truncate(truncateArg); in test_truncate_lessThanSizeWithPositionChange()
211 fc.truncate(truncateArg); in test_truncate_lessThanSizeWithoutPositionChange()
/libcore/luni/src/main/java/java/sql/
DBlob.java181 public void truncate(long len) throws SQLException; in truncate() method
DClob.java178 public void truncate(long len) throws SQLException; in truncate() method
/libcore/luni/src/main/java/java/nio/channels/
DFileChannel.java560 public abstract FileChannel truncate(long size) throws IOException; in truncate() method in FileChannel
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelTest.java562 readOnlyFileChannel.truncate(0); in test_truncateJ_Closed()
570 writeOnlyFileChannel.truncate(0); in test_truncateJ_Closed()
578 readWriteFileChannel.truncate(-1); in test_truncateJ_Closed()
591 readOnlyFileChannel.truncate(-1); in test_truncateJ_IllegalArgument()
598 writeOnlyFileChannel.truncate(-1); in test_truncateJ_IllegalArgument()
605 readWriteFileChannel.truncate(-1); in test_truncateJ_IllegalArgument()
618 readOnlyFileChannel.truncate(readOnlyFileChannel.size()); in test_truncateJ_ReadOnly()
625 readOnlyFileChannel.truncate(0); in test_truncateJ_ReadOnly()
640 .truncate(truncateLength)); in test_truncateJ()
645 .truncate(truncateLength)); in test_truncateJ()
[all …]
/libcore/luni/src/main/java/java/nio/
DFileChannelImpl.java453 public FileChannel truncate(long size) throws IOException { in truncate() method in FileChannelImpl
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2363 public void truncate(long len) throws SQLException { in truncate() method in OldPreparedStatementTest.MockBlob
2417 public void truncate(long len) throws SQLException {} in truncate() method in OldPreparedStatementTest.MockClob
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...