Home
last modified time | relevance | path

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

123

/libcore/ojluni/src/test/java/util/concurrent/tck/
DBlockingQueueTest.java128 long startTime = System.nanoTime(); in testTimedOfferNull() local
133 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS); in testTimedOfferNull() argument
292 long startTime = System.nanoTime(); in testTimedPollWithOffer() local
DForkJoinTaskTest.java143 long startTime = System.nanoTime(); in checkCompletedNormally() local
145 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS); in checkCompletedNormally() argument
DExecutorCompletionServiceTest.java157 long startTime = System.nanoTime(); in testPoll1() local
178 long startTime = System.nanoTime(); in testPoll2() local
204 long startTime = System.nanoTime(); in testPollReturnsNull() local
DScheduledExecutorTest.java122 final long startTime = System.nanoTime(); in testSchedule1() local
144 final long startTime = System.nanoTime(); in testSchedule3() local
165 final long startTime = System.nanoTime(); in testSchedule4() local
188 final long startTime = System.nanoTime(); in testSchedule5() local
219 final long startTime = System.nanoTime(); in testFixedRateSequence() local
259 final long startTime = System.nanoTime(); in testFixedRateSequenceSkipMultipleMissedFixedRateTasksEnabled() local
312 final long startTime = System.nanoTime(); in testFixedRateSequenceSkipMultipleMissedFixedRateTasksDisabled() local
357 final long startTime = System.nanoTime(); in testFixedDelaySequence() local
553 long startTime = System.nanoTime(); in testGetCompletedTaskCount() local
839 long startTime = System.nanoTime(); in testPurge() local
[all …]
DScheduledExecutorSubclassTest.java166 final long startTime = System.nanoTime(); in testSchedule1() local
186 final long startTime = System.nanoTime(); in testSchedule3() local
207 final long startTime = System.nanoTime(); in testSchedule4() local
230 final long startTime = System.nanoTime(); in testSchedule5() local
261 final long startTime = System.nanoTime(); in testFixedRateSequence() local
291 final long startTime = System.nanoTime(); in testFixedDelaySequence() local
487 long startTime = System.nanoTime(); in testGetCompletedTaskCount() local
770 long startTime = System.nanoTime(); in testPurge() local
1221 long startTime = System.nanoTime(); in testTimedInvokeAny4() local
DExecutorsTest.java262 long startTime = System.nanoTime(); in testNewSingleThreadScheduledExecutor() local
287 long startTime = System.nanoTime(); in testNewScheduledThreadPool() local
314 long startTime = System.nanoTime(); in testUnconfigurableScheduledExecutorService() local
DForkJoinTask8Test.java169 long startTime = System.nanoTime(); in checkCompletedNormally() local
DSemaphoreTest.java113 long startTime = System.nanoTime(); in waitForQueuedThread() local
127 long startTime = System.nanoTime(); in waitForQueuedThreads() local
244 long startTime = System.nanoTime(); in testTryAcquire_timeout() local
259 long startTime = System.nanoTime(); in testTryAcquireN_timeout() local
668 long startTime = System.nanoTime(); in testReleaseAcquireDifferentThreads() local
DSynchronousQueueTest.java304 long startTime = System.nanoTime(); in testTimedPoll() local
350 long startTime = System.nanoTime(); in testTimedPollWithOffer() local
/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
/libcore/benchmarks/src/benchmarks/
DBigIntegerBenchmark.java40 private static void printTime(String s, long startTime, int reps) { in printTime()
67 long startTime = getStartTime(); in repeatInner() local
89 long startTime = getStartTime(); in repeatHarmonic1000() local
108 long startTime = getStartTime(); in repeatToString() local
148 long startTime = getStartTime(); in repeatEApprox() local
170 long startTime = getStartTime(); in repeatModPow() local
197 long startTime = getStartTime(); in repeatModInverse() local
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DTestUtils.java42 Duration startTime = Duration.ofNanos(System.nanoTime()); in waitWhileTrueOrTimeout() local
/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/util/
DSimpleTimeZone.java216 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone()
274 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone()
331 int startTime, int startTimeMode, in SimpleTimeZone()
386 public void setStartRule(int startMonth, int startDay, int startDayOfWeek, int startTime) in setStartRule()
413 public void setStartRule(int startMonth, int startDay, int startTime) { in setStartRule()
437 int startTime, boolean after) in setStartRule()
1002 private int startTime; field in SimpleTimeZone
/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()

123