Home
last modified time | relevance | path

Searched refs:valueLoader (Results 1 – 10 of 10) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
DForwardingCache.java61 public V get(K key, Callable<? extends V> valueLoader) throws ExecutionException { in get() argument
62 return delegate().get(key, valueLoader); in get()
DCache.java77 V get(K key, Callable<? extends V> valueLoader) throws ExecutionException; in get() argument
DAbstractCache.java54 public V get(K key, Callable<? extends V> valueLoader) throws ExecutionException { in get() argument
DLocalCache.java4737 public V get(K key, final Callable<? extends V> valueLoader) throws ExecutionException {
4738 checkNotNull(valueLoader);
4742 return valueLoader.call();
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java362 public V get(K key, Callable<? extends V> valueLoader) throws ExecutionException { in get() argument
369 V newValue = valueLoader.call(); in get()
/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/ ...