/external/guava/guava-gwt/src/com/google/common/collect/ |
D | LinkedHashMultimap_CustomFieldSerializer.java | 43 int distinctKeys = stream.readInt(); in instantiate() local 45 new LinkedHashMap<Object, Collection<Object>>(Maps.capacity(distinctKeys)); in instantiate() 46 for (int i = 0; i < distinctKeys; i++) { in instantiate()
|
/external/guava/guava/src/com/google/common/collect/ |
D | HashMultimap.java | 134 int distinctKeys = Serialization.readCount(stream); in readObject() local 135 Map<K, Collection<V>> map = Maps.newHashMapWithExpectedSize(distinctKeys); in readObject() 137 Serialization.populateMultimap(this, stream, distinctKeys); in readObject()
|
D | Serialization.java | 170 int distinctKeys = stream.readInt(); in populateMultimap() local 171 populateMultimap(multimap, stream, distinctKeys); in populateMultimap() 180 Multimap<K, V> multimap, ObjectInputStream stream, int distinctKeys) in populateMultimap() argument 182 for (int i = 0; i < distinctKeys; i++) { in populateMultimap()
|
D | ArrayListMultimap.java | 160 int distinctKeys = Serialization.readCount(stream); in readObject() local 161 Map<K, Collection<V>> map = Maps.newHashMapWithExpectedSize(distinctKeys); in readObject() 163 Serialization.populateMultimap(this, stream, distinctKeys); in readObject()
|
D | LinkedHashMultimap.java | 560 int distinctKeys = stream.readInt(); 562 new LinkedHashMap<K, Collection<V>>(Maps.capacity(distinctKeys)); 563 for (int i = 0; i < distinctKeys; i++) {
|
/external/guava/guava-tests/benchmark/com/google/common/cache/ |
D | LoadingCacheSingleThreadBenchmark.java | 35 @Param("5000") int distinctKeys; field in LoadingCacheSingleThreadBenchmark 54 max = Ints.checkedCast((long) Math.pow(distinctKeys, concentration)); in setUp()
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | MapMakerSingleThreadBenchmark.java | 38 @Param("5000") int distinctKeys; field in MapMakerSingleThreadBenchmark 57 max = Ints.checkedCast((long) Math.pow(distinctKeys, concentration)); in setUp()
|
/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-16.0.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/dagger2/lib/ |
D | auto-value-1.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |