HomeSort by relevance Sort by last modified time
    Searched refs:LongCumulateTask (Results 1 - 4 of 4) sorted by null

  /libcore/ojluni/src/main/java/java/util/
ArrayPrefixHelpers.java 257 static final class LongCumulateTask extends CountedCompleter<Void> {
260 LongCumulateTask left, right;
265 public LongCumulateTask(LongCumulateTask parent,
278 LongCumulateTask(LongCumulateTask parent, LongBinaryOperator function,
294 LongCumulateTask t = this;
297 LongCumulateTask lt = t.left, rt = t.right, f;
301 new LongCumulateTask(t, fn, a, org, fnc, th, mid, h);
303 new LongCumulateTask(t, fn, a, org, fnc, th, l, mid)
    [all...]
Arrays.java     [all...]
  /frameworks/base/
preloaded-classes     [all...]
compiled-classes-phone     [all...]

Completed in 1436 milliseconds