/external/guava/guava/src/com/google/common/collect/ |
D | CollectSpliterators.java | 310 long estimatedSize; 318 long estimatedSize) { 324 this.estimatedSize = estimatedSize; 338 if (estimatedSize != Long.MAX_VALUE) { 339 estimatedSize--; 364 estimatedSize = 0; 375 this.estimatedSize -= estSplitSize; 395 estimatedSize = Math.max(estimatedSize, prefix.estimateSize()); 397 return Math.max(estimatedSize, 0); 424 long estimatedSize) { [all …]
|
D | Streams.java | 161 long estimatedSize = 0L; in concat() local 169 estimatedSize = LongMath.saturatedAdd(estimatedSize, splitr.estimateSize()); in concat() 176 estimatedSize), in concat() 193 long estimatedSize = 0L; in concat() local 201 estimatedSize = LongMath.saturatedAdd(estimatedSize, splitr.estimateSize()); in concat() 208 estimatedSize), in concat() 225 long estimatedSize = 0L; in concat() local 233 estimatedSize = LongMath.saturatedAdd(estimatedSize, splitr.estimateSize()); in concat() 240 estimatedSize), in concat() 257 long estimatedSize = 0L; in concat() local [all …]
|
D | Lists.java | 191 public static <E> ArrayList<E> newArrayListWithExpectedSize(int estimatedSize) { in newArrayListWithExpectedSize() argument 192 return new ArrayList<>(computeArrayListCapacity(estimatedSize)); in newArrayListWithExpectedSize()
|
/external/dagger2/java/dagger/internal/ |
D | SetBuilder.java | 37 private SetBuilder(int estimatedSize) { in SetBuilder() argument 38 contributions = new ArrayList<>(estimatedSize); in SetBuilder() 46 public static <T> SetBuilder<T> newSetBuilder(int estimatedSize) { in newSetBuilder() argument 47 return new SetBuilder<T>(estimatedSize); in newSetBuilder()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ImmutableBiMap.java | 302 int estimatedSize = in copyOf() local 306 return new Builder<K, V>(estimatedSize).putAll(entries).build(); in copyOf()
|
D | Lists.java | 190 public static <E> ArrayList<E> newArrayListWithExpectedSize(int estimatedSize) { in newArrayListWithExpectedSize() argument 191 return new ArrayList<>(computeArrayListCapacity(estimatedSize)); in newArrayListWithExpectedSize()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SpliteratorTester.java | 286 long estimatedSize = spliterator.estimateSize(); in expect() local 304 assertEquals(Ints.checkedCast(estimatedSize), resultsForStrategy.size()); in expect()
|
/external/zstd/tests/ |
D | fuzzer.c | 1910 … size_t const estimatedSize = ZSTD_estimateCDictSize_advanced(dictSize, cParams, ZSTD_dlm_byRef); in basicUnitTests() local 1911 DISPLAYLEVEL(3, "OK : %u \n", (unsigned)estimatedSize); in basicUnitTests()
|
/external/cldr/tools/java/libs/ |
D | guava.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/kotlinc/lib/ |
D | kotlin-stdlib.jar | META-INF/
META-INF/MANIFEST.MF
kotlin/
kotlin/collections/
kotlin/ ... |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/ |
D | guava-21.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/guice/extensions/persist/lib/ |
D | commons-collections.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
META ... |
/external/testng/lib-supplied/ |
D | guice-2.0.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
NOTICE
org/
org/testng/
... |
/external/dagger2/java/dagger/internal/codegen/bootstrap/ |
D | bootstrap_compiler_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
META-INF ... |
/external/error_prone/error_prone/ |
D | error_prone_core-2.3.2-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/external/dagger2/java/dagger/internal/codegen/kythe/ |
D | kythe_plugin_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/testng/ant/3rdparty/ |
D | doclava-1.0.3.jar | META-INF/MANIFEST.MF
assets/html/index.html
assets/templates/data ... |
/external/guice/lib/ |
D | guava-19.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |