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

  /external/lldb/test/
dosep.ty 13 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/chrome/installer/util/
create_reg_key_work_item_unittest.cc 19 wchar_t test_root[] = L"TmpTmp"; member in namespace:__anon10298
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/v8/tools/testrunner/local/
utils.py 38 def GetSuitePaths(test_root):
41 return [ f for f in os.listdir(test_root) if IsSuite(join(test_root, f)) ]
  /external/chromium_org/net/ocsp/
nss_ocsp_unittest.cc 135 scoped_refptr<X509Certificate> test_root(
137 ASSERT_TRUE(test_root.get());
139 ScopedTestRoot scoped_root(test_root.get());
  /external/chromium_org/build/android/pylib/host_driven/
setup.py 149 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/chrome/browser/ui/ash/accessibility/
ax_tree_source_ash_unittest.cc 99 AXAuraObjWrapper* test_root = NULL; local
101 test_root = root_finder;
102 ASSERT_EQ(ax_tree.GetRoot(), test_root);
  /external/e2fsprogs/lib/ext2fs/
closefs.c 22 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/
file_util_unittest.cc 1741 FilePath test_root = local
1796 FilePath test_root = local
    [all...]
  /external/chromium_org/net/cert/
cert_verify_proc_unittest.cc 556 ScopedTestRoot test_root(ca_cert_list[0]);
591 ScopedTestRoot test_root(ca_cert_list[0]);
1330 ScopedTestRoot test_root; local
    [all...]
  /cts/tools/utils/
buildCts.py 67 self.test_root = sys.argv[1]

Completed in 131 milliseconds