Searched refs:t0 (Results 1 – 12 of 12) sorted by relevance
61 long t0 = System.currentTimeMillis(); in doTestMessageDigest() local68 oldTime = oldTime + (t1 - t0); in doTestMessageDigest()
61 long t0 = System.currentTimeMillis() / 1000; in test_SSLSession_getCreationTime() local68 assertTrue(sTime + " >= " + t0, sTime >= t0); in test_SSLSession_getCreationTime()72 assertTrue(cTime + " >= " + t0, cTime >= t0); in test_SSLSession_getCreationTime()
289 long t0 = System.nanoTime(); in testInterruptedTimedPoll()291 assertTrue(millisElapsedSince(t0) < SMALL_DELAY_MS); in testInterruptedTimedPoll()293 long t0 = System.nanoTime(); in testInterruptedTimedPoll()299 assertTrue(millisElapsedSince(t0) < MEDIUM_DELAY_MS); in testInterruptedTimedPoll()320 long t0 = System.nanoTime(); in testTimedPollAfterInterrupt()322 assertTrue(millisElapsedSince(t0) < SMALL_DELAY_MS); in testTimedPollAfterInterrupt()976 long t0 = System.nanoTime(); in testTryTransfer6()979 assertTrue(millisElapsedSince(t0) >= timeoutMillis()); in testTryTransfer6()1018 long t0 = System.nanoTime(); in testTryTransfer8() local1020 assertTrue(millisElapsedSince(t0) >= timeoutMillis()); in testTryTransfer8()
105 long t0 = System.nanoTime(); in checkCompletedNormally() local107 assertTrue(millisElapsedSince(t0) < SMALL_DELAY_MS); in checkCompletedNormally() argument113 long t0 = System.nanoTime(); in checkCompletedNormally()115 assertTrue(millisElapsedSince(t0) < SMALL_DELAY_MS); in checkCompletedNormally()148 long t0 = System.nanoTime();150 assertTrue(millisElapsedSince(t0) < SMALL_DELAY_MS);186 long t0 = System.nanoTime();188 assertTrue(millisElapsedSince(t0) < SMALL_DELAY_MS);
402 long t0 = System.nanoTime(); in testInterruptedTimedPoll()404 assertTrue(millisElapsedSince(t0) < SMALL_DELAY_MS); in testInterruptedTimedPoll()406 long t0 = System.nanoTime(); in testInterruptedTimedPoll()412 assertTrue(millisElapsedSince(t0) < MEDIUM_DELAY_MS); in testInterruptedTimedPoll()
102 long t0 = System.nanoTime(); in checkCompletedNormally() local104 assertTrue(millisElapsedSince(t0) < SMALL_DELAY_MS); in checkCompletedNormally()110 long t0 = System.nanoTime(); in checkCompletedNormally()112 assertTrue(millisElapsedSince(t0) < SMALL_DELAY_MS); in checkCompletedNormally()145 long t0 = System.nanoTime();147 assertTrue(millisElapsedSince(t0) < SMALL_DELAY_MS);183 long t0 = System.nanoTime();185 assertTrue(millisElapsedSince(t0) < SMALL_DELAY_MS);
449 long t0 = System.nanoTime(); in testInterruptedTimedPoll()451 assertTrue(millisElapsedSince(t0) < SMALL_DELAY_MS); in testInterruptedTimedPoll()453 long t0 = System.nanoTime(); in testInterruptedTimedPoll()459 assertTrue(millisElapsedSince(t0) < MEDIUM_DELAY_MS); in testInterruptedTimedPoll()
460 long t0 = System.nanoTime(); in testInterruptedTimedPoll()462 assertTrue(millisElapsedSince(t0) < SMALL_DELAY_MS); in testInterruptedTimedPoll()464 long t0 = System.nanoTime(); in testInterruptedTimedPoll()470 assertTrue(millisElapsedSince(t0) < MEDIUM_DELAY_MS); in testInterruptedTimedPoll()
760 long t0 = System.nanoTime(); in testInterruptedTimedPoll()762 assertTrue(millisElapsedSince(t0) < SMALL_DELAY_MS); in testInterruptedTimedPoll()764 long t0 = System.nanoTime(); in testInterruptedTimedPoll()770 assertTrue(millisElapsedSince(t0) < MEDIUM_DELAY_MS); in testInterruptedTimedPoll()
43 long t0 = System.currentTimeMillis(); in checkJarCertificates() local53 System.out.println("loadCertificates() took " + (t1 - t0) + " ms"); in checkJarCertificates()
259 long t0 = System.currentTimeMillis(); in testMonsterRegexPerformance() local263 System.out.println("RegEx performance test finished, took " + (t1 - t0) + " ms."); in testMonsterRegexPerformance()
278 long t0 = System.nanoTime(); in test_selectJ_Empty_Keys() local282 long waitMs = (t1 - t0) / 1000L / 1000L; in test_selectJ_Empty_Keys()