Searched refs:t3 (Results 1 – 11 of 11) sorted by relevance
91 Thread t3 = new Thread(new MyRunnable()); in main() local92 t3.setDaemon(true); in main()93 t3.start(); in main()114 t3.join(); in main()
166 Thread t3 = new T3(walker); in run() local167 t3.start(); in run()169 t3.join(); in run()
38 Timestamp t3 = new Timestamp(Long.MIN_VALUE + 807); in testToString() local39 assertEquals("292278994-08-17 07:12:55.999", t3.toString()); in testToString()62 Timestamp t3 = Timestamp.valueOf("2001-01-02 01:05:07"); in testValueOf() local63 assertEquals(978397507000L, t3.getTime()); in testValueOf()64 assertEquals(0, t3.getNanos()); in testValueOf()
1190 Timestamp t3 = new Timestamp(millis); in testGetTimestampInt() local1191 times.add(t3); in testGetTimestampInt()1202 assertEquals(t3.toString(), timeRes.toString()); in testGetTimestampInt()1203 assertEquals(t3.getTime(), timeRes.getTime()); in testGetTimestampInt()1204 assertEquals(t3, timeRes); in testGetTimestampInt()1247 Timestamp t3 = new Timestamp(millis); in testGetTimestampIntCalendar() local1248 times.add(t3); in testGetTimestampIntCalendar()1265 assertEquals(t3.toString(), timeRes.toString()); in testGetTimestampIntCalendar()1266 assertEquals(t3, timeRes); in testGetTimestampIntCalendar()1310 Timestamp t3 = new Timestamp(millis); in testGetTimestampString() local[all …]
86 long t3 = System.nanoTime(); in doTestMessageDigest() local89 newTime.add(t3 - t2); in doTestMessageDigest()
144 Thread t3 = newStartedThread(new CheckedRunnable() { in testReplacementAfterExchange() local155 awaitTermination(t3); in testReplacementAfterExchange()
660 Thread t3 = newStartedThread(task); in testTimedGet_Cancellation() local668 awaitTermination(t3); in testTimedGet_Cancellation()
630 Thread t3 = newStartedThread(new CheckedRunnable() { in testReadTryLockBarging() local637 awaitTermination(t3); in testReadTryLockBarging()
167 Thread t3 = newStartedThread(new CheckedRunnable() { in testReplacementAfterExchange() local178 awaitTermination(t3); in testReplacementAfterExchange()
683 Thread t3 = newStartedThread(task); in testTimedGet_Cancellation() local691 awaitTermination(t3); in testTimedGet_Cancellation()
653 Thread t3 = newStartedThread(new CheckedRunnable() { in testReadTryLockBarging() local660 awaitTermination(t3); in testReadTryLockBarging()