Searched refs:truncate (Results 1 – 8 of 8) sorted by relevance
149 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()
181 public void truncate(long len) throws SQLException; in truncate() method
178 public void truncate(long len) throws SQLException; in truncate() method
560 public abstract FileChannel truncate(long size) throws IOException; in truncate() method in FileChannel
562 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 …]
453 public FileChannel truncate(long size) throws IOException { in truncate() method in FileChannelImpl
2363 public void truncate(long len) throws SQLException { in truncate() method in OldPreparedStatementTest.MockBlob2417 public void truncate(long len) throws SQLException {} in truncate() method in OldPreparedStatementTest.MockClob
META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...