Home
last modified time | relevance | path

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

/external/v8/tools/testrunner/local/
Dutils.py39 def GetSuitePaths(test_root): argument
40 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/clang/utils/perf-training/
Dlit.cfg34 config.substitutions.append( ('%test_root', config.test_exec_root ) )
/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()