Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/stream/
DPipelineHelper.java145 … abstract <P_IN> boolean copyIntoWithCancel(Sink<P_IN> wrappedSink, Spliterator<P_IN> spliterator); in copyIntoWithCancel() method in PipelineHelper
DAbstractPipeline.java517 copyIntoWithCancel(wrappedSink, spliterator); in copyInto()
523 final <P_IN> boolean copyIntoWithCancel(Sink<P_IN> wrappedSink, Spliterator<P_IN> spliterator) { in copyIntoWithCancel() method in AbstractPipeline
DSliceOps.java632 helper.copyIntoWithCancel(helper.wrapSink(opSink), spliterator);
641 helper.copyIntoWithCancel(helper.wrapSink(opSink), spliterator);
DWhileOps.java1232 if (shortCircuited = helper.copyIntoWithCancel(helper.wrapSink(s), spliterator)) {