Home
last modified time | relevance | path

Searched refs:testDoubleSpliterator (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DSpliteratorTest.java63 public void testDoubleSpliterator(String name, Supplier<Spliterator.OfDouble> supplier) { in testDoubleSpliterator() method in SpliteratorTest
64 SpliteratorTestHelper.testDoubleSpliterator(supplier); in testDoubleSpliterator()
DStreamSpliteratorTest.java592 SpliteratorTestHelper.testDoubleSpliterator(() -> f.apply(data.stream()).spliterator()); in testDoubleSpliterators()
599 … SpliteratorTestHelper.testDoubleSpliterator(() -> f.apply(data.parallelStream()).spliterator()); in testDoubleParSpliterators()
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
DSliceSpliteratorTest.java115 SpliteratorTestHelper.testDoubleSpliterator(() -> { in sliceSpliteratorDataProvider()
174 SpliteratorTestHelper.testDoubleSpliterator(() -> { in sliceSpliteratorDataProvider()
DSpinedBufferTest.java314 public void testDoubleSpliterator(double[] array, SpinedBuffer.OfDouble sb) { in testDoubleSpliterator() method in SpinedBufferTest
318 SpliteratorTestHelper.testDoubleSpliterator(sb::spliterator); in testDoubleSpliterator()
DDoubleNodeTest.java163 SpliteratorTestHelper.testDoubleSpliterator(n::spliterator); in testSpliterator()
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
DSpliteratorTestHelper.java122 public static void testDoubleSpliterator(Supplier<Spliterator.OfDouble> supplier) { in testDoubleSpliterator() method in SpliteratorTestHelper
123 testDoubleSpliterator(supplier, defaultContentAsserter()); in testDoubleSpliterator()
126 public static void testDoubleSpliterator(Supplier<Spliterator.OfDouble> supplier, in testDoubleSpliterator() method in SpliteratorTestHelper
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
DSpliteratorTestHelper.java122 public static void testDoubleSpliterator(Supplier<Spliterator.OfDouble> supplier) { in testDoubleSpliterator() method in SpliteratorTestHelper
123 testDoubleSpliterator(supplier, defaultContentAsserter()); in testDoubleSpliterator()
126 public static void testDoubleSpliterator(Supplier<Spliterator.OfDouble> supplier, in testDoubleSpliterator() method in SpliteratorTestHelper