/libcore/ojluni/src/main/java/java/util/stream/ |
D | Node.java | 122 default Node<T> truncate(long from, long to, IntFunction<T[]> generator) { in truncate() method 254 T_NODE truncate(long from, long to, IntFunction<T[]> generator); in truncate() method 357 default Node.OfInt truncate(long from, long to, IntFunction<Integer[]> generator) { in truncate() method 430 default Node.OfLong truncate(long from, long to, IntFunction<Long[]> generator) { in truncate() method 505 default Node.OfDouble truncate(long from, long to, IntFunction<Double[]> generator) { in truncate() method
|
D | Nodes.java | 817 public Node<T> truncate(long from, long to, IntFunction<T[]> generator) { in truncate() method in Nodes.ConcNode
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | SeekableByteChannel.java | 167 SeekableByteChannel truncate(long size) throws IOException; in truncate() method
|
D | AsynchronousFileChannel.java | 341 public abstract AsynchronousFileChannel truncate(long size) throws IOException; in truncate() method in AsynchronousFileChannel
|
D | FileChannel.java | 504 public abstract FileChannel truncate(long size) throws IOException; in truncate() method in FileChannel
|
/libcore/ojluni/src/main/java/java/sql/ |
D | Blob.java | 266 void truncate(long len) throws SQLException; in truncate() method
|
D | Clob.java | 309 void truncate(long len) throws SQLException; in truncate() method
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | FileDispatcher.java | 41 abstract int truncate(FileDescriptor fd, long size) throws IOException; in truncate() method in FileDispatcher
|
D | SimpleAsynchronousFileChannelImpl.java | 125 public AsynchronousFileChannel truncate(long size) throws IOException { in truncate() method in SimpleAsynchronousFileChannelImpl
|
D | FileDispatcherImpl.java | 98 int truncate(FileDescriptor fd, long size) throws IOException { in truncate() method in FileDispatcherImpl
|
D | FileChannelImpl.java | 370 public FileChannel truncate(long newSize) throws IOException { in truncate() method in FileChannelImpl
|
/libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
D | BitArray.java | 93 public sun.security.util.BitArray truncate() { in truncate() method in BitArray
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | BitArray.java | 266 public BitArray truncate() { in truncate() method in BitArray
|
D | DerInputBuffer.java | 135 void truncate(int len) throws IOException { in truncate() method in DerInputBuffer
|
/libcore/ojluni/annotations/hiddenapi/java/nio/ |
D | Buffer.java | 124 final void truncate() { in truncate() method in Buffer
|
/libcore/ojluni/src/main/java/java/nio/ |
D | Buffer.java | 573 final void truncate() { // package-private in truncate() method in Buffer
|
/libcore/luni/src/test/java/libcore/java/sql/ |
D | OldPreparedStatementTest.java | 2361 public void truncate(long len) throws SQLException { in truncate() method in OldPreparedStatementTest.MockBlob 2415 public void truncate(long len) throws SQLException {} in truncate() method in OldPreparedStatementTest.MockClob
|
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/ |
D | FileChannelImpl.java | 104 public java.nio.channels.FileChannel truncate(long newSize) throws java.io.IOException { in truncate() method in FileChannelImpl
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | FileChannelTest.java | 3183 public FileChannel truncate(long arg0) throws IOException { in truncate() method in FileChannelTest.MockFileChannel
|