Home
last modified time | relevance | path

Searched refs:estimate (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/lang/StackWalker/
DBasic.java65 for (int estimate : estimates) { in test()
66 test.walk(estimate); in test()
126 void walk(int estimate) { in walk() argument
130 depth, estimate, limit, frames.size()); in walk()
/libcore/ojluni/src/main/java/java/util/stream/
DStreamSpliterators.java1330 long estimate; field in StreamSpliterators.AbstractWrappingSpliterator.InfiniteSupplyingSpliterator
1332 protected InfiniteSupplyingSpliterator(long estimate) { in InfiniteSupplyingSpliterator() argument
1333 this.estimate = estimate; in InfiniteSupplyingSpliterator()
1338 return estimate; in estimateSize()
1364 if (estimate == 0) in trySplit()
1366 return new InfiniteSupplyingSpliterator.OfRef<>(estimate >>>= 1, s); in trySplit()
1389 if (estimate == 0) in trySplit()
1391 return new InfiniteSupplyingSpliterator.OfInt(estimate = estimate >>> 1, s); in trySplit()
1414 if (estimate == 0) in trySplit()
1416 return new InfiniteSupplyingSpliterator.OfLong(estimate = estimate >>> 1, s); in trySplit()
[all …]
/libcore/ojluni/src/main/java/java/nio/charset/
DCharset-X-Coder.java.template475 * $itype$ of input. This heuristic value may be used to estimate the size