HomeSort by relevance Sort by last modified time
    Searched refs:test_dir (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /external/valgrind/tests/
post_regtest_checks 17 test_dir="$abs_top_srcdir/tests"
25 $test_dir/check_makefile_consistency "$@"
33 $test_dir/check_headers_and_includes "$abs_top_srcdir"
  /external/jemalloc/android/test/
run_jemalloc_tests.sh 86 local test_dir=$1
89 if [[ -d "${test_dir}" ]]; then
92 ${test_dir}/$test
107 for test_dir in ${TEST_DIRECTORIES[@]}; do
108 if [[ -d "${test_dir}" ]]; then
109 run_tests "unit" "${test_dir}/${UNIT_TEST_DIR}" ${UNIT_TESTS[@]}
110 run_tests "integration" "${test_dir}/${INTEGRATION_TEST_DIR}" ${INTEGRATION_TESTS[@]}
  /external/e2fsprogs/tests/
test_one.in 22 test_dir=$1
31 test_name=`echo $test_dir | sed -e 's;.*/;;'`
36 if [ -f $test_dir ] ; then
39 if [ ! -d $test_dir ] ; then
43 if [ -z "`ls $test_dir`" ]; then
46 if [ -f $test_dir/name ]; then
47 test_description=`cat $test_dir/name`
55 if [ -f $test_dir/script ]; then
56 . $test_dir/script
test_script.in 48 for test_dir in $TESTS; do
49 ./test_one $test_dir
  /external/flatbuffers/tests/
PythonTest.sh 18 test_dir="$(pwd)"
19 gen_code_path=${test_dir}
20 runtime_library_dir=${test_dir}/../python
23 ${test_dir}/../flatc -p -o ${gen_code_path} -I include_test monster_test.fbs
GoTest.sh 18 test_dir="$(pwd)"
19 go_path=${test_dir}/go_gen
48 --cpp_data=${test_dir}/monsterdata_test.mon \
49 --out_data=${test_dir}/monsterdata_go_wire.mon \
  /external/autotest/server/site_tests/brillo_ADBDirectoryTransfer/
brillo_ADBDirectoryTransfer.py 27 # test_dir/
33 self.test_dir = os.path.join(self.temp_dir, 'test_dir')
34 os.mkdir(self.test_dir)
35 os.mkdir(os.path.join(self.test_dir, 'subdir'))
37 with open(os.path.join(self.test_dir, 'file_a'), 'w') as f:
40 with open(os.path.join(self.test_dir, 'file_b'), 'w') as f:
43 with open(os.path.join(self.test_dir, 'subdir', 'file_c'), 'w') as f:
50 device_test_dir = os.path.join(device_temp_dir, 'test_dir')
53 return_test_dir = os.path.join(return_dir, 'test_dir')
    [all...]
  /external/autotest/client/site_tests/security_ChromiumOSLSM/
security_ChromiumOSLSM.py 39 test_dir = '/tmp/chromium_lsm_test_dir'
40 os.mkdir(test_dir, 0700)
42 mnt_target = '%s/mount_point' % (test_dir)
45 sym_target = '%s/symlink' % (test_dir)
56 utils.system('rm -rf ' + test_dir)
  /external/tensorflow/tensorflow/python/summary/writer/
writer_test.py 48 test_dir = os.path.join(self.get_temp_dir(), test_name)
49 return test_dir
52 test_dir = self._TestDir(test_name)
53 if os.path.exists(test_dir):
54 shutil.rmtree(test_dir)
55 return test_dir
57 def _EventsReader(self, test_dir):
58 event_paths = glob.glob(os.path.join(test_dir, "event*"))
67 def _assertEventsWithGraph(self, test_dir, g, has_shapes):
71 rr = self._EventsReader(test_dir)
    [all...]
  /external/e2fsprogs/tests/f_boundscheck/
script 4 IMAGE=$test_dir/image.bz2
10 EXP1=$test_dir/expect.1
18 EXP2=$test_dir/expect.2
  /external/e2fsprogs/tests/f_itable_collision/
script 8 IMAGE=$test_dir/image.gz
15 EXP1=$test_dir/expect.1
23 EXP2=$test_dir/expect.2
  /external/e2fsprogs/tests/f_super_bad_csum/
script 4 IMAGE=$test_dir/image.bz2
10 EXP1=$test_dir/expect.1
18 EXP2=$test_dir/expect.2
  /external/e2fsprogs/tests/j_recover_csum2_32bit/
script 4 IMAGE=$test_dir/image.bz2
9 EXP1=$test_dir/expect.1
17 EXP2=$test_dir/expect.2
  /external/e2fsprogs/tests/j_recover_csum2_64bit/
script 4 IMAGE=$test_dir/image.bz2
9 EXP1=$test_dir/expect.1
17 EXP2=$test_dir/expect.2
  /external/autotest/client/bin/result_tools/
delete_file_throttler_unittest.py 63 self.test_dir = tempfile.mkdtemp()
67 file1 = os.path.join(self.test_dir, 'file1.xml')
71 file2 = os.path.join(self.test_dir, 'file2.jpg')
75 file_to_keep = os.path.join(self.test_dir, 'file_to_keep')
79 file3 = os.path.join(self.test_dir, 'file3.log')
83 folder1 = os.path.join(self.test_dir, 'folder1')
93 folder2 = os.path.join(self.test_dir, 'AndroidDeviceXXX')
99 test_run = os.path.join(self.test_dir, 'test_run_details.txt')
103 perf_data = os.path.join(self.test_dir, 'chrome.123.perf.data')
109 shutil.rmtree(self.test_dir, ignore_errors=True
    [all...]
shrink_file_throttler_unittest.py 51 self.test_dir = tempfile.mkdtemp()
55 build_info = os.path.join(self.test_dir, 'BUILD_INFO-HT7591A00171')
59 file1 = os.path.join(self.test_dir, 'file1.xml')
63 file2 = os.path.join(self.test_dir, 'file2.jpg')
67 file3 = os.path.join(self.test_dir, 'file3.log')
72 file4 = os.path.join(self.test_dir, 'test_run_details.txt')
76 folder1 = os.path.join(self.test_dir, 'folder1')
85 shutil.rmtree(self.test_dir, ignore_errors=True)
89 summary = result_info.ResultInfo.build_from_path(self.test_dir)
117 self.test_dir = tempfile.mkdtemp(
    [all...]
zip_file_throttler_unittest.py 50 self.test_dir = tempfile.mkdtemp()
54 build_info = os.path.join(self.test_dir, 'BUILD_INFO-x')
58 file1 = os.path.join(self.test_dir, 'file1.xml')
62 file2 = os.path.join(self.test_dir, 'file2.jpg')
66 file3 = os.path.join(self.test_dir, 'file3.log')
70 folder1 = os.path.join(self.test_dir, 'folder1')
78 shutil.rmtree(self.test_dir, ignore_errors=True)
107 summary = result_info.ResultInfo.build_from_path(self.test_dir)
114 parent_dir=self.test_dir, original_info=SUMMARY_AFTER_TRIMMING)
  /external/chromium-trace/catapult/common/py_utils/py_utils/
tempfile_ext_unittest.py 36 test_dir = '/baz'
37 self.fs.CreateDirectory(test_dir)
38 with tempfile_ext.NamedTemporaryDirectory(dir=test_dir) as d:
39 self.assertEquals(test_dir, os.path.dirname(d))
  /external/ltp/testcases/kernel/syscalls/readdir/
readdir02.c 66 DIR *test_dir; local
77 if ((test_dir = opendir(".")) == NULL) {
81 if (closedir(test_dir) < 0) {
86 dptr = readdir(test_dir);
  /development/vndk/tools/definition-tool/tests/
test_elfdump.py 54 cls.test_dir = os.path.join(cls.test_dir_base, target_name)
56 makedirs(cls.test_dir, exist_ok=True)
60 obj_file = os.path.join(cls.test_dir, 'main.o')
64 out_file = os.path.join(cls.test_dir, 'main.out')
69 obj_file = os.path.join(cls.test_dir, 'test.o')
73 out_file = os.path.join(cls.test_dir, 'libtest.so')
77 out_file = os.path.join(cls.test_dir, 'libtest-rpath.so')
83 out_file = os.path.join(cls.test_dir, 'libtest-rpath-multi.so')
89 out_file = os.path.join(cls.test_dir, 'libtest-runpath.so')
95 out_file = os.path.join(cls.test_dir, 'libtest-runpath-multi.so'
    [all...]
  /system/core/init/
util_test.cpp 99 TemporaryDir test_dir; local
100 std::string path = android::base::StringPrintf("%s/does-not-exist", test_dir.path);
141 TemporaryDir test_dir; local
142 EXPECT_TRUE(is_dir(test_dir.path));
148 TemporaryDir test_dir; local
149 std::string path = android::base::StringPrintf("%s/three/directories/deep", test_dir.path);
151 std::string path1 = android::base::StringPrintf("%s/three", test_dir.path);
153 std::string path2 = android::base::StringPrintf("%s/three/directories", test_dir.path);
155 std::string path3 = android::base::StringPrintf("%s/three/directories/deep", test_dir.path);
160 TemporaryDir test_dir; local
    [all...]
  /external/autotest/site_utils/lxc/container_pool/
client_unittest.py 32 cls.test_dir = tempfile.mkdtemp(prefix='client_unittest_', dir='/tmp')
38 shutil.rmtree(cls.test_dir)
44 self.test_dir = tempfile.mkdtemp(dir=ClientTests.test_dir)
45 self.address = os.path.join(self.test_dir,
82 with tempfile.NamedTemporaryFile(dir=self.test_dir) as tmp:
  /external/e2fsprogs/tests/f_detect_junk/
script 6 IMAGE=$test_dir/image.bz2
13 EXP=$test_dir/expect
15 EXP=$test_dir/expect.nodebugfs
  /external/e2fsprogs/tests/f_detect_xfs/
script 4 IMAGE=$test_dir/image.bz2
10 EXP=$test_dir/expect
12 EXP=$test_dir/expect.nodebugfs
  /external/python/cpython3/Lib/test/
test_pkgimport.py 27 self.test_dir = tempfile.mkdtemp()
28 sys.path.append(self.test_dir)
29 self.package_dir = os.path.join(self.test_dir,
36 shutil.rmtree(self.test_dir)
37 self.assertNotEqual(sys.path.count(self.test_dir), 0)
38 sys.path.remove(self.test_dir)

Completed in 699 milliseconds

1 2 3 4 5 6