Home
last modified time | relevance | path

Searched refs:getAllPresent (Results 1 – 12 of 12) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
DCacheManualTest.java113 assertEquals(ImmutableMap.of(), cache.getAllPresent(ImmutableList.<Integer>of())); in testGetAllPresent()
120 assertEquals(ImmutableMap.of(), cache.getAllPresent(asList(1, 2, 3))); in testGetAllPresent()
129 assertEquals(ImmutableMap.of(2, 22), cache.getAllPresent(asList(1, 2, 3))); in testGetAllPresent()
138 assertEquals(ImmutableMap.of(2, 22, 3, 33), cache.getAllPresent(asList(1, 2, 3))); in testGetAllPresent()
147 assertEquals(ImmutableMap.of(1, 11, 2, 22, 3, 33), cache.getAllPresent(asList(1, 2, 3))); in testGetAllPresent()
DForwardingCacheTest.java64 expect(mock.getAllPresent(ImmutableList.of("key"))) in testGetAllPresent()
68 forward.getAllPresent(ImmutableList.of("key"))); in testGetAllPresent()
DAbstractCacheTest.java63 cache.getAllPresent(ImmutableList.of(new Object()))); in testGetAllPresent_empty()
78 cache.getAllPresent(ImmutableList.of(cachedKey, new Object()))); in testGetAllPresent_cached()
/external/guava/guava/src/com/google/common/cache/
DForwardingCache.java69 public ImmutableMap<K, V> getAllPresent(Iterable<?> keys) { in getAllPresent() method in ForwardingCache
70 return delegate().getAllPresent(keys); in getAllPresent()
DCache.java85 ImmutableMap<K, V> getAllPresent(Iterable<?> keys); in getAllPresent() method
DAbstractCache.java68 public ImmutableMap<K, V> getAllPresent(Iterable<?> keys) { in getAllPresent() method in AbstractCache
DLocalCache.java3944 ImmutableMap<K, V> getAllPresent(Iterable<?> keys) {
4748 public ImmutableMap<K, V> getAllPresent(Iterable<?> keys) {
4749 return localCache.getAllPresent(keys);
/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/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...