Searched refs:test_root (Results 1 - 9 of 9) sorted by relevance

/external/lldb/test/
H A Ddosep.ty13 def walk_and_invoke(test_root, dotest_options):
17 for root, dirs, files in os.walk(test_root, topdown=False):
29 command = template % (test_root, dotest_options if dotest_options else "", name, root)
37 test_root = sys.path[0]
51 (failed, passed) = walk_and_invoke(test_root, dotest_options)
/external/chromium_org/v8/tools/testrunner/local/
H A Dutils.py38 def GetSuitePaths(test_root):
39 return [ f for f in os.listdir(test_root) if isdir(join(test_root, f)) ]
/external/chromium_org/chrome/installer/util/
H A Dcreate_reg_key_work_item_unittest.cc19 wchar_t test_root[] = L"TmpTmp"; member in namespace:__anon5753
26 key.DeleteKey(test_root);
27 ASSERT_NE(ERROR_SUCCESS, key.Open(HKEY_CURRENT_USER, test_root, KEY_READ));
28 ASSERT_EQ(ERROR_SUCCESS, key.Create(HKEY_CURRENT_USER, test_root,
35 ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(test_root));
44 base::FilePath parent_key(test_root);
77 base::FilePath key_to_create(test_root);
101 base::FilePath key_to_create_1(test_root);
140 base::FilePath key_to_create_1(test_root);
176 base::FilePath key_to_create(test_root);
[all...]
/external/chromium_org/build/android/pylib/host_driven/
H A Dsetup.py149 def _GetAllTests(test_root, is_official_build, **kwargs):
150 """Retrieve a list of host-driven tests defined under |test_root|.
153 test_root: Path which contains host-driven test files.
160 if not test_root:
163 test_module_list = _GetTestModules(test_root, is_official_build)
/external/chromium_org/net/ocsp/
H A Dnss_ocsp_unittest.cc135 scoped_refptr<X509Certificate> test_root(
137 ASSERT_TRUE(test_root.get());
139 ScopedTestRoot scoped_root(test_root.get());
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_tree_source_ash_unittest.cc98 AXAuraObjWrapper* test_root = NULL; local
101 test_root = root_finder;
102 ASSERT_EQ(ax_tree.GetRoot(), test_root);
/external/e2fsprogs/lib/ext2fs/
H A Dclosefs.c22 static int test_root(unsigned int a, unsigned int b) function
42 if (test_root(group, 3) || (test_root(group, 5)) ||
43 test_root(group, 7))
/external/chromium_org/base/files/
H A Dfile_util_unittest.cc1741 FilePath test_root = local
1745 test_root.Append(FILE_PATH_LITERAL("dir\\tree\\likely\\doesnt\\exist\\"));
1748 test_root.Append(FILE_PATH_LITERAL("dir/tree/likely/doesnt/exist/"));
1764 EXPECT_TRUE(DeleteFile(test_root, true));
1765 EXPECT_FALSE(PathExists(test_root));
1772 FilePath top_level = test_root;
1796 FilePath test_root = local
1798 EXPECT_FALSE(PathExists(test_root));
1799 EXPECT_TRUE(CreateDirectory(test_root));
1800 EXPECT_TRUE(PathExists(test_root));
[all...]
/external/chromium_org/net/cert/
H A Dcert_verify_proc_unittest.cc558 ScopedTestRoot test_root(ca_cert_list[0].get());
593 ScopedTestRoot test_root(ca_cert_list[0].get());
1161 ScopedTestRoot test_root(ca_cert_list[0].get());
1215 ScopedTestRoot test_root(ca_cert_list[0].get());
1300 ScopedTestRoot test_root; local
1305 test_root.Reset(root_cert.get());

Completed in 293 milliseconds