Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/stream/
DAbstractShortCircuitTask.java176 return getLocalResult(); in getRawResult()
184 public R getLocalResult() { in getLocalResult() method in AbstractShortCircuitTask
190 return super.getLocalResult(); in getLocalResult()
DWhileOps.java1256 result = leftChild.getLocalResult();
1274 return rightChild.getLocalResult();
1279 return leftChild.getLocalResult();
1284 leftChild.getLocalResult(), rightChild.getLocalResult());
1398 return rightChild.getLocalResult();
1403 return leftChild.getLocalResult();
1408 leftChild.getLocalResult(), rightChild.getLocalResult());
DAbstractTask.java232 protected R getLocalResult() { in getLocalResult() method in AbstractTask
DSliceOps.java645 result = rightChild.getLocalResult();
648 leftChild.getLocalResult(), rightChild.getLocalResult());
DFindOps.java306 O result = child.getLocalResult(); in onCompletion()
DReduceOps.java753 S leftResult = leftChild.getLocalResult();
754 leftResult.combine(rightChild.getLocalResult());
DNodes.java2197 … setLocalResult(concFactory.apply(leftChild.getLocalResult(), rightChild.getLocalResult()));