/libcore/jsr166-tests/src/test/java/jsr166/ |
D | BlockingQueueTest.java | 93 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
|
D | ForkJoinTaskTest.java | 106 long startTime = System.nanoTime(); in checkCompletedNormally() local
|
D | ScheduledExecutorTest.java | 69 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
|
D | ScheduledExecutorSubclassTest.java | 127 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
|
D | ForkJoinTask8Test.java | 133 long startTime = System.nanoTime(); in checkCompletedNormally() local
|
D | ExecutorsTest.java | 210 long startTime = System.nanoTime(); in testNewSingleThreadScheduledExecutor() local 234 long startTime = System.nanoTime(); in testNewScheduledThreadPool() local 260 long startTime = System.nanoTime(); in testUnconfigurableScheduledExecutorService() local
|
D | SemaphoreTest.java | 78 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
|
D | SynchronousQueueTest.java | 242 long startTime = System.nanoTime(); in testTimedPoll() local 286 long startTime = System.nanoTime(); in testTimedPollWithOffer() local
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | BlockingQueueTest.java | 117 long startTime = System.nanoTime(); in testTimedOfferNull() local 122 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS); in testTimedOfferNull() argument 271 long startTime = System.nanoTime(); in testTimedPollWithOffer() local
|
D | ExecutorCompletionServiceTest.java | 137 long startTime = System.nanoTime(); in testPoll1() local 157 long startTime = System.nanoTime(); in testPoll2() local 182 long startTime = System.nanoTime(); in testPollReturnsNull() local
|
D | ScheduledExecutorTest.java | 91 final long startTime = System.nanoTime(); in testSchedule1() local 112 final long startTime = System.nanoTime(); in testSchedule3() local 132 final long startTime = System.nanoTime(); in testSchedule4() local 154 final long startTime = System.nanoTime(); in testSchedule5() local 184 final long startTime = System.nanoTime(); in testFixedRateSequence() local 213 final long startTime = System.nanoTime(); in testFixedDelaySequence() local 400 long startTime = System.nanoTime(); in testGetCompletedTaskCount() local 673 long startTime = System.nanoTime(); in testPurge() local 1101 long startTime = System.nanoTime(); in testTimedInvokeAny4() local
|
D | ForkJoinTaskTest.java | 128 long startTime = System.nanoTime(); in checkCompletedNormally() local
|
D | ScheduledExecutorSubclassTest.java | 149 final long startTime = System.nanoTime(); in testSchedule1() local 168 final long startTime = System.nanoTime(); in testSchedule3() local 188 final long startTime = System.nanoTime(); in testSchedule4() local 210 final long startTime = System.nanoTime(); in testSchedule5() local 240 final long startTime = System.nanoTime(); in testFixedRateSequence() local 269 final long startTime = System.nanoTime(); in testFixedDelaySequence() local 456 long startTime = System.nanoTime(); in testGetCompletedTaskCount() local 726 long startTime = System.nanoTime(); in testPurge() local 1153 long startTime = System.nanoTime(); in testTimedInvokeAny4() local
|
D | ExecutorsTest.java | 233 long startTime = System.nanoTime(); in testNewSingleThreadScheduledExecutor() local 257 long startTime = System.nanoTime(); in testNewScheduledThreadPool() local 283 long startTime = System.nanoTime(); in testUnconfigurableScheduledExecutorService() local
|
D | ForkJoinTask8Test.java | 156 long startTime = System.nanoTime(); in checkCompletedNormally() local
|
D | SemaphoreTest.java | 101 long startTime = System.nanoTime(); in waitForQueuedThread() local 115 long startTime = System.nanoTime(); in waitForQueuedThreads() local 225 long startTime = System.nanoTime(); in testTryAcquire_timeout() local 238 long startTime = System.nanoTime(); in testTryAcquireN_timeout() local 589 long startTime = System.nanoTime(); in testReleaseAcquireDifferentThreads() local
|
D | SynchronousQueueTest.java | 263 long startTime = System.nanoTime(); in testTimedPoll() local 307 long startTime = System.nanoTime(); in testTimedPollWithOffer() local
|
/libcore/benchmarks/src/benchmarks/ |
D | BigIntegerBenchmark.java | 40 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/ |
D | TestUtils.java | 42 Duration startTime = Duration.ofNanos(System.nanoTime()); in waitWhileTrueOrTimeout() local
|
/libcore/ojluni/src/main/java/java/util/ |
D | SimpleTimeZone.java | 215 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/ |
D | OldDoubleTest.java | 72 long startTime = System.currentTimeMillis(); in test_parseDouble_LString_AndroidRegression() local
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Process.java | 189 long startTime = System.nanoTime(); in waitFor() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | WeakHashMapTest.java | 202 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/ |
D | InetAddressThreadTest.java | 69 long startTime = System.currentTimeMillis(); in run() local
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | OldSocketChannelTest.java | 255 long startTime = System.currentTimeMillis(); in test_writeLjava_nio_ByteBuffer_Nonblocking_HugeData() local 275 private void assertTimeout(long startTime, long timeout) { in assertTimeout()
|