Home
last modified time | relevance | path

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

12

/libcore/jsr166-tests/src/test/java/jsr166/
DBlockingQueueTest.java81 long startTime = System.nanoTime(); in testTimedOfferNull() local
86 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS); in testTimedOfferNull() argument
233 long startTime = System.nanoTime(); in testTimedPollWithOffer() local
DExecutorsTest.java181 long startTime = System.nanoTime(); in testNewSingleThreadScheduledExecutor() local
207 long startTime = System.nanoTime(); in testNewScheduledThreadPool() local
235 long startTime = System.nanoTime(); in testUnconfigurableScheduledExecutorService() local
DScheduledExecutorTest.java42 final long startTime = System.nanoTime(); in testSchedule1() local
65 final long startTime = System.nanoTime(); in testSchedule3() local
87 final long startTime = System.nanoTime(); in testSchedule4() local
111 final long startTime = System.nanoTime(); in testSchedule5() local
323 long startTime = System.nanoTime(); in testGetCompletedTaskCount() local
596 long startTime = System.nanoTime(); in testPurge() local
DSemaphoreTest.java65 long startTime = System.nanoTime(); in waitForQueuedThread() local
79 long startTime = System.nanoTime(); in waitForQueuedThreads() local
189 long startTime = System.nanoTime(); in testTryAcquire_timeout() local
202 long startTime = System.nanoTime(); in testTryAcquireN_timeout() local
548 long startTime = System.nanoTime(); in testReleaseAcquireDifferentThreads() local
DSynchronousQueueTest.java214 long startTime = System.nanoTime(); in testTimedPoll() local
257 long startTime = System.nanoTime(); in testTimedPollWithOffer() local
DScheduledExecutorSubclassTest.java94 final long startTime = System.nanoTime(); in testSchedule1() local
117 final long startTime = System.nanoTime(); in testSchedule3() local
139 final long startTime = System.nanoTime(); in testSchedule4() local
163 final long startTime = System.nanoTime(); in testSchedule5() local
373 long startTime = System.nanoTime(); in testGetCompletedTaskCount() local
645 long startTime = System.nanoTime(); in testPurge() local
DAbstractQueuedLongSynchronizerTest.java123 long startTime = System.nanoTime(); in waitForQueuedThread() local
226 long startTime = System.nanoTime(); in assertAwaitTimesOut() local
598 long startTime = System.nanoTime(); in testAwait_IMSE() local
DAbstractQueuedSynchronizerTest.java126 long startTime = System.nanoTime(); in waitForQueuedThread() local
229 long startTime = System.nanoTime(); in assertAwaitTimesOut() local
601 long startTime = System.nanoTime(); in testAwait_IMSE() local
DLinkedBlockingDequeTest.java712 long startTime = System.nanoTime(); in testTimedPoll() local
1015 long startTime = System.nanoTime(); in testTimedPollFirst() local
1091 long startTime = System.nanoTime(); in testTimedPollFirstWithOfferFirst() local
DJSR166TestCase.java367 long startTime = System.nanoTime(); in delay() local
452 long startTime = System.nanoTime(); in assertFutureTimesOut() local
598 long startTime = System.nanoTime(); in waitForThreadToEnterWaitState() local
DExecutorCompletionServiceTest.java125 long startTime = System.nanoTime(); in testPoll1() local
DCyclicBarrierTest.java31 long startTime = System.nanoTime(); in awaitNumberWaiting() local
DThreadPoolExecutorTest.java163 long startTime = System.nanoTime(); in testGetCompletedTaskCount() local
416 long startTime = System.nanoTime(); in testAwaitTermination_timesOut() local
1944 long startTime = System.nanoTime(); in testAllowCoreThreadTimeOut_true() local
DForkJoinPoolTest.java237 long startTime = System.nanoTime(); in testAwaitTermination_timesOut() local
289 long startTime = System.nanoTime(); in testIsQuiescent() local
DReentrantLockTest.java75 long startTime = System.nanoTime(); in waitForQueuedThread() local
487 long startTime = System.nanoTime(); in testAwait_IMSE() local
563 long startTime = System.nanoTime(); in testAwaitUntil_Timeout() local
DLockSupportTest.java293 long startTime = System.nanoTime(); in testGetBlocker() local
DPriorityBlockingQueueTest.java358 long startTime = System.nanoTime(); in testTimedPoll() local
/libcore/luni/src/test/java/libcore/java/lang/
DOldDoubleTest.java72 long startTime = System.currentTimeMillis(); in test_parseDouble_LString_AndroidRegression() local
/libcore/luni/src/main/java/java/lang/ref/
DReferenceQueue.java111 long startTime = System.nanoTime(); in remove() local
/libcore/luni/src/main/java/java/util/
DSimpleTimeZone.java45 private int startYear, startMonth, startDay, startDayOfWeek, startTime; field in SimpleTimeZone
164 int startDay, int startDayOfWeek, int startTime, int endMonth, in SimpleTimeZone()
213 int startDay, int startDayOfWeek, int startTime, int endMonth, in SimpleTimeZone()
280 int startDay, int startDayOfWeek, int startTime, int startTimeMode, in SimpleTimeZone()
/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.java253 long startTime = System.currentTimeMillis(); in test_writeLjava_nio_ByteBuffer_Nonblocking_HugeData() local
273 private void assertTimeout(long startTime, long timeout) { in assertTimeout()
/libcore/libart/src/main/java/java/lang/
DDaemons.java268 long startTime = FinalizerDaemon.INSTANCE.finalizingStartedNanos; in waitForFinalization() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DWeakHashMapTest.java203 long startTime = System.currentTimeMillis(); in test_entrySet() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSocketChannelTest.java1922 long startTime = System.currentTimeMillis(); in test_readLjava_nio_ByteBuffer_Blocking() local
1966 long startTime = System.currentTimeMillis(); in test_readLjava_nio_ByteBuffer_Nonblocking() local
2057 long startTime = System.currentTimeMillis(); in test_writeLjava_nio_ByteBuffer_NonBlocking() local
2102 private void assertTimeout(long startTime, long timeout) { in assertTimeout()
2682 long startTime = System.currentTimeMillis(); in assert_read$LByteBuffer() local

12