/external/guava/guava/src/com/google/common/util/concurrent/ |
D | ForwardingExecutorService.java | 66 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()
|
D | WrappingExecutorService.java | 125 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/ |
D | ForwardingExecutorService.java | 66 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()
|
D | WrappingExecutorService.java | 125 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/ |
D | SameThreadScheduledExecutorService.java | 114 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/ |
D | SameThreadScheduledExecutorService.java | 114 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/ |
D | WrappingExecutorServiceTest.java | 119 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
|
D | WrappingScheduledExecutorServiceTest.java | 194 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/ |
D | WrappingExecutorServiceTest.java | 119 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/ |
D | RoboExecutorService.java | 124 …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/ |
D | FakeClock.java | 146 @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/ |
D | AndroidChannelBuilderTest.java | 455 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/ |
D | guava-testlib-19.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/lib/ |
D | guava-19.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/ |
D | guava-21.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/cldr/tools/java/libs/ |
D | guava.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/dagger2/java/dagger/internal/codegen/bootstrap/ |
D | bootstrap_compiler_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
META-INF ... |
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |
/external/error_prone/error_prone/ |
D | error_prone_core-2.3.2-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/external/dagger2/java/dagger/internal/codegen/kythe/ |
D | kythe_plugin_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |