Searched defs:testRoot (Results 1 – 2 of 2) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ThreadGroupTest.java | 128 ThreadGroup testRoot = new ThreadGroup(originalCurrent, "Test group"); in test_destroy() local 246 ThreadGroup testRoot = new ThreadGroup(originalCurrent, "Test group"); in test_getMaxPriority() local 266 final ThreadGroup testRoot = new ThreadGroup(originalCurrent, name); in test_getName() local 276 ThreadGroup testRoot = new ThreadGroup(originalCurrent, "Test group"); in test_getParent() local 306 final ThreadGroup testRoot = new ThreadGroup(originalCurrent, "Test group"); in test_list() local 345 final ThreadGroup testRoot = new ThreadGroup(originalCurrent, in test_parentOfLjava_lang_ThreadGroup() local 366 final ThreadGroup testRoot = new ThreadGroup(originalCurrent, in test_setDaemon_isDaemon() local 401 ThreadGroup testRoot = new ThreadGroup(originalCurrent, "Test group"); in test_setMaxPriorityI() local 498 ThreadGroup testRoot = new ThreadGroup(rootThreadGroup, in test_uncaughtException_threadDeath() local 535 ThreadGroup testRoot = new ThreadGroup(initialThreadGroup, "Test ThreadDeath") { in test_uncaughtException_naturalDeath() local [all …]
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldThreadGroupTest.java | 273 final ThreadGroup testRoot = new ThreadGroup(originalCurrent, in test_isDestroyed() local
|