Searched refs:mRef (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
D | WhileOpStatefulTest.java | 242 private void testTakeWhileMulti(Consumer<Stream<Integer>> mRef) { in testTakeWhileMulti() argument 253 testWhileMulti(sources, mRef); in testTakeWhileMulti() 263 private void testDropWhileMulti(Consumer<Stream<Integer>> mRef) { in testDropWhileMulti() argument 280 testWhileMulti(sources, mRef); in testDropWhileMulti() 284 Consumer<Stream<Integer>> mRef) { in testWhileMulti() argument 311 actions.put("Ref", mRef); in testWhileMulti() 316 actions.put("Ref using defaults", s -> mRef.accept(DefaultMethodStreams.delegateTo(s))); in testWhileMulti()
|
D | WhileOpTest.java | 301 Function<Stream<Integer>, Stream<Integer>> mRef, 306 ms.put("Ref", mRef); 310 ms.put("Ref using defaults", s -> mRef.apply(DefaultMethodStreams.delegateTo(s)));
|
D | SliceOpTest.java | 293 Function<Stream<Integer>, Stream<Integer>> mRef, 300 ms[0] = mRef;
|
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
D | OpTestCase.java | 129 Function<Stream<Integer>, Stream<Integer>> mRef, in exerciseOpsInt() argument 135 ms[0] = mRef; in exerciseOpsInt() 169 Function<Stream<Integer>, Stream<Integer>> mRef, in exerciseTerminalOpsInt() argument 176 m.put("Ref " + desc, mRef); in exerciseTerminalOpsInt()
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
D | OpTestCase.java | 130 Function<Stream<Integer>, Stream<Integer>> mRef, in exerciseOpsInt() argument 136 ms[0] = mRef; in exerciseOpsInt() 170 Function<Stream<Integer>, Stream<Integer>> mRef, in exerciseTerminalOpsInt() argument 177 m.put("Ref " + desc, mRef); in exerciseTerminalOpsInt()
|