Searched refs:loadingValueReference (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java2215 LoadingValueReference<K, V> loadingValueReference = null;
2261 loadingValueReference = new LoadingValueReference<K, V>();
2265 e.setValueReference(loadingValueReference);
2268 e.setValueReference(loadingValueReference);
2282 return loadSync(key, hash, loadingValueReference, loader);
2317 V loadSync(K key, int hash, LoadingValueReference<K, V> loadingValueReference, argument
2319 ListenableFuture<V> loadingFuture = loadingValueReference.loadFuture(key, loader);
2320 return getAndRecordStats(key, hash, loadingValueReference, loadingFuture);
2324 final LoadingValueReference<K, V> loadingValueReference, CacheLoader<? super K, V> loader) {
2325 final ListenableFuture<V> loadingFuture = loadingValueReference
2323 loadAsync(final K key, final int hash, final LoadingValueReference<K, V> loadingValueReference, CacheLoader<? super K, V> loader) argument
2344 getAndRecordStats(K key, int hash, LoadingValueReference<K, V> loadingValueReference, ListenableFuture<V> newValue) argument
[all...]
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 98 milliseconds