Home
last modified time | relevance | path

Searched refs:invokeAny (Results 1 – 25 of 26) sorted by relevance

12

/external/guava/guava/src/com/google/common/util/concurrent/
DForwardingExecutorService.java67 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny() method in ForwardingExecutorService
69 return delegate().invokeAny(tasks); in invokeAny()
73 public <T> T invokeAny( in invokeAny() method in ForwardingExecutorService
76 return delegate().invokeAny(tasks, timeout, unit); in invokeAny()
DWrappingExecutorService.java127 public final <T> T invokeAny(Collection<? extends Callable<T>> tasks)
129 return delegate.invokeAny(wrapTasks(tasks));
133 public final <T> T invokeAny(
136 return delegate.invokeAny(wrapTasks(tasks), timeout, unit);
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DSameThreadScheduledExecutorService.java116 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny() method in SameThreadScheduledExecutorService
119 return delegate.invokeAny(tasks); in invokeAny()
123 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, in invokeAny() method in SameThreadScheduledExecutorService
128 return delegate.invokeAny(tasks, timeout, unit); in invokeAny()
/external/guava/guava-bootstrap/src/java/util/concurrent/
DExecutorService.java41 <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny() method
44 <T> T invokeAny( in invokeAny() method
DAbstractExecutorService.java104 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny() method in AbstractExecutorService
114 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, in invokeAny() method in AbstractExecutorService
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
DRobolectricBackgroundExecutorService.java78 …public <T> T invokeAny(Collection<? extends Callable<T>> callables) throws InterruptedException, E… in invokeAny() method in RobolectricBackgroundExecutorService
83 …public <T> T invokeAny(Collection<? extends Callable<T>> callables, long l, TimeUnit timeUnit) thr… in invokeAny() method in RobolectricBackgroundExecutorService
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DWrappingExecutorServiceTest.java120 String s = testExecutor.invokeAny(tasks); in testInvokeAny()
129 String s = testExecutor.invokeAny(tasks, timeout, unit); in testInvokeAny()
232 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny() method in WrappingExecutorServiceTest.MockExecutor
240 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny() method in WrappingExecutorServiceTest.MockExecutor
DWrappingScheduledExecutorServiceTest.java182 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny() method in WrappingScheduledExecutorServiceTest.MockExecutor
188 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny() method in WrappingScheduledExecutorServiceTest.MockExecutor
/external/robolectric/v3/runtime/
Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/lib/build/
Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12