/external/e2fsprogs/lib/ext2fs/ |
sparse.c | 18 static int test_root(int a, int b) function 37 if (test_root(group_block, 3) || (test_root(group_block, 5)) || 38 test_root(group_block, 7))
|
closefs.c | 22 static int test_root(int a, int b) function 41 if (test_root(group_block, 3) || (test_root(group_block, 5)) || 42 test_root(group_block, 7))
|
/cts/tools/utils/ |
buildCts.py | 66 self.test_root = sys.argv[1] 86 android_packages = GetSubDirectories(self.test_root) 88 pool.apply_async(GenerateTestDescription, [self.test_root, self.temp_dir, 178 test_root = 'cts/tests/appsecurity-tests' 179 makefile_name = os.path.join(test_root, 'Android.mk') 186 os.path.join(test_root, 'src'), temp_desc) 198 def GenerateTestDescription(test_root, temp_dir, test_repository, android_root, 202 package_root = os.path.join(test_root, package)
|
/external/chromium/base/ |
file_util_unittest.cc | 1531 FilePath test_root = local 1587 FilePath test_root = local [all...] |
/external/v8/tools/ |
test.py | [all...] |