Searched defs:valueLoader (Results 1 - 9 of 9) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DCache.java64 * {@code valueLoader} if necessary. No observable state associated with this cache is modified
68 * <p><b>Warning:</b> as with {@link CacheLoader#load}, {@code valueLoader} <b>must not</b> return
78 V get(K key, Callable<? extends V> valueLoader) throws ExecutionException; argument
H A DForwardingCache.java60 public V get(K key, Callable<? extends V> valueLoader) throws ExecutionException { argument
61 return delegate().get(key, valueLoader);
H A DAbstractCache.java55 public V get(K key, Callable<? extends V> valueLoader) throws ExecutionException { argument
H A DLocalCache.java4762 public V get(K key, final Callable<? extends V> valueLoader) throws ExecutionException { argument
4763 checkNotNull(valueLoader);
4767 return valueLoader.call();
/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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 201 milliseconds