Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 127) sorted by relevance

123456

/libcore/luni/src/test/java/libcore/icu/
DTransliteratorTest.java23 Transliterator t = new Transliterator(id); in testAll() local
30 Transliterator t = new Transliterator("Unknown"); in test_Unknown() local
38 Transliterator t = new Transliterator(null); in test_null_id() local
46 Transliterator t = new Transliterator("Any-Upper"); in test_null_string() local
54 Transliterator t = new Transliterator("Any-Upper"); in test_Any_Upper() local
60 Transliterator t = new Transliterator("Any-Lower"); in test_Any_Lower() local
68 Transliterator t = new Transliterator("Greek-Latin"); in test_Greek_Latin() local
83 Transliterator t = new Transliterator("Han-Latin"); in test_Han_Latin() local
/libcore/luni/src/main/java/java/util/
DDualPivotQuicksort.java139 if (ae1 > ae2) { int t = ae1; ae1 = ae2; ae2 = t; } in dualPivotQuicksort() local
140 if (ae4 > ae5) { int t = ae4; ae4 = ae5; ae5 = t; } in dualPivotQuicksort() local
141 if (ae1 > ae3) { int t = ae1; ae1 = ae3; ae3 = t; } in dualPivotQuicksort() local
142 if (ae2 > ae3) { int t = ae2; ae2 = ae3; ae3 = t; } in dualPivotQuicksort() local
143 if (ae1 > ae4) { int t = ae1; ae1 = ae4; ae4 = t; } in dualPivotQuicksort() local
144 if (ae3 > ae4) { int t = ae3; ae3 = ae4; ae4 = t; } in dualPivotQuicksort() local
145 if (ae2 > ae5) { int t = ae2; ae2 = ae5; ae5 = t; } in dualPivotQuicksort() local
146 if (ae2 > ae3) { int t = ae2; ae2 = ae3; ae3 = t; } in dualPivotQuicksort() local
147 if (ae4 > ae5) { int t = ae4; ae4 = ae5; ae5 = t; } in dualPivotQuicksort() local
417 if (ae1 > ae2) { long t = ae1; ae1 = ae2; ae2 = t; } in dualPivotQuicksort() local
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTest.java55 public TimerTestTask(Timer t) { in TimerTestTask()
108 Timer t = null; in test_ConstructorZ() local
127 Timer t = null; in test_Constructor() local
146 Timer t = null; in test_ConstructorSZ() local
176 Timer t = null; in test_ConstructorS() local
200 Timer t = null; in test_cancel() local
272 Timer t = null; in test_purge() local
306 Timer t = null; in test_scheduleLjava_util_TimerTaskLjava_util_Date() local
414 Timer t = null; in test_scheduleLjava_util_TimerTaskJ() local
502 Timer t = null; in test_scheduleLjava_util_TimerTaskJJ() local
[all …]
DTimerTaskTest.java79 Timer t = null; in test_cancel() local
174 Timer t = null; in test_scheduledExecutionTime() local
219 Timer t = null; in test_run() local
/libcore/benchmarks/src/benchmarks/regression/
DIntegerBenchmark.java24 int t = 0; in timeLongSignumBranch() local
34 int t = 0; in timeLongSignumBranchFree() local
52 int t = 0; in timeLongBitCount_BitSet() local
78 int t = 0; in timeLongBitCount_2Int() local
92 int t = 0; in timeLongBitCount_Long() local
125 int t = 0; in timeNumberOfTrailingZerosHD() local
133 int t = 0; in timeNumberOfTrailingZerosOL() local
/libcore/luni/src/main/java/java/util/concurrent/locks/
DLockSupport.java105 private static void setBlocker(Thread t, Object arg) { in setBlocker()
155 Thread t = Thread.currentThread(); in park() local
195 Thread t = Thread.currentThread(); in parkNanos() local
236 Thread t = Thread.currentThread(); in parkUntil() local
254 public static Object getBlocker(Thread t) { in getBlocker()
/libcore/jsr166-tests/src/test/java/jsr166/
DCountDownLatchTest.java57 Thread t = newStartedThread(new CheckedRunnable() { in testAwait() local
82 Thread t = newStartedThread(new CheckedRunnable() { in testTimedAwait() local
106 Thread t = newStartedThread(new CheckedRunnable() { in testAwait_Interruptible() local
137 Thread t = newStartedThread(new CheckedRunnable() { in testTimedAwait_Interruptible() local
167 Thread t = newStartedThread(new CheckedRunnable() { in testAwaitTimeout() local
DTimeUnitTest.java336 Thread t = newStartedThread(new CheckedRunnable() { in testTimedWait_IllegalMonitorException() local
355 Thread t = newStartedThread(new CheckedRunnable() { in testTimedWait_Interruptible() local
394 final Thread t = newStartedThread(new CheckedRunnable() { in testTimedJoin_Interruptible() local
425 Thread t = newStartedThread(new CheckedRunnable() { in testTimedSleep_Interruptible() local
DLinkedBlockingDequeTest.java551 Thread t = newStartedThread(new CheckedRunnable() { in testBlockingPut() local
589 Thread t = newStartedThread(new CheckedRunnable() { in testPutWithTake() local
621 Thread t = newStartedThread(new CheckedRunnable() { in testTimedOffer() local
657 Thread t = newStartedThread(new CheckedRunnable() { in testBlockingTake() local
729 Thread t = newStartedThread(new CheckedRunnable() { in testInterruptedTimedPoll() local
783 Thread t = newStartedThread(new CheckedRunnable() { in testBlockingPutFirst() local
821 Thread t = newStartedThread(new CheckedRunnable() { in testPutFirstWithTake() local
853 Thread t = newStartedThread(new CheckedRunnable() { in testTimedOfferFirst() local
889 Thread t = newStartedThread(new CheckedRunnable() { in testTakeFirstFromEmptyBlocksInterruptibly() local
911 Thread t = newStartedThread(new CheckedRunnable() { in testTakeFirstFromEmptyAfterInterrupt() local
[all …]
DLinkedTransferQueueTest.java193 Thread t = newStartedThread(new CheckedRunnable() { in testBlockingTake() local
267 Thread t = newStartedThread(new CheckedRunnable() { in testInterruptedTimedPoll() local
297 Thread t = newStartedThread(new CheckedRunnable() { in testTimedPollAfterInterrupt() local
661 Thread t = newStartedThread(new CheckedRunnable() { in testDrainToWithActivePut() local
705 Thread t = newStartedThread(new CheckedRunnable() { in testWaitingConsumer() local
745 Thread t = newStartedThread(new CheckedRunnable() { in testTransfer2() local
800 Thread t = newStartedThread(new CheckedRunnable() { in testTransfer4() local
824 Thread t = newStartedThread(new CheckedRunnable() { in testTransfer5() local
869 Thread t = newStartedThread(new CheckedRunnable() { in testTryTransfer3() local
891 Thread t = newStartedThread(new CheckedRunnable() { in testTryTransfer4() local
[all …]
DExchangerTest.java66 Thread t = newStartedThread(new CheckedInterruptedRunnable() { in testExchange_InterruptedException() local
83 Thread t = newStartedThread(new CheckedInterruptedRunnable() { in testTimedExchange_InterruptedException() local
99 Thread t = newStartedThread(new CheckedRunnable() { in testExchange_TimeoutException() local
DLockSupportTest.java100 Thread t = newStartedThread(new CheckedRunnable() { in testParkBeforeUnpark() local
135 Thread t = newStartedThread(new CheckedRunnable() { in testParkAfterUnpark() local
172 Thread t = newStartedThread(new CheckedRunnable() { in testParkBeforeInterrupt() local
211 Thread t = newStartedThread(new CheckedRunnable() { in testParkAfterInterrupt() local
243 Thread t = newStartedThread(new CheckedRunnable() { in testParkTimesOut() local
281 Thread t = newStartedThread(new CheckedRunnable() { in testGetBlocker() local
331 Thread t = newStartedThread(new CheckedRunnable() { in testPark0() local
355 Thread t = newStartedThread(new CheckedRunnable() { in testParkNeg() local
DAtomicMarkableReferenceTest.java93 Thread t = new Thread(new CheckedRunnable() { in testCompareAndSetInMultipleThreads() local
113 Thread t = new Thread(new CheckedRunnable() { in testCompareAndSetInMultipleThreads2() local
DAtomicStampedReferenceTest.java93 Thread t = new Thread(new CheckedRunnable() { in testCompareAndSetInMultipleThreads() local
113 Thread t = new Thread(new CheckedRunnable() { in testCompareAndSetInMultipleThreads2() local
DFutureTaskTest.java129 void checkCompletedAbnormally(Future<?> f, Throwable t) { in checkCompletedAbnormally()
203 @Override public void setException(Throwable t) { in setException()
409 Thread t = newStartedThread(task); in testCancelInterrupt() local
438 final Thread t = new Thread(task) { in testCancelInterrupt_ThrowsSecurityException() local
485 Thread t = newStartedThread(task); in testCancelInterrupt_taskFails() local
512 Thread t = newStartedThread(task); in testCancelNoInterrupt() local
709 Thread t = newStartedThread(new CheckedRunnable() { in testGet_interruptible() local
738 Thread t = newStartedThread(new CheckedRunnable() { in testTimedGet_interruptible() local
/libcore/luni/src/main/java/libcore/util/
DSneakyThrow.java58 public static void sneakyThrow(Throwable t) { in sneakyThrow()
67 private static <T extends Throwable> void sneakyThrow2(Throwable t) throws T { in sneakyThrow2()
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinTask.java352 int s; Thread t; ForkJoinWorkerThread wt; ForkJoinPool.WorkQueue w; in doJoin() local
367 int s; Thread t; ForkJoinWorkerThread wt; in doInvoke() local
431 ExceptionNode[] t = exceptionTable; in recordExceptionalCompletion() local
473 static final void cancelIgnoringExceptions(ForkJoinTask<?> t) { in cancelIgnoringExceptions()
490 ExceptionNode[] t = exceptionTable; in clearExceptionalCompletion() local
536 ExceptionNode[] t = exceptionTable; in getThrowableException() local
577 ExceptionNode[] t = exceptionTable; in expungeStaleExceptions() local
626 void uncheckedThrow(Throwable t) throws T { in uncheckedThrow()
658 Thread t; in fork() local
744 ForkJoinTask<?> t = tasks[i]; in invokeAll() local
[all …]
/libcore/luni/src/main/java/java/util/prefs/
DInvalidPreferencesFormatException.java49 public InvalidPreferencesFormatException (String s, Throwable t) { in InvalidPreferencesFormatException()
60 public InvalidPreferencesFormatException (Throwable t) { in InvalidPreferencesFormatException()
DBackingStoreException.java48 public BackingStoreException (Throwable t) { in BackingStoreException()
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DOldGenericTypesTest.java33 T methodGenericType(T t){ return t;} in methodGenericType()
35 <T> T hidingMethodGenericType(T t){ return t;} in hidingMethodGenericType()
36 static <T> T staticMethodGenericType(T t){ return t;} in staticMethodGenericType()
40 void multipleBoundedGenericTypesTS(T t, S s){} in multipleBoundedGenericTypesTS()
46 ConstructorGenericType(T t){} in ConstructorGenericType()
51 InnerClass(T t) {} in InnerClass()
52 void innerMethod(T t){} in innerMethod()
103 void multipleGenericTypesT(T t){} in multipleGenericTypesT()
105 void multipleGenericTypesTS(T t, S s){} in multipleGenericTypesTS()
/libcore/libart/src/main/java/dalvik/system/
DVMStack.java65 native public static StackTraceElement[] getThreadStackTrace(Thread t); in getThreadStackTrace()
78 native public static int fillStackTraceElements(Thread t, in fillStackTraceElements()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadLocalTest.java78 Thread t = new Thread() { in test_get() local
128 Thread t = new Thread() { in test_setLjava_lang_Object() local
DThreadTest.java102 public ResSupThread(Thread t) { in ResSupThread()
148 Thread t = new Thread("Testing"); in test_ConstructorLjava_lang_String() local
223 Thread t = new Thread(new SimpleThread(10)); in test_activeCount() local
358 MyThread t = new MyThread(tg, "top"); in test_enumerate$Ljava_lang_Thread() local
376 Thread t = new Thread(); in test_getContextClassLoader() local
426 Thread t = new Thread() { in test_getThreadGroup() local
752 Thread t = new Thread(rt); in test_run() local
854 ResSupThread t = new ResSupThread(Thread.currentThread()); in test_start() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
DSoftReferenceTest.java104 TestThread t = new TestThread(); in test_get_SoftReference() local
123 TestThread t = new TestThread(); in test_get_SoftReference() local
/libcore/luni/src/main/java/java/io/
DObjectStreamField.java246 Class<?> t = getTypeInternal(); in getTypeString() local
261 Class<?> t = getTypeInternal(); in isPrimitive() local
266 Class<?> t = getTypeInternal(); in writeField() local

123456