OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sizeEstimate
(Results
1 - 9
of
9
) sorted by null
/libcore/ojluni/src/main/java/java/util/stream/
AbstractTask.java
183
public static long suggestTargetSize(long
sizeEstimate
) {
184
long est =
sizeEstimate
/ LEAF_TARGET;
192
protected final long getTargetSize(long
sizeEstimate
) {
195
(targetSize = suggestTargetSize(
sizeEstimate
)));
293
long
sizeEstimate
= rs.estimateSize();
294
long sizeThreshold = getTargetSize(
sizeEstimate
);
297
while (
sizeEstimate
> sizeThreshold && (ls = rs.trySplit()) != null) {
314
sizeEstimate
= rs.estimateSize();
AbstractShortCircuitTask.java
103
long
sizeEstimate
= rs.estimateSize();
104
long sizeThreshold = getTargetSize(
sizeEstimate
);
114
if (
sizeEstimate
<= sizeThreshold || (ls = rs.trySplit()) == null) {
134
sizeEstimate
= rs.estimateSize();
ForEachOps.java
281
long
sizeEstimate
= rightSplit.estimateSize(), sizeThreshold;
283
targetSize = sizeThreshold = AbstractTask.suggestTargetSize(
sizeEstimate
);
289
if (
sizeEstimate
<= sizeThreshold ||
308
sizeEstimate
= rightSplit.estimateSize();
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLMessageFormatter.java
68
int
sizeEstimate
= 10 + argSpecs.size() * 5;
69
StringBuilder sb = new StringBuilder(
sizeEstimate
);
/external/skia/src/gpu/
GrTessellator.cpp
[
all
...]
/external/robolectric/v3/libs/
sqlite4java-0.282.jar
/prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar
/external/guice/extensions/persist/lib/
hsqldb.jar
Completed in 527 milliseconds