/external/guava/guava-tests/test/com/google/common/collect/ |
D | QueuesTest.java | 105 Future<?> possiblyIgnoredError = threadPool.submit(new Producer(q, 20)); in testMultipleProducers() local 186 Future<?> possiblyIgnoredError = threadPool.submit(new Producer(q, 1)); in testNegativeMaxElements() local 205 Future<?> possiblyIgnoredError = threadPool.submit(new Interrupter(currentThread())); in testDrain_throws() local 222 Future<?> possiblyIgnoredError = in testDrainUninterruptibly_doesNotThrow() local 280 Future<?> possiblyIgnoredError = threadPool.submit(new Interrupter(currentThread())); in assertInterruptibleDrained() local 296 Future<?> possiblyIgnoredError = threadPool.submit(new Interrupter(currentThread())); in assertUninterruptibleDrained() local
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | QueuesTest.java | 105 Future<?> possiblyIgnoredError = threadPool.submit(new Producer(q, 20)); in testMultipleProducers() local 186 Future<?> possiblyIgnoredError = threadPool.submit(new Producer(q, 1)); in testNegativeMaxElements() local 205 Future<?> possiblyIgnoredError = threadPool.submit(new Interrupter(currentThread())); in testDrain_throws() local 222 Future<?> possiblyIgnoredError = in testDrainUninterruptibly_doesNotThrow() local 279 Future<?> possiblyIgnoredError = threadPool.submit(new Interrupter(currentThread())); in assertInterruptibleDrained() local 295 Future<?> possiblyIgnoredError = threadPool.submit(new Interrupter(currentThread())); in assertUninterruptibleDrained() local
|
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
D | TsiFrameHandler.java | 89 Future<?> possiblyIgnoredError = promise.setSuccess(); in write() local 179 Future<?> possiblyIgnoredError = aggregatePromise.doneAllocatingPromises(); in flush() local
|
D | TsiHandshakeHandler.java | 191 Future<?> possiblyIgnoredError = ctx.write(buffer); in sendHandshake() local
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | WrappingScheduledExecutorServiceTest.java | 50 Future<?> possiblyIgnoredError = testExecutor.schedule(DO_NOTHING, 10, TimeUnit.MINUTES); in testSchedule() local 63 Future<?> possiblyIgnoredError = in testSchedule_repeating() local
|
D | AtomicLongMapBasherTest.java | 51 Future<?> possiblyIgnoredError = in testModify_basher() local
|
D | ExecutionSequencerTest.java | 65 Future<?> possiblyIgnoredError = serializer.submitAsync(firstCallable, directExecutor()); in testCallableStartsAfterFirstFutureCompletes() local 77 Future<?> possiblyIgnoredError = serializer.submitAsync(firstCallable, directExecutor()); in testCancellationDoesNotViolateSerialization() local
|
D | AbstractFutureTest.java | 583 Future<?> possiblyIgnoredError = executor.submit(task); in testFutureBash() local 802 Future<?> possiblyIgnoredError = executor.submit(task); in testSetFutureCancelBash_withDoneFuture() local
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | WrappingScheduledExecutorServiceTest.java | 50 Future<?> possiblyIgnoredError = testExecutor.schedule(DO_NOTHING, 10, TimeUnit.MINUTES); in testSchedule() local 63 Future<?> possiblyIgnoredError = in testSchedule_repeating() local
|
D | AtomicLongMapBasherTest.java | 51 Future<?> possiblyIgnoredError = in testModify_basher() local
|
D | ExecutionSequencerTest.java | 65 Future<?> possiblyIgnoredError = serializer.submitAsync(firstCallable, directExecutor()); in testCallableStartsAfterFirstFutureCompletes() local 77 Future<?> possiblyIgnoredError = serializer.submitAsync(firstCallable, directExecutor()); in testCancellationDoesNotViolateSerialization() local
|
D | AbstractFutureTest.java | 583 Future<?> possiblyIgnoredError = executor.submit(task); in testFutureBash() local 802 Future<?> possiblyIgnoredError = executor.submit(task); in testSetFutureCancelBash_withDoneFuture() local
|
/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | ExecutionListBenchmark.java | 256 Future<?> possiblyIgnoredError = 338 Future<?> possiblyIgnoredError = executorService.submit(addTask); 341 Future<?> possiblyIgnoredError = executorService.submit(executeTask); 364 Future<?> possiblyIgnoredError = executorService.submit(executeTask);
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | ExecutionListBenchmark.java | 256 Future<?> possiblyIgnoredError = 338 Future<?> possiblyIgnoredError = executorService.submit(addTask); 341 Future<?> possiblyIgnoredError = executorService.submit(executeTask); 364 Future<?> possiblyIgnoredError = executorService.submit(executeTask);
|
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | AltsProtocolNegotiatorTest.java | 160 Future<?> possiblyIgnoredError = channel.close(); in teardown() local 183 Future<?> possiblyIgnoredError = in protectShouldRoundtrip() local 300 Future<?> possiblyIgnoredError = in flushShouldFailAllPromises() local
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheLoaderTest.java | 83 Future<?> possiblyIgnoredError = baseLoader.reload(new Object(), new Object()); in testAsyncReload() local
|
D | CacheBuilderTest.java | 580 Future<?> possiblyIgnoredError = in testRemovalNotification_clear_basher() local 675 Future<?> possiblyIgnoredError = in testRemovalNotification_get_basher() local
|
/external/guava/android/guava-tests/test/com/google/common/cache/ |
D | CacheLoaderTest.java | 83 Future<?> possiblyIgnoredError = baseLoader.reload(new Object(), new Object()); in testAsyncReload() local
|
D | CacheBuilderTest.java | 504 Future<?> possiblyIgnoredError = in testRemovalNotification_clear_basher() local 599 Future<?> possiblyIgnoredError = in testRemovalNotification_get_basher() local
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | StreamService.java | 179 … ListenableFuture possiblyIgnoredError = streamExecutor.submit(threadRenaming("worker-socket", in doStart() 253 ListenableFuture possiblyIgnoredError = streamExecutor.submit(new Callable<Void>() { in doStop() local
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/util/concurrent/ |
D | RoboExecutorService.java | 136 Future<?> possiblyIgnoredError = submit(runnable); in execute() local
|
/external/guava/android/guava-testlib/test/com/google/common/testing/ |
D | FakeTickerTest.java | 155 Future<?> possiblyIgnoredError = in runConcurrentTest() local
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | FakeTickerTest.java | 166 Future<?> possiblyIgnoredError = in runConcurrentTest() local
|
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | CpuMonitor.java | 232 Future<?> possiblyIgnoredError = executor.scheduleAtFixedRate(new Runnable() { in scheduleCpuUtilizationTask() local
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | MoreFilesTest.java | 653 Future<?> possiblyIgnoredError = in startDirectorySymlinkSwitching() local
|