Searched defs:loadAll (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheLoader.java88 public Map<K, V> loadAll(Iterable<? extends K> keys) throws Exception { method in class:CacheLoader
/external/guava/guava/src/com/google/common/cache/
H A DCacheLoader.java122 public Map<K, V> loadAll(Iterable<? extends K> keys) throws Exception { method in class:CacheLoader
205 public Map<K, V> loadAll(Iterable<? extends K> keys) throws Exception {
206 return loader.loadAll(keys);
H A DLocalCache.java3985 Map<K, V> newEntries = loadAll(keysToLoad, defaultLoader);
3989 throw new InvalidCacheLoadException("loadAll failed to return a value for " + key);
3994 // loadAll not implemented, fallback to load
4009 * Returns the result of calling {@link CacheLoader#loadAll}, or null if {@code loader} doesn't
4010 * implement {@code loadAll}.
4013 Map<K, V> loadAll(Set<? extends K> keys, CacheLoader<? super K, V> loader) method in class:LocalCache
4022 Map<K, V> map = (Map<K, V>) loader.loadAll(keys);
4045 throw new InvalidCacheLoadException(loader + " returned null map from loadAll");
4064 throw new InvalidCacheLoadException(loader + " returned null keys or values from loadAll");
/external/replicaisland/src/com/replica/replicaisland/
H A DTextureLibrary.java89 public void loadAll(Context context, GL10 gl) { method in class:TextureLibrary
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 792 milliseconds