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

  /libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java 89 * SHORT_DELAY_MS}, {@code SMALL_DELAY_MS}, {@code MEDIUM_DELAY_MS},
572 public static long SHORT_DELAY_MS;
591 SHORT_DELAY_MS = getShortDelay();
592 SMALL_DELAY_MS = SHORT_DELAY_MS * 5;
593 MEDIUM_DELAY_MS = SHORT_DELAY_MS * 10;
594 LONG_DELAY_MS = SHORT_DELAY_MS * 200;
602 return SHORT_DELAY_MS / 4;
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 66 * SHORT_DELAY_MS}, {@code SMALL_DELAY_MS}, {@code MEDIUM_DELAY_MS},
259 public static long SHORT_DELAY_MS;
276 SHORT_DELAY_MS = getShortDelay();
277 SMALL_DELAY_MS = SHORT_DELAY_MS * 5;
278 MEDIUM_DELAY_MS = SHORT_DELAY_MS * 10;
279 LONG_DELAY_MS = SHORT_DELAY_MS * 200;
287 return SHORT_DELAY_MS / 4;
    [all...]

Completed in 879 milliseconds