Searched refs:LoadingValueReference (Results 1 - 9 of 9) 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>();
2315 // at most one of loadSync/loadAsync may be called for any given LoadingValueReference
2317 V loadSync(K key, int hash, LoadingValueReference<K, V> loadingValueReference,
2324 final LoadingValueReference<K, V> loadingValueReference, CacheLoader<? super K, V> loader) {
2344 V getAndRecordStats(K key, int hash, LoadingValueReference<K, V> loadingValueReference,
2383 final LoadingValueReference<K, V> loadingValueReference =
2401 * Returns a newly inserted {@code LoadingValueReference}, or null if the live value reference
2405 LoadingValueReference<K, V> insertLoadingValueReference(final K key, final int hash,
2435 LoadingValueReference<
2323 loadAsync(final K key, final int hash, final LoadingValueReference<K, V> loadingValueReference, CacheLoader<? super K, V> loader) argument
3466 static class LoadingValueReference<K, V> implements ValueReference<K, V> { class in class:LocalCache
3473 public LoadingValueReference() { method in class:LocalCache.LoadingValueReference
3477 public LoadingValueReference(ValueReference<K, V> oldValue) { method in class:LocalCache.LoadingValueReference
[all...]
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java37 import com.google.common.cache.LocalCache.LoadingValueReference;
652 LoadingValueReference<Object, Object> valueReference =
653 (LoadingValueReference) newEntry.getValueReference();
1279 LoadingValueReference<Object, Object> valueRef = new LoadingValueReference<Object, Object>();
1316 valueRef = new LoadingValueReference<Object, Object>(value3Ref);
1826 LoadingValueReference<Object, Object> valueRef = new LoadingValueReference<Object, Object>();
1844 valueRef = new LoadingValueReference<Object, Object>(previousRef);
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.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 86 milliseconds