Searched defs:futureValue (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java3467 final SettableFuture<V> futureValue = SettableFuture.create(); field in class:LocalCache.LoadingValueReference
3494 return futureValue.set(newValue);
3498 return futureValue.setException(t);
3525 return set(newValue) ? futureValue : Futures.immediateFuture(newValue);
3544 return setException(t) ? futureValue : fullyFailedFuture(t);
3554 return getUninterruptibly(futureValue);
/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 355 milliseconds