Home
last modified time | relevance | path

Searched refs:distinctKeys (Results 1 – 19 of 19) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DSerialization.java170 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()
DHashMultimap.java134 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()
DArrayListMultimap.java160 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()
DLinkedHashMultimap.java560 int distinctKeys = stream.readInt();
562 new LinkedHashMap<K, Collection<V>>(Maps.capacity(distinctKeys));
563 for (int i = 0; i < distinctKeys; i++) {
/external/guava/guava-gwt/src/com/google/common/collect/
DLinkedHashMultimap_CustomFieldSerializer.java43 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-tests/benchmark/com/google/common/cache/
DLoadingCacheSingleThreadBenchmark.java35 @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/
DMapMakerSingleThreadBenchmark.java38 @Param("5000") int distinctKeys; field in MapMakerSingleThreadBenchmark
57 max = Ints.checkedCast((long) Math.pow(distinctKeys, concentration)); in setUp()
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/dagger2/lib/
Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/annotation-tools/annotation-file-utilities/lib/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/annotation-tools/annotation-file-utilities/
Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/ ...
/external/error_prone/error_prone/
Derror_prone_core-2.2.0-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...