Searched refs:SHORT_DELAY_MS (Results 1 – 8 of 8) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | SystemTest.java | 41 Thread.sleep(SHORT_DELAY_MS); in testNanoTime1() 61 Thread.sleep(SHORT_DELAY_MS); in testNanoTime2()
|
D | JSR166TestCase.java | 572 public static long SHORT_DELAY_MS; field in JSR166TestCase 591 SHORT_DELAY_MS = getShortDelay(); in setDelays() 592 SMALL_DELAY_MS = SHORT_DELAY_MS * 5; in setDelays() 593 MEDIUM_DELAY_MS = SHORT_DELAY_MS * 10; in setDelays() 594 LONG_DELAY_MS = SHORT_DELAY_MS * 200; in setDelays() 602 return SHORT_DELAY_MS / 4; in timeoutMillis() 1559 delay(SHORT_DELAY_MS); 1565 delay(SHORT_DELAY_MS); 1657 delay(SHORT_DELAY_MS);
|
D | ExecutorCompletionServiceTest.java | 151 Future f = ecs.poll(SHORT_DELAY_MS, MILLISECONDS); in testPoll2()
|
D | PriorityBlockingQueueTest.java | 306 assertTrue(q.offer(new Integer(0), SHORT_DELAY_MS, MILLISECONDS)); in testTimedOffer()
|
D | DelayQueueTest.java | 336 assertTrue(q.offer(new PDelay(0), SHORT_DELAY_MS, MILLISECONDS)); in testTimedOffer()
|
D | ScheduledExecutorTest.java | 249 Future f = p.schedule(callable, SHORT_DELAY_MS, MILLISECONDS); in testScheduleNull()
|
D | ScheduledExecutorSubclassTest.java | 305 Future f = p.schedule(callable, SHORT_DELAY_MS, MILLISECONDS); in testScheduleNull()
|
D | ThreadPoolExecutorTest.java | 2035 assertTrue(done.await(nTasks * SHORT_DELAY_MS, MILLISECONDS));
|