HomeSort by relevance Sort by last modified time
    Searched refs:TestingExecutors (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-testlib/test/com/google/common/util/concurrent/testing/
TestingExecutorsTest.java 34 * Tests for TestingExecutors.
48 ScheduledFuture<?> future = TestingExecutors.noOpScheduledExecutor().schedule(
56 ListeningScheduledExecutorService executor = TestingExecutors.noOpScheduledExecutor();
65 ListeningScheduledExecutorService executor = TestingExecutors.noOpScheduledExecutor();
94 Future<Integer> future = TestingExecutors.sameThreadScheduledExecutor().schedule(
107 Future<?> future = TestingExecutors.sameThreadScheduledExecutor().submit(runnable);
  /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
TestingExecutors.java 41 public final class TestingExecutors {
42 private TestingExecutors() {}
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 114 milliseconds