Home
last modified time | relevance | path

Searched defs:t1 (Results 1 – 24 of 24) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCyclicBarrierTest.java121 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
DExchangerTest.java25 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
DAbstractQueuedLongSynchronizerTest.java284 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
DAbstractQueuedSynchronizerTest.java287 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
DReentrantReadWriteLockTest.java480 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 …]
DReentrantLockTest.java228 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
DFutureTaskTest.java537 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
DSemaphoreTest.java274 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
DAtomicLongArrayTest.java304 Thread t1 = new Thread(c1); in testCountingInMultipleThreads() local
DAtomicIntegerArrayTest.java304 Thread t1 = new Thread(c1); in testCountingInMultipleThreads() local
/libcore/luni/src/test/java/libcore/java/sql/
DTimestampTest.java32 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
DOldResultSetGetterTests.java934 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/
DThreadTest.java105 WakeupTestThread t1 = new WakeupTestThread(); in testThreadWakeup() local
132 Thread t1 = new Thread("t1") { in testGetStackTrace() local
DOldThreadGroupTest.java75 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/
DDigestTest.java66 long t1 = System.currentTimeMillis(); in doTestMessageDigest() local
/libcore/luni/src/test/java/libcore/java/util/regex/
DOldAndroidRegexTest.java262 long t1 = System.currentTimeMillis(); in testMonsterRegexPerformance() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DHashtableTest.java391 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
DVectorTest.java481 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/
DOldAndroidZipStressTest.java52 long t1 = System.currentTimeMillis(); in checkJarCertificates() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSelectorTest.java280 long t1 = System.nanoTime(); in test_selectJ_Empty_Keys() local
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLSessionTest.java63 long t1 = System.currentTimeMillis() / 1000; in test_SSLSession_getCreationTime() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java103 Thread t1 = new Thread(tg, new Runnable() { in test_activeCount() local
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinTask.java716 public static void invokeAll(ForkJoinTask<?> t1, ForkJoinTask<?> t2) { in invokeAll()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DObjectOutputStreamTest.java703 ExternalTest t1 = new ExternalTest(); in test_useProtocolVersionI() local