OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeLong
(Results
1 - 8
of
8
) sorted by null
/libcore/ojluni/src/main/java/java/util/stream/
LongPipeline.java
357
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
(predicate, MatchOps.MatchKind.ALL))
[
all
...]
ReduceOps.java
381
makeLong
(long identity, LongBinaryOperator operator) {
423
makeLong
(LongBinaryOperator operator) {
477
makeLong
(Supplier<R> supplier,
FindOps.java
81
public static TerminalOp<Long, OptionalLong>
makeLong
(boolean mustFindFirst) {
MatchOps.java
137
public static TerminalOp<Long, Boolean>
makeLong
(LongPredicate predicate,
ForEachOps.java
100
public static TerminalOp<Long, Void>
makeLong
(LongConsumer action,
SliceOps.java
339
public static LongStream
makeLong
(AbstractPipeline<?, Long, ?> upstream,
[
all
...]
SortedOps.java
82
static <T> LongStream
makeLong
(AbstractPipeline<?, Long, ?> upstream) {
/libcore/ojluni/src/main/java/java/nio/
Bits.java
323
static private long
makeLong
(byte b7, byte b6, byte b5, byte b4,
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 87 milliseconds