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

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadGroupTest.java 128 ThreadGroup testRoot = new ThreadGroup(originalCurrent, "Test group");
130 final Vector<ThreadGroup> subgroups = buildRandomTreeUnder(testRoot, DEPTH);
133 testRoot.destroy();
147 testRoot = new ThreadGroup(originalCurrent, "Test group (daemon)");
148 testRoot.setDaemon(true);
150 ThreadGroup child = new ThreadGroup(testRoot, "daemon child");
166 testRoot.destroy();
175 !arrayIncludes(groups(testRoot), child));
177 !arrayIncludes(groups(originalCurrent), testRoot));
179 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 274 final ThreadGroup testRoot = new ThreadGroup(originalCurrent,
277 testRoot.isDestroyed());
278 testRoot.destroy();
280 testRoot.isDestroyed());
  /build/blueprint/bootstrap/
bootstrap.go 325 testArchiveFile := filepath.Join(testRoot(ctx),
327 g.testResultFile = buildGoTest(ctx, testRoot(ctx), testArchiveFile,
397 testArchiveFile = filepath.Join(testRoot(ctx), name+".a")
429 deps = buildGoTest(ctx, testRoot(ctx), testArchiveFile,
528 func buildGoTest(ctx blueprint.ModuleContext, testRoot, testPkgArchive,
538 mainFile := filepath.Join(testRoot, "test.go")
539 testArchive := filepath.Join(testRoot, "test.a")
540 testFile := filepath.Join(testRoot, "test")
541 testPassed := filepath.Join(testRoot, "test.passed")
543 buildGoPackage(ctx, testRoot, pkgPath, testPkgArchive
    [all...]
  /external/deqp/executor/tools/
xeBatchResultToXml.cpp 322 static void writeTestCaseList (const xe::TestRoot& root, const ShortTestResultMap& resultMap, xe::xml::Writer& dst)
326 dst << Writer::BeginElement("TestRoot");
336 xe::TestRoot testRoot;
356 xe::TestHierarchyBuilder hierarchyBuilder(&testRoot);
375 writeTestCaseList(testRoot, resultMap, xmlWriter);
  /cts/tools/utils/
buildCts.py 41 def ReadDeqpTestList(testRoot, file):
45 REPO_ROOT = os.path.join(testRoot, "../../..")
76 print 'Usage: %s <testRoot> <ctsOutputDir> <tempDir> <androidRootDir> <docletPath>' % argv[0]
78 print 'testRoot: Directory under which to search for CTS tests.'
  /packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
RootsFragment.java 339 final RootInfo testRoot = ((RootItem) item).root;
340 if (Objects.equals(testRoot, root)) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest7.java 93 public void testRoot() throws Exception {

Completed in 414 milliseconds