Home
last modified time | relevance | path

Searched defs:getAll (Results 1 – 10 of 10) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
DAbstractLoadingCache.java59 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { in getAll() method in AbstractLoadingCache
DLoadingCache.java119 ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException; in getAll() method
DForwardingLoadingCache.java57 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { in getAll() method in ForwardingLoadingCache
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DLRUCache.java119 public synchronized Collection<Map.Entry<K, V>> getAll() { in getAll() method in LRUCache
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttributeTable.java114 public ASN1EncodableVector getAll(DERObjectIdentifier oid) in getAll() method in AttributeTable
126 public ASN1EncodableVector getAll( in getAll() method in AttributeTable
/external/guava/guava-tests/test/com/google/common/cache/
DCacheEvictionTest.java288 private void getAll(LoadingCache<Integer, Integer> cache, List<Integer> keys) { in getAll() method in CacheEvictionTest
DCacheExpirationTest.java443 private void getAll(LoadingCache<Integer, Integer> cache, List<Integer> keys) { in getAll() method in CacheExpirationTest
/external/okhttp/src/main/java/libcore/net/http/
DRawHeaders.java269 public RawHeaders getAll(Set<String> fieldNames) { in getAll() method in RawHeaders
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DCacheBuilder.java193 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { in getAll() method in CacheBuilder.LocalLoadingCache
/external/chromium/chrome/browser/resources/
Dnew_new_tab.js383 SectionLayoutInfo.getAll = function() { function in SectionLayoutInfo