Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/util/concurrent/
DForwardingExecutorService.java66 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny() method in ForwardingExecutorService
68 return delegate().invokeAny(tasks); in invokeAny()
72 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny() method in ForwardingExecutorService
74 return delegate().invokeAny(tasks, timeout, unit); in invokeAny()
DWrappingExecutorService.java125 public final <T> T invokeAny(Collection<? extends Callable<T>> tasks)
127 return delegate.invokeAny(wrapTasks(tasks));
131 public final <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
133 return delegate.invokeAny(wrapTasks(tasks), timeout, unit);
/external/guava/android/guava/src/com/google/common/util/concurrent/
DForwardingExecutorService.java66 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny() method in ForwardingExecutorService
68 return delegate().invokeAny(tasks); in invokeAny()
72 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny() method in ForwardingExecutorService
74 return delegate().invokeAny(tasks, timeout, unit); in invokeAny()
DWrappingExecutorService.java125 public final <T> T invokeAny(Collection<? extends Callable<T>> tasks)
127 return delegate.invokeAny(wrapTasks(tasks));
131 public final <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
133 return delegate.invokeAny(wrapTasks(tasks), timeout, unit);
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DSameThreadScheduledExecutorService.java114 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny() method in SameThreadScheduledExecutorService
117 return delegate.invokeAny(tasks); in invokeAny()
121 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny() method in SameThreadScheduledExecutorService
125 return delegate.invokeAny(tasks, timeout, unit); in invokeAny()
/external/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/
DSameThreadScheduledExecutorService.java114 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny() method in SameThreadScheduledExecutorService
117 return delegate.invokeAny(tasks); in invokeAny()
121 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny() method in SameThreadScheduledExecutorService
125 return delegate.invokeAny(tasks, timeout, unit); in invokeAny()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DWrappingExecutorServiceTest.java119 String s = testExecutor.invokeAny(tasks); in testInvokeAny()
128 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.java194 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny() method in WrappingScheduledExecutorServiceTest.MockExecutor
200 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny() method in WrappingScheduledExecutorServiceTest.MockExecutor
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DWrappingExecutorServiceTest.java119 String s = testExecutor.invokeAny(tasks); in testInvokeAny()
128 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
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/util/concurrent/
DRoboExecutorService.java124 …public <T> T invokeAny(Collection<? extends Callable<T>> callables) throws InterruptedException, E… in invokeAny() method in RoboExecutorService
129 …public <T> T invokeAny(Collection<? extends Callable<T>> callables, long l, TimeUnit timeUnit) thr… in invokeAny() method in RoboExecutorService
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DFakeClock.java146 @Override public <T> T invokeAny(Collection<? extends Callable<T>> tasks) { in invokeAny() method in FakeClock.ScheduledExecutorImpl
150 @Override public <T> T invokeAny( in invokeAny() method in FakeClock.ScheduledExecutorImpl
/external/grpc-grpc-java/android/src/test/java/io/grpc/android/
DAndroidChannelBuilderTest.java455 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) { in invokeAny() method in AndroidChannelBuilderTest.ScheduledExecutorImpl
460 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) { in invokeAny() method in AndroidChannelBuilderTest.ScheduledExecutorImpl
/external/guice/lib/build/
Dguava-testlib-19.0.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/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/lib/
Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Dguava-21.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/cldr/tools/java/libs/
Dguava.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/dagger2/java/dagger/internal/codegen/kythe/
Dkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...