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

  /dalvik/dx/tests/
run-all-tests 148 readonly test_root=$(mktemp -d)
149 trap "rm -rf ${test_root}" EXIT
157 output="${test_root}/${test_name}"
170 local lock_file=${test_root}/lock.$((i % num_workers))
172 output="${test_root}/${test_name}"
  /system/bt/test/
run_host_unit_tests.py 120 test_root = os.path.join(android_host_out, 'nativetest64')
121 if not os.path.isdir(test_root):
122 test_root = os.path.join(android_host_out, 'nativetest')
123 if not os.path.isdir(test_root):
127 return test_root
130 def get_test_cmd_or_die(test_root, test_name, enable_xml, test_filter):
131 test_path = os.path.join(os.path.join(test_root, test_name), test_name)
189 TEST_ROOT = get_native_test_root_or_die()
192 test_cmd = get_test_cmd_or_die(TEST_ROOT, test, args.enable_xml, args.rest)
  /external/v8/tools/testrunner/local/
utils.py 39 def GetSuitePaths(test_root):
40 return [ f for f in os.listdir(test_root) if isdir(join(test_root, f)) ]
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_empty/
is_empty.pass.cpp 55 TEST_CHECK(is_empty(env.test_root));
57 TEST_CHECK(!is_empty(env.test_root));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_empty/
is_empty.pass.cpp 55 TEST_CHECK(is_empty(env.test_root));
57 TEST_CHECK(!is_empty(env.test_root));
  /cts/tools/utils/
buildCts.py 84 self.test_root = sys.argv[1]
294 plan.IncludeTests('com.drawelements.deqp.egl', ReadDeqpTestList(self.test_root, 'mnc/egl-master.txt'))
295 plan.IncludeTests('com.drawelements.deqp.gles2', ReadDeqpTestList(self.test_root, 'mnc/gles2-master.txt'))
296 plan.IncludeTests('com.drawelements.deqp.gles3', ReadDeqpTestList(self.test_root, 'mnc/gles3-master.txt'))
297 plan.IncludeTests('com.drawelements.deqp.gles31', ReadDeqpTestList(self.test_root, 'mnc/gles31-master.txt'))
303 plan.ExcludeTests('com.drawelements.deqp.egl', ReadDeqpTestList(self.test_root, 'mnc/egl-master.txt'))
304 plan.ExcludeTests('com.drawelements.deqp.gles2', ReadDeqpTestList(self.test_root, 'mnc/gles2-master.txt'))
305 plan.ExcludeTests('com.drawelements.deqp.gles3', ReadDeqpTestList(self.test_root, 'mnc/gles3-master.txt'))
306 plan.ExcludeTests('com.drawelements.deqp.gles31', ReadDeqpTestList(self.test_root, 'mnc/gles31-master.txt'))
  /external/libcxx/test/support/
filesystem_test_helper.hpp 109 scoped_test_env() : test_root(random_env_path())
110 { fs_helper_run(fs_make_cmd("init_test_directory", test_root)); }
113 { fs_helper_run(fs_make_cmd("destroy_test_directory", test_root)); }
122 std::string const& root = test_root.native();
125 fs::path tmp(test_root);
178 fs::path const test_root;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
filesystem_test_helper.hpp 109 scoped_test_env() : test_root(random_env_path())
110 { fs_helper_run(fs_make_cmd("init_test_directory", test_root)); }
113 { fs_helper_run(fs_make_cmd("destroy_test_directory", test_root)); }
122 std::string const& root = test_root.native();
125 fs::path tmp(test_root);
178 fs::path const test_root;
  /external/e2fsprogs/lib/ext2fs/
closefs.c 23 static int test_root(unsigned int a, unsigned int b) function
50 if (test_root(group, 3) || (test_root(group, 5)) ||
51 test_root(group, 7))
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory/
create_directory_with_attributes.pass.cpp 64 permissions(env.test_root, perms::remove_perms | perms::set_gid);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory/
create_directory_with_attributes.pass.cpp 64 permissions(env.test_root, perms::remove_perms | perms::set_gid);
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy/
copy.pass.cpp 80 const path t = env.test_root;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy/
copy.pass.cpp 80 const path t = env.test_root;
  /external/selinux/libsepol/cil/test/unit/
CilTest.c 88 void gen_test_tree(struct cil_tree **test_root, char *line[]) {
129 *test_root = new_tree;
    [all...]
  /external/python/cpython3/Lib/test/
test_pathlib.py 634 def test_root(self): member in class:PurePosixPathTest
883 def test_root(self): member in class:PureWindowsPathTest
    [all...]

Completed in 1984 milliseconds