Searched refs:invokeAll (Results 1 - 14 of 14) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DListeningExecutorService.java69 <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks) method in interface:ListeningExecutorService
85 <T> List<Future<T>> invokeAll( method in interface:ListeningExecutorService
H A DForwardingExecutorService.java54 public <T> List<Future<T>> invokeAll( method in class:ForwardingExecutorService
56 return delegate().invokeAll(tasks);
60 public <T> List<Future<T>> invokeAll( method in class:ForwardingExecutorService
63 return delegate().invokeAll(tasks, timeout, unit);
H A DAbstractListeningExecutorService.java33 * method. More concretely, the {@code submit}, {@code invokeAny} and {@code invokeAll} methods
147 @Override public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks) method in class:AbstractListeningExecutorService
180 @Override public <T> List<Future<T>> invokeAll( method in class:AbstractListeningExecutorService
/external/guava/guava-bootstrap/src/java/util/concurrent/
H A DExecutorService.java34 <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks) method in interface:ExecutorService
37 <T> List<Future<T>> invokeAll( method in interface:ExecutorService
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractListeningExecutorServiceTest.java327 * invokeAll(null) throws NPE
332 e.invokeAll(null);
341 * invokeAll(empty collection) returns empty collection
347 e.invokeAll(new ArrayList<Callable<String>>());
355 * invokeAll(c) throws NPE if c has null elements
363 e.invokeAll(l);
372 * get of returned element of invokeAll(c) throws exception on failed task
379 List<Future<String>> futures = e.invokeAll(l);
393 * invokeAll(c) returns results of all completed tasks in c
401 List<Future<String>> futures = e.invokeAll(
[all...]
H A DMoreExecutorsTest.java114 executor.invokeAll(Collections.nCopies(10, incrementTask));
213 results = service.invokeAll(callables);
216 results = service.invokeAll(callables, 1, SECONDS);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DRobolectricBackgroundExecutorService.java68 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> callables) throws InterruptedException { method in class:RobolectricBackgroundExecutorService
73 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> callables, long l, TimeUnit timeUnit) throws InterruptedException { method in class:RobolectricBackgroundExecutorService
/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/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 356 milliseconds