Searched refs:allMustSucceed (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DFutures.java1613 final boolean allMustSucceed; field in class:Futures.CombinedFuture
1622 boolean allMustSucceed, Executor listenerExecutor,
1625 this.allMustSucceed = allMustSucceed;
1693 * Fails this future with the given Throwable if {@link #allMustSucceed} is
1695 * {@link #allMustSucceed} is {@code true}, the throwable did not cause
1701 if (allMustSucceed) {
1715 || (allMustSucceed && !visibleFromOutputFuture && firstTimeSeeingThisException)) {
1735 // if allMustSucceed is true or if the output itself has been
1737 checkState(allMustSucceed || isCancelle
1620 CombinedFuture( ImmutableCollection<? extends ListenableFuture<? extends V>> futures, boolean allMustSucceed, Executor listenerExecutor, FutureCombiner<V, C> combiner) argument
1774 listFuture( ImmutableList<ListenableFuture<? extends V>> futures, boolean allMustSucceed, Executor listenerExecutor) 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/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 96 milliseconds