Home
last modified time | relevance | path

Searched refs:SHORT_DELAY_MS (Results 1 – 8 of 8) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DSystemTest.java41 Thread.sleep(SHORT_DELAY_MS); in testNanoTime1()
61 Thread.sleep(SHORT_DELAY_MS); in testNanoTime2()
DJSR166TestCase.java572 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);
DExecutorCompletionServiceTest.java151 Future f = ecs.poll(SHORT_DELAY_MS, MILLISECONDS); in testPoll2()
DPriorityBlockingQueueTest.java306 assertTrue(q.offer(new Integer(0), SHORT_DELAY_MS, MILLISECONDS)); in testTimedOffer()
DDelayQueueTest.java336 assertTrue(q.offer(new PDelay(0), SHORT_DELAY_MS, MILLISECONDS)); in testTimedOffer()
DScheduledExecutorTest.java249 Future f = p.schedule(callable, SHORT_DELAY_MS, MILLISECONDS); in testScheduleNull()
DScheduledExecutorSubclassTest.java305 Future f = p.schedule(callable, SHORT_DELAY_MS, MILLISECONDS); in testScheduleNull()
DThreadPoolExecutorTest.java2035 assertTrue(done.await(nTasks * SHORT_DELAY_MS, MILLISECONDS));