Searched defs:testTruncate (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/test/java/util/stream/boottest/java.base/java/util/stream/
H A DNodeTest.java143 public void testTruncate(Integer[] array, Node<Integer> n) { method in class:NodeTest
H A DDoubleNodeTest.java168 public void testTruncate(double[] array, Node.OfDouble n) { method in class:DoubleNodeTest
H A DLongNodeTest.java167 public void testTruncate(long[] array, Node.OfLong n) { method in class:LongNodeTest
H A DIntNodeTest.java166 public void testTruncate(int[] array, Node.OfInt n) { method in class:IntNodeTest
/openjdk10/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DBasic.java487 static void testTruncate(Path file) throws IOException { method in class:Basic

Completed in 154 milliseconds