Home
last modified time | relevance | path

Searched refs:test_root (Results 1 – 4 of 4) sorted by relevance

/external/lldb/test/
Ddosep.ty13 def walk_and_invoke(test_root, dotest_options): argument
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/v8/tools/testrunner/local/
Dutils.py38 def GetSuitePaths(test_root): argument
39 return [ f for f in os.listdir(test_root) if isdir(join(test_root, f)) ]
/external/e2fsprogs/lib/ext2fs/
Dclosefs.c22 static int test_root(unsigned int a, unsigned int b) in test_root() function
42 if (test_root(group, 3) || (test_root(group, 5)) || in ext2fs_bg_has_super()
43 test_root(group, 7)) in ext2fs_bg_has_super()
/external/selinux/libsepol/cil/test/unit/
DCilTest.c88 void gen_test_tree(struct cil_tree **test_root, char *line[]) { in gen_test_tree() argument
129 *test_root = new_tree; in gen_test_tree()