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

/libcore/ojluni/src/main/java/java/util/stream/
H A DIntPipeline.java376 return SliceOps.makeInt(this, 0, maxSize);
386 return SliceOps.makeInt(this, n, -1);
391 return SortedOps.makeInt(this);
405 evaluate(ForEachOps.makeInt(action, false));
410 evaluate(ForEachOps.makeInt(action, true));
457 return evaluate(ReduceOps.makeInt(identity, op));
462 return evaluate(ReduceOps.makeInt(op));
473 return evaluate(ReduceOps.makeInt(supplier, accumulator, operator));
478 return evaluate(MatchOps.makeInt(predicate, MatchOps.MatchKind.ANY));
483 return evaluate(MatchOps.makeInt(predicat
[all...]
H A DReduceOps.java245 makeInt(int identity, IntBinaryOperator operator) { method in class:ReduceOps
287 makeInt(IntBinaryOperator operator) { method in class:ReduceOps
341 makeInt(Supplier<R> supplier, method in class:ReduceOps
H A DFindOps.java69 public static TerminalOp<Integer, OptionalInt> makeInt(boolean mustFindFirst) { method in class:FindOps
H A DMatchOps.java108 public static TerminalOp<Integer, Boolean> makeInt(IntPredicate predicate, method in class:MatchOps
H A DForEachOps.java85 public static TerminalOp<Integer, Void> makeInt(IntConsumer action, method in class:ForEachOps
H A DSliceOps.java230 public static IntStream makeInt(AbstractPipeline<?, Integer, ?> upstream, method in class:SliceOps
H A DSortedOps.java72 static <T> IntStream makeInt(AbstractPipeline<?, Integer, ?> upstream) { method in class:SortedOps
/libcore/ojluni/src/main/java/java/nio/
H A DBits.java219 static private int makeInt(byte b3, byte b2, byte b1, byte b0) { method in class:Bits
227 return makeInt(bb._get(bi + 3),
234 return makeInt(_get(a + 3),
241 return makeInt(bb._get(bi),
248 return makeInt(_get(a),

Completed in 254 milliseconds