Home
last modified time | relevance | path

Searched refs:testTruncate (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
DNodeTest.java142 public void testTruncate(Integer[] array, Node<Integer> n) { in testTruncate() method in NodeTest
DDoubleNodeTest.java167 public void testTruncate(double[] array, Node.OfDouble n) { in testTruncate() method in DoubleNodeTest
DLongNodeTest.java166 public void testTruncate(long[] array, Node.OfLong n) { in testTruncate() method in LongNodeTest
DIntNodeTest.java165 public void testTruncate(int[] array, Node.OfInt n) { in testTruncate() method in IntNodeTest
/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousFileChannelTest.java599 public void testTruncate() throws Throwable { in testTruncate() method in AsynchronousFileChannelTest