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

/dalvik/libcore/sql/src/main/java/java/sql/
H A DBlob.java170 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
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
H A DIFileSystem.java97 public void truncate(int fileDescriptor, long size) throws IOException; method in interface:IFileSystem
H A DOSFileSystem.java145 public native void truncate(int fileDescriptor, long size) throws IOException; method in class:OSFileSystem
/dalvik/libcore/nio/src/main/java/java/nio/channels/
H A DFileChannel.java565 public abstract FileChannel truncate(long size) throws IOException; method in class:FileChannel
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
H A DReadOnlyFileChannel.java66 public final FileChannel truncate(long size) throws IOException { method in class:ReadOnlyFileChannel
H A DFileChannelImpl.java195 fileSystem.truncate(handle, position + size);
486 public FileChannel truncate(long size) throws IOException { method in class:FileChannelImpl
494 fileSystem.truncate(handle, size);
/dalvik/dx/src/junit/runner/
H A DBaseTestRunner.java177 public static String truncate(String s) { method in class:BaseTestRunner
/dalvik/libcore/luni/src/test/java/junit/runner/
H A DBaseTestRunner.java177 public static String truncate(String s) { method in class:BaseTestRunner
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
H A DFileChannelTest.java664 * @tests java.nio.channels.FileChannel#truncate(long)
669 method = "truncate",
675 readOnlyFileChannel.truncate(0);
683 writeOnlyFileChannel.truncate(0);
691 readWriteFileChannel.truncate(-1);
699 * @tests java.nio.channels.FileChannel#truncate(long)
704 method = "truncate",
710 readOnlyFileChannel.truncate(-1);
717 writeOnlyFileChannel.truncate(-1);
724 readWriteFileChannel.truncate(
4699 public FileChannel truncate(long arg0) throws IOException { method in class:FileChannelTest.MockFileChannel
[all...]
/dalvik/libcore/luni/src/main/java/java/io/
H A DRandomAccessFile.java753 fileSystem.truncate(fd.descriptor, newLength);
/dalvik/libcore/sql/src/test/java/tests/sql/
H A DPreparedStatementTest.java3196 public void truncate(long len) throws SQLException { method in class:PreparedStatementTest.MockBlob
3256 public void truncate(long len) throws SQLException { method in class:PreparedStatementTest.MockClob
/dalvik/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 292 milliseconds