Searched defs:getAll (Results 1 - 13 of 13) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DAbstractLoadingCache.java34 * {@link #get(K, Callable)}, and {@link #getAll} are implemented in terms of {@code get};
59 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { method in class:AbstractLoadingCache
H A DForwardingLoadingCache.java57 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { method in class:ForwardingLoadingCache
58 return delegate().getAll(keys);
H A DLoadingCache.java119 ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException; method in interface:LoadingCache
H A DLocalCache.java3991 ImmutableMap<K, V> getAll(Iterable<? extends K> keys) method in class:LocalCache
4722 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { method in class:LocalCache.LoadingSerializationProxy
4723 return autoDelegate.getAll(keys);
4864 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { method in class:LocalCache.LocalLoadingCache
4865 return localCache.getAll(keys);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DLRUCache.java119 public synchronized Collection<Map.Entry<K, V>> getAll() { method in class:LRUCache
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributeTable.java114 public ASN1EncodableVector getAll(DERObjectIdentifier oid) method in class:AttributeTable
116 return getAll(new ASN1ObjectIdentifier(oid.getId()));
126 public ASN1EncodableVector getAll( method in class:AttributeTable
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheEvictionTest.java175 getAll(cache, asList(0, 1, 2));
180 getAll(cache, asList(10, 11, 12));
185 getAll(cache, asList(6, 7, 8));
190 getAll(cache, asList(13, 14, 15));
208 getAll(cache, asList(0, 1, 2));
213 getAll(cache, asList(10));
218 getAll(cache, asList(6, 7, 8));
223 getAll(cache, asList(15));
228 getAll(cache, asList(9));
233 getAll(cach
288 private void getAll(LoadingCache<Integer, Integer> cache, List<Integer> keys) { method in class:CacheEvictionTest
[all...]
H A DCacheExpirationTest.java270 getAll(cache, asList(0, 1, 2));
280 getAll(cache, asList(5, 7, 9));
322 getAll(cache, asList(0, 1, 2));
371 getAll(cache, asList(1, 3));
377 getAll(cache, asList(6, 8));
384 getAll(cache, asList(1));
443 private void getAll(LoadingCache<Integer, Integer> cache, List<Integer> keys) { method in class:CacheExpirationTest
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java193 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { method in class:CacheBuilder.LocalLoadingCache
/external/okhttp/src/main/java/libcore/net/http/
H A DRawHeaders.java269 public RawHeaders getAll(Set<String> fieldNames) { method in class:RawHeaders
/external/chromium/chrome/browser/resources/
H A Dnew_new_tab.js383 SectionLayoutInfo.getAll = function() {
473 var sections = SectionLayoutInfo.getAll();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4654 milliseconds