Home
last modified time | relevance | path

Searched defs:startTime (Results 1 – 25 of 43) sorted by relevance

12

/libcore/jsr166-tests/src/test/java/jsr166/
DBlockingQueueTest.java93 long startTime = System.nanoTime(); in testTimedOfferNull() local
98 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS); in testTimedOfferNull() argument
247 long startTime = System.nanoTime(); in testTimedPollWithOffer() local
DForkJoinTaskTest.java106 long startTime = System.nanoTime(); in checkCompletedNormally() local
DScheduledExecutorTest.java69 final long startTime = System.nanoTime(); in testSchedule1() local
90 final long startTime = System.nanoTime(); in testSchedule3() local
110 final long startTime = System.nanoTime(); in testSchedule4() local
132 final long startTime = System.nanoTime(); in testSchedule5() local
162 final long startTime = System.nanoTime(); in testFixedRateSequence() local
191 final long startTime = System.nanoTime(); in testFixedDelaySequence() local
378 long startTime = System.nanoTime(); in testGetCompletedTaskCount() local
652 long startTime = System.nanoTime(); in testPurge() local
1080 long startTime = System.nanoTime(); in testTimedInvokeAny4() local
DScheduledExecutorSubclassTest.java127 final long startTime = System.nanoTime(); in testSchedule1() local
146 final long startTime = System.nanoTime(); in testSchedule3() local
166 final long startTime = System.nanoTime(); in testSchedule4() local
188 final long startTime = System.nanoTime(); in testSchedule5() local
218 final long startTime = System.nanoTime(); in testFixedRateSequence() local
247 final long startTime = System.nanoTime(); in testFixedDelaySequence() local
434 long startTime = System.nanoTime(); in testGetCompletedTaskCount() local
704 long startTime = System.nanoTime(); in testPurge() local
1131 long startTime = System.nanoTime(); in testTimedInvokeAny4() local
DForkJoinTask8Test.java133 long startTime = System.nanoTime(); in checkCompletedNormally() local
DExecutorsTest.java210 long startTime = System.nanoTime(); in testNewSingleThreadScheduledExecutor() local
234 long startTime = System.nanoTime(); in testNewScheduledThreadPool() local
260 long startTime = System.nanoTime(); in testUnconfigurableScheduledExecutorService() local
DSemaphoreTest.java78 long startTime = System.nanoTime(); in waitForQueuedThread() local
92 long startTime = System.nanoTime(); in waitForQueuedThreads() local
202 long startTime = System.nanoTime(); in testTryAcquire_timeout() local
215 long startTime = System.nanoTime(); in testTryAcquireN_timeout() local
566 long startTime = System.nanoTime(); in testReleaseAcquireDifferentThreads() local
DSynchronousQueueTest.java242 long startTime = System.nanoTime(); in testTimedPoll() local
286 long startTime = System.nanoTime(); in testTimedPollWithOffer() local
DAbstractQueuedLongSynchronizerTest.java139 long startTime = System.nanoTime(); in waitForQueuedThread() local
244 long startTime; in assertAwaitTimesOut() local
624 long startTime = System.nanoTime(); in testAwait_IMSE() local
DAbstractQueuedSynchronizerTest.java142 long startTime = System.nanoTime(); in waitForQueuedThread() local
247 long startTime; in assertAwaitTimesOut() local
627 long startTime = System.nanoTime(); in testAwait_IMSE() local
DLinkedBlockingDequeTest.java739 long startTime = System.nanoTime(); in testTimedPoll() local
1040 long startTime = System.nanoTime(); in testTimedPollFirst() local
1118 long startTime = System.nanoTime(); in testTimedPollFirstWithOfferFirst() local
DForkJoinPoolTest.java256 long startTime = System.nanoTime(); in testAwaitTermination_timesOut() local
309 long startTime = System.nanoTime(); in testIsQuiescent() local
845 long startTime = System.nanoTime(); in testTimedInvokeAny4() local
DLinkedTransferQueueTest.java276 long startTime = System.nanoTime(); in testTimedPoll() local
923 long startTime = System.nanoTime(); in testTryTransfer3() local
DCyclicBarrierTest.java42 long startTime = System.nanoTime(); in awaitNumberWaiting() local
DExecutorCompletionServiceTest.java129 long startTime = System.nanoTime(); in testPoll1() local
DCompletableFutureTest.java117 long startTime = System.nanoTime(); in checkCompletedExceptionally() local
178 long startTime = System.nanoTime(); in checkCancelled() local
184 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS / 2); in checkCancelled() argument
3532 long startTime = System.nanoTime(); in testOrTimeout_timesOut() local
3546 long startTime = System.nanoTime(); in testOrTimeout_completed() local
3567 long startTime = System.nanoTime(); in testCompleteOnTimeout_timesOut() local
3583 long startTime = System.nanoTime(); in testCompleteOnTimeout_completed() local
3615 long startTime = System.nanoTime(); in testDelayedExecutor() local
/libcore/ojluni/src/main/java/java/util/
DSimpleTimeZone.java215 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone()
273 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone()
330 int startTime, int startTimeMode, in SimpleTimeZone()
385 public void setStartRule(int startMonth, int startDay, int startDayOfWeek, int startTime) in setStartRule()
412 public void setStartRule(int startMonth, int startDay, int startTime) { in setStartRule()
436 int startTime, boolean after) in setStartRule()
1020 private int startTime; field in SimpleTimeZone
/libcore/luni/src/test/java/libcore/java/lang/
DOldDoubleTest.java72 long startTime = System.currentTimeMillis(); in test_parseDouble_LString_AndroidRegression() local
/libcore/ojluni/src/main/java/java/lang/
DProcess.java189 long startTime = System.nanoTime(); in waitFor() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DWeakHashMapTest.java202 long startTime = System.currentTimeMillis(); in test_entrySet() local
310 long startTime = System.currentTimeMillis(); in test_keySet() local
396 long startTime = System.currentTimeMillis(); in test_values() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInetAddressThreadTest.java69 long startTime = System.currentTimeMillis(); in run() local
/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldSocketChannelTest.java255 long startTime = System.currentTimeMillis(); in test_writeLjava_nio_ByteBuffer_Nonblocking_HugeData() local
275 private void assertTimeout(long startTime, long timeout) { in assertTimeout()
/libcore/luni/src/main/java/java/lang/ref/
DFinalizerReference.java162 final long startTime = System.nanoTime(); in awaitFinalization() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSocketChannelTest.java1925 long startTime = System.currentTimeMillis(); in test_readLjava_nio_ByteBuffer_Blocking() local
1969 long startTime = System.currentTimeMillis(); in test_readLjava_nio_ByteBuffer_Nonblocking() local
2060 long startTime = System.currentTimeMillis(); in test_writeLjava_nio_ByteBuffer_NonBlocking() local
2105 private void assertTimeout(long startTime, long timeout) { in assertTimeout()
2685 long startTime = System.currentTimeMillis(); in assert_read$LByteBuffer() local
/libcore/ojluni/src/main/java/java/util/concurrent/
DFutureTask.java404 long startTime = 0L; // Special value 0L means not yet parked in awaitDone() local

12