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

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 64 * SHORT_DELAY_MS}, {@code SMALL_DELAY_MS}, {@code MEDIUM_DELAY_MS},
257 public static long SHORT_DELAY_MS;
274 SHORT_DELAY_MS = getShortDelay();
275 SMALL_DELAY_MS = SHORT_DELAY_MS * 5;
276 MEDIUM_DELAY_MS = SHORT_DELAY_MS * 10;
277 LONG_DELAY_MS = SHORT_DELAY_MS * 200;
285 return SHORT_DELAY_MS / 4;
    [all...]
AbstractListeningExecutorServiceTest.java 620 possiblyInterruptedRunnable(2 * SHORT_DELAY_MS), TEST_STRING));
623 e.invokeAll(l, SHORT_DELAY_MS, MILLISECONDS);

Completed in 79 milliseconds