Searched defs:futures (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DFutures.java604 * Delegate the get() to the input and output futures, in case
639 * Delegate the get() to the input and output futures, in case
787 * values of all its input futures, if all succeed. If any input fails, the
792 * <p>Canceling this future does not cancel any of the component futures;
793 * however, if any of the provided futures fails or is canceled, this one is,
796 * @param futures futures to combine
798 * futures
803 ListenableFuture<? extends V>... futures) {
804 return new ListFuture<V>(ImmutableList.copyOf(futures), tru
802 allAsList( ListenableFuture<? extends V>.... futures) argument
825 allAsList( Iterable<? extends ListenableFuture<? extends V>> futures) argument
845 successfulAsList( ListenableFuture<? extends V>.... futures) argument
865 successfulAsList( Iterable<? extends ListenableFuture<? extends V>> futures) argument
1277 ImmutableList<? extends ListenableFuture<? extends V>> futures; field in class:Futures.ListFuture
1291 ListFuture( final ImmutableList<? extends ListenableFuture<? extends V>> futures, final boolean allMustSucceed, final Executor listenerExecutor) argument
[all...]
/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 1677 milliseconds