HomeSort by relevance Sort by last modified time
    Searched refs:testRoot (Results 1 - 5 of 5) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 169 ThreadGroup testRoot = new ThreadGroup(originalCurrent, "Test group");
171 final Vector<ThreadGroup> subgroups = buildRandomTreeUnder(testRoot, DEPTH);
174 testRoot.destroy();
190 testRoot = new ThreadGroup(originalCurrent, "Test group (daemon)");
191 testRoot.setDaemon(true);
193 ThreadGroup child = new ThreadGroup(testRoot, "daemon child");
210 testRoot.destroy();
220 !arrayIncludes(groups(testRoot), child));
222 !arrayIncludes(groups(originalCurrent), testRoot));
224 testRoot = new ThreadGroup(originalCurrent, "Test group (daemon)")
    [all...]
  /cts/tests/tests/sax/src/android/sax/cts/
RootElementTest.java 27 public void testRoot() throws Exception {
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 273 final ThreadGroup testRoot = new ThreadGroup(originalCurrent,
276 testRoot.isDestroyed());
277 testRoot.destroy();
279 testRoot.isDestroyed());
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLViewTest.java 116 public void testRoot() {
  /build/core/tasks/
cts.mk 154 # Usage: buildCts.py <testRoot> <ctsOutputDir> <tempDir> <androidRootDir> <docletPath>

Completed in 1379 milliseconds