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

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractListeningExecutorServiceTest.java 416 e.invokeAny(null, MEDIUM_DELAY_MS, MILLISECONDS);
432 e.invokeAny(l, MEDIUM_DELAY_MS, null);
447 MEDIUM_DELAY_MS, MILLISECONDS);
467 e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS);
483 e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS);
501 String result = e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS);
514 e.invokeAll(null, MEDIUM_DELAY_MS, MILLISECONDS);
530 e.invokeAll(l, MEDIUM_DELAY_MS, null);
545 new ArrayList<Callable<String>>(), MEDIUM_DELAY_MS,
562 e.invokeAll(l, MEDIUM_DELAY_MS, MILLISECONDS)
    [all...]
JSR166TestCase.java 64 * SHORT_DELAY_MS}, {@code SMALL_DELAY_MS}, {@code MEDIUM_DELAY_MS},
259 public static long MEDIUM_DELAY_MS;
276 MEDIUM_DELAY_MS = SHORT_DELAY_MS * 10;
    [all...]

Completed in 47 milliseconds