/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheManualTest.java | 113 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()
|
D | ForwardingCacheTest.java | 64 expect(mock.getAllPresent(ImmutableList.of("key"))) in testGetAllPresent() 68 forward.getAllPresent(ImmutableList.of("key"))); in testGetAllPresent()
|
D | AbstractCacheTest.java | 63 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/ |
D | ForwardingCache.java | 69 public ImmutableMap<K, V> getAllPresent(Iterable<?> keys) { in getAllPresent() method in ForwardingCache 70 return delegate().getAllPresent(keys); in getAllPresent()
|
D | Cache.java | 85 ImmutableMap<K, V> getAllPresent(Iterable<?> keys); in getAllPresent() method
|
D | AbstractCache.java | 68 public ImmutableMap<K, V> getAllPresent(Iterable<?> keys) { in getAllPresent() method in AbstractCache
|
D | LocalCache.java | 3944 ImmutableMap<K, V> getAllPresent(Iterable<?> keys) { 4748 public ImmutableMap<K, V> getAllPresent(Iterable<?> keys) { 4749 return localCache.getAllPresent(keys);
|
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/lib/ |
D | guava-16.0.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
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/ ... |