Home
last modified time | relevance | path

Searched defs:tg (Results 1 – 5 of 5) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadTest.java29 ThreadGroup tg = current.getThreadGroup(); in testGetAndSetUncaughtExceptionHandler() local
52 ThreadGroup tg = current.getThreadGroup(); in testGetAndSetDefaultUncaughtExceptionHandler() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadTest.java160 ThreadGroup tg = new ThreadGroup("Test Group1"); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_Runnable() local
178 ThreadGroup tg = new ThreadGroup("Test Group2"); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_String() local
241 ThreadGroup tg = new ThreadGroup("Test Group3"); in test_checkAccess() local
292 MyThread(ThreadGroup tg, String name) { in test_enumerate$Ljava_lang_Thread()
357 ThreadGroup tg = new ThreadGroup("tg"); in test_enumerate$Ljava_lang_Thread() local
413 ThreadGroup tg = new ThreadGroup("Test Group4"); in test_getThreadGroup() local
876 ThreadGroup tg = new ThreadGroup("Test Group5"); in test_toString() local
DThreadGroupTest.java102 ThreadGroup tg = new ThreadGroup("activeCount"); in test_activeCount() local
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadGroupTest.java72 ThreadGroup tg = new ThreadGroup("group count"); in test_activeGroupCount() local
95 ThreadGroup tg = new ThreadGroup("thread suspension"); in test_allowThreadSuspensionZ() local
249 ThreadGroup tg = new ThreadGroup("interrupt"); in test_interrupt() local
DOldThreadTest.java50 ThreadGroup tg = new ThreadGroup("Test Group2"); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_StringL$L() local