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

/libcore/luni/src/main/java/java/sql/
H A DBlob.java181 public void truncate(long len) throws SQLException; method in interface:Blob
H A DClob.java174 * truncate this {@code Clob}.
178 public void truncate(long len) throws SQLException; method in interface:Clob
/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DFileChannelTest.java149 fc.truncate(truncateArg); // Should not affect the file size, but should move the position.
151 // The RI does not behave properly here, according to the docs for truncate(), position()
171 fc.truncate(truncateArg);
191 fc.truncate(truncateArg);
211 fc.truncate(truncateArg);
/libcore/luni/src/main/java/java/nio/channels/
H A DFileChannel.java560 public abstract FileChannel truncate(long size) throws IOException; method in class:FileChannel
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DFileChannelTest.java557 * @tests java.nio.channels.FileChannel#truncate(long)
562 readOnlyFileChannel.truncate(0);
570 writeOnlyFileChannel.truncate(0);
578 readWriteFileChannel.truncate(-1);
586 * @tests java.nio.channels.FileChannel#truncate(long)
591 readOnlyFileChannel.truncate(-1);
598 writeOnlyFileChannel.truncate(-1);
605 readWriteFileChannel.truncate(-1);
613 * @tests java.nio.channels.FileChannel#truncate(long)
618 readOnlyFileChannel.truncate(readOnlyFileChanne
3085 public FileChannel truncate(long arg0) throws IOException { method in class:FileChannelTest.MockFileChannel
[all...]
/libcore/luni/src/main/java/java/nio/
H A DFileChannelImpl.java237 // We can't defer to FileChannel.truncate because that will only make a file shorter,
453 public FileChannel truncate(long size) throws IOException { method in class:FileChannelImpl
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java2363 public void truncate(long len) throws SQLException { method in class:OldPreparedStatementTest.MockBlob
2417 public void truncate(long len) throws SQLException {} method in class:OldPreparedStatementTest.MockClob
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 656 milliseconds