Searched refs:makeLong (Results 1 - 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
H A DLongPipeline.java357 return SliceOps.makeLong(this, 0, maxSize);
367 return SliceOps.makeLong(this, n, -1);
372 return SortedOps.makeLong(this);
386 evaluate(ForEachOps.makeLong(action, false));
391 evaluate(ForEachOps.makeLong(action, true));
439 return evaluate(ReduceOps.makeLong(identity, op));
444 return evaluate(ReduceOps.makeLong(op));
455 return evaluate(ReduceOps.makeLong(supplier, accumulator, operator));
460 return evaluate(MatchOps.makeLong(predicate, MatchOps.MatchKind.ANY));
465 return evaluate(MatchOps.makeLong(predicat
[all...]
H A DReduceOps.java381 makeLong(long identity, LongBinaryOperator operator) { method in class:ReduceOps
423 makeLong(LongBinaryOperator operator) { method in class:ReduceOps
477 makeLong(Supplier<R> supplier, method in class:ReduceOps
H A DFindOps.java81 public static TerminalOp<Long, OptionalLong> makeLong(boolean mustFindFirst) { method in class:FindOps
H A DMatchOps.java137 public static TerminalOp<Long, Boolean> makeLong(LongPredicate predicate, method in class:MatchOps
H A DForEachOps.java100 public static TerminalOp<Long, Void> makeLong(LongConsumer action, method in class:ForEachOps
H A DSliceOps.java339 public static LongStream makeLong(AbstractPipeline<?, Long, ?> upstream, method in class:SliceOps
H A DSortedOps.java82 static <T> LongStream makeLong(AbstractPipeline<?, Long, ?> upstream) { method in class:SortedOps
/libcore/ojluni/src/main/java/java/nio/
H A DBits.java323 static private long makeLong(byte b7, byte b6, byte b5, byte b4, method in class:Bits
336 return makeLong(bb._get(bi + 7),
347 return makeLong(_get(a + 7),
358 return makeLong(bb._get(bi),
369 return makeLong(_get(a),

Completed in 95 milliseconds