Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DWhileOpStatefulTest.java169 testDropWhileMulti( in testCountDropWithCount()
206 testDropWhileMulti( in testCountDropWithToArray()
263 private void testDropWhileMulti(Consumer<Stream<Integer>> mRef) { in testDropWhileMulti() method in WhileOpStatefulTest