Searched refs:DROP_SOURCE_SIZE (Results 1 – 1 of 1) sorted by relevance
63 static final int DROP_SOURCE_SIZE = 10_000; field in WhileOpStatefulTest175 assertTrue(rc <= DROP_SOURCE_SIZE); in testCountDropWithCount()212 assertTrue(ra.length <= DROP_SOURCE_SIZE); in testCountDropWithToArray()266 () -> IntStream.range(0, DROP_SOURCE_SIZE).boxed()); in testDropWhileMulti()268 () -> IntStream.range(0, DROP_SOURCE_SIZE).boxed().unordered()); in testDropWhileMulti()270 () -> IntStream.range(0, DROP_SOURCE_SIZE).boxed() in testDropWhileMulti()274 () -> IntStream.range(0, DROP_SOURCE_SIZE).boxed() in testDropWhileMulti()