OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:originalcurrent
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java
168
final ThreadGroup
originalCurrent
= getInitialThreadGroup();
169
ThreadGroup testRoot = new ThreadGroup(
originalCurrent
, "Test group");
190
testRoot = new ThreadGroup(
originalCurrent
, "Test group (daemon)");
222
!arrayIncludes(groups(
originalCurrent
), testRoot));
224
testRoot = new ThreadGroup(
originalCurrent
, "Test group (daemon)");
252
testRoot = new ThreadGroup(
originalCurrent
, "Test group (daemon)");
314
final ThreadGroup
originalCurrent
= getInitialThreadGroup();
315
ThreadGroup testRoot = new ThreadGroup(
originalCurrent
, "Test group");
338
final ThreadGroup
originalCurrent
= getInitialThreadGroup();
340
final ThreadGroup testRoot = new ThreadGroup(
originalCurrent
, name)
[
all
...]
/libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java
272
final ThreadGroup
originalCurrent
= getInitialThreadGroup();
273
final ThreadGroup testRoot = new ThreadGroup(
originalCurrent
,
Completed in 371 milliseconds