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

  /libcore/jsr166-tests/src/test/java/jsr166/
SystemTest.java 41 Thread.sleep(SHORT_DELAY_MS);
61 Thread.sleep(SHORT_DELAY_MS);
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...]
ExecutorCompletionServiceTest.java 151 Future f = ecs.poll(SHORT_DELAY_MS, MILLISECONDS);
PriorityBlockingQueueTest.java 306 assertTrue(q.offer(new Integer(0), SHORT_DELAY_MS, MILLISECONDS));
DelayQueueTest.java 336 assertTrue(q.offer(new PDelay(0), SHORT_DELAY_MS, MILLISECONDS));
ScheduledExecutorSubclassTest.java 305 Future f = p.schedule(callable, SHORT_DELAY_MS, MILLISECONDS);
    [all...]
ScheduledExecutorTest.java 249 Future f = p.schedule(callable, SHORT_DELAY_MS, MILLISECONDS);
    [all...]
ThreadPoolExecutorTest.java     [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 1321 milliseconds