/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CyclicBarrierTest.java | 121 Thread t1 = new ThreadShouldThrow(InterruptedException.class) { in testAwait1_Interrupted_BrokenBarrier() local 147 Thread t1 = new ThreadShouldThrow(InterruptedException.class) { in testAwait2_Interrupted_BrokenBarrier() local 190 Thread t1 = newStartedThread(new CheckedRunnable() { in testAwait4_Timeout_BrokenBarrier() local 218 Thread t1 = newStartedThread(new CheckedRunnable() { in testAwait5_Timeout_BrokenBarrier() local 247 Thread t1 = new ThreadShouldThrow(BrokenBarrierException.class) { in testReset_BrokenBarrier() local 276 Thread t1 = newStartedThread(new CheckedRunnable() { in testReset_NoBrokenBarrier() local 326 Thread t1 = newStartedThread(new CheckedRunnable() { in testResetWithoutBreakage() local 357 Thread t1 = new ThreadShouldThrow(InterruptedException.class) { in testResetAfterInterrupt() local 390 Thread t1 = newStartedThread(new CheckedRunnable() { in testResetAfterTimeout() local 429 Thread t1 = new ThreadShouldThrow(BrokenBarrierException.class) { in testResetAfterCommandException() local
|
D | ExchangerTest.java | 25 Thread t1 = newStartedThread(new CheckedRunnable() { in testExchange() local 45 Thread t1 = newStartedThread(new CheckedRunnable() { in testTimedExchange() local 119 Thread t1 = newStartedThread(new CheckedInterruptedRunnable() { in testReplacementAfterExchange() local
|
D | AbstractQueuedLongSynchronizerTest.java | 284 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads() local 314 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued() local 344 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread() local 366 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended() local 385 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads() local 413 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads() local 444 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive() local 464 Thread t1 = newStartedThread(new CheckedInterruptedRunnable() { in testGetSharedQueuedThreads_Shared() local
|
D | AbstractQueuedSynchronizerTest.java | 287 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads() local 317 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued() local 347 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread() local 369 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended() local 388 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads() local 416 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads() local 447 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive() local 467 Thread t1 = newStartedThread(new CheckedInterruptedRunnable() { in testGetSharedQueuedThreads_Shared() local
|
D | ReentrantReadWriteLockTest.java | 480 Thread t1 = newStartedThread(new CheckedRunnable() { in testWriteAfterMultipleReadLocks() local 515 Thread t1 = newStartedThread(new CheckedRunnable() { in testReaderWriterReaderFairFifo() local 552 Thread t1 = newStartedThread(new CheckedRunnable() { in testReadAfterWriteLock() local 594 Thread t1 = newStartedThread(new CheckedRunnable() { in testReadTryLockBarging() local 639 Thread t1 = newStartedThread(new CheckedRunnable() { in testReadHoldingWriteLock2() local 673 Thread t1 = newStartedThread(new CheckedRunnable() { in testReadHoldingWriteLock3() local 708 Thread t1 = newStartedThread(new CheckedRunnable() { in testWriteHoldingWriteLock4() local 1013 Thread t1 = newStartedThread(new CheckedRunnable() { in testAwaitUninterruptibly() local 1115 Thread t1 = newStartedThread(new Awaiter()); in testSignalAll() local 1140 Thread t1 = newStartedThread(new CheckedRunnable() { in testSignalWakesFifo() local [all …]
|
D | ReentrantLockTest.java | 228 Thread t1 = new Thread(new InterruptedLockRunnable(lock)); in testHasQueuedThreads() local 254 Thread t1 = new Thread(new InterruptedLockRunnable(lock)); in testGetQueueLength() local 292 Thread t1 = new Thread(new InterruptedLockRunnable(lock)); in testHasQueuedThread() local 322 Thread t1 = new Thread(new InterruptedLockRunnable(lock)); in testGetQueuedThreads() local 770 Thread t1 = new Thread(new CheckedRunnable() { in testGetWaitQueueLength() local 828 Thread t1 = new Thread(new CheckedRunnable() { in testGetWaitingThreads() local 888 Thread t1 = newStartedThread(new CheckedRunnable() { in testAwaitUninterruptibly() local 988 Thread t1 = newStartedThread(new Awaiter()); in testSignalAll() local 1012 Thread t1 = newStartedThread(new CheckedRunnable() { in testSignalWakesFifo() local 1057 Thread t1 = newStartedThread(new CheckedRunnable() { in testAwaitLockCount() local
|
D | FutureTaskTest.java | 537 Thread t1 = newStartedThread(new CheckedRunnable() { in testGetRun() local 576 Thread t1 = newStartedThread(new CheckedRunnable() { in testGetSet() local 630 Thread t1 = new ThreadShouldThrow(CancellationException.class) { in testTimedGet_Cancellation() local
|
D | SemaphoreTest.java | 274 Thread t1 = newStartedThread(new CheckedRunnable() { in testUninterruptible() local 314 Thread t1 = newStartedThread(new InterruptedLockRunnable(lock)); in testHasQueuedThreads() local 337 Thread t1 = newStartedThread(new InterruptedLockRunnable(lock)); in testGetQueueLength() local 361 Thread t1 = newStartedThread(new InterruptedLockRunnable(lock)); in testGetQueuedThreads() local
|
D | AtomicLongArrayTest.java | 304 Thread t1 = new Thread(c1); in testCountingInMultipleThreads() local
|
D | AtomicIntegerArrayTest.java | 304 Thread t1 = new Thread(c1); in testCountingInMultipleThreads() local
|
/libcore/luni/src/test/java/libcore/java/sql/ |
D | TimestampTest.java | 32 Timestamp t1 = new Timestamp(Long.MIN_VALUE); in testToString() local 54 Timestamp t1 = Timestamp.valueOf("2001-12-31 21:45:57.123456789"); in testValueOf() local
|
D | OldResultSetGetterTests.java | 934 Time t1 = new java.sql.Time(millis); in testGetTimeInt() local 993 Time t1 = new java.sql.Time(millis); in testGetTimeIntCalendar() local 1058 Time t1 = new java.sql.Time(millis); in testGetTimeString() local 1118 Time t1 = new java.sql.Time(millis); in testGetTimeStringCalendar() local
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ThreadTest.java | 105 WakeupTestThread t1 = new WakeupTestThread(); in testThreadWakeup() local 132 Thread t1 = new Thread("t1") { in testGetStackTrace() local
|
D | OldThreadGroupTest.java | 75 Thread t1 = new Thread(tg, new Runnable() { in test_activeGroupCount() local 250 Thread t1 = new Thread(tg, new Runnable() { in test_interrupt() local
|
/libcore/luni/src/test/java/com/android/org/bouncycastle/crypto/digests/ |
D | DigestTest.java | 66 long t1 = System.currentTimeMillis(); in doTestMessageDigest() local
|
/libcore/luni/src/test/java/libcore/java/util/regex/ |
D | OldAndroidRegexTest.java | 262 long t1 = System.currentTimeMillis(); in testMonsterRegexPerformance() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | HashtableTest.java | 391 Thread t1 = new Thread() { in test_isEmpty() local 524 Thread t1 = new Thread() { in test_keySet_subtest0() local 702 Thread t1 = new Thread() { in test_size() local
|
D | VectorTest.java | 481 Thread t1 = new Thread() { in test_elements_subtest0() local 739 Thread t1 = new Thread() { in test_isEmpty_subtest0() local 1209 Thread t1 = new Thread() { in test_size() local
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | OldAndroidZipStressTest.java | 52 long t1 = System.currentTimeMillis(); in checkJarCertificates() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | SelectorTest.java | 280 long t1 = System.nanoTime(); in test_selectJ_Empty_Keys() local
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
D | SSLSessionTest.java | 63 long t1 = System.currentTimeMillis() / 1000; in test_SSLSession_getCreationTime() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ThreadGroupTest.java | 103 Thread t1 = new Thread(tg, new Runnable() { in test_activeCount() local
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | ForkJoinTask.java | 716 public static void invokeAll(ForkJoinTask<?> t1, ForkJoinTask<?> t2) { in invokeAll()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | ObjectOutputStreamTest.java | 703 ExternalTest t1 = new ExternalTest(); in test_useProtocolVersionI() local
|