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

1 2 3 4

  /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/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_setuptools_nspkg.py 18 def install_testpkg(test_dir):
21 '--install-lib', test_dir,
23 '--record', os.path.join(test_dir, 'record.lst'),
34 test_dir = os.path.join(gRootDir, 'test.dir')
35 if os.path.exists(test_dir):
36 shutil.rmtree(test_dir)
38 os.mkdir(test_dir)
39 exit = install_testpkg(test_dir)
43 test_dir = os.path.join(gRootDir, 'test.dir')
44 if os.path.exists(test_dir)
    [all...]
  /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} monster_test.fbs
GoTest.sh 18 test_dir="$(pwd)"
19 go_path=${test_dir}/go_gen
45 --cpp_data=${test_dir}/monsterdata_test.mon \
46 --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/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/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);
  /art/test/
run-test 36 test_dir="test-$$"
38 tmp_dir="/tmp/$USER/${test_dir}"
40 tmp_dir="${TMPDIR}/${test_dir}"
46 export DEX_LOCATION=/data/run-test/${test_dir}
573 test_dir=`basename "$oldwd"`
575 test_dir="$1"
578 if [ '!' -d "$test_dir" ]; then
579 td2=`echo ${test_dir}-*`
581 err_echo "${test_dir}: no such test directory"
584 test_dir="$td2
    [all...]
  /development/vndk/tools/definition-tool/tests/
test_elfdump.py 53 cls.test_dir = os.path.join(cls.test_dir_base, target_name)
55 makedirs(cls.test_dir, exist_ok=True)
59 obj_file = os.path.join(cls.test_dir, 'main.o')
63 out_file = os.path.join(cls.test_dir, 'main.out')
68 obj_file = os.path.join(cls.test_dir, 'test.o')
72 out_file = os.path.join(cls.test_dir, 'libtest.so')
76 out_file = os.path.join(cls.test_dir, 'libtest-rpath.so')
81 out_file = os.path.join(cls.test_dir, 'libtest-rpath-multi.so')
86 out_file = os.path.join(cls.test_dir, 'libtest-runpath.so')
92 out_file = os.path.join(cls.test_dir, 'libtest-runpath-multi.so'
    [all...]
  /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
  /test/vts/script/
create-test-project.py 43 test_dir: string, test case absolute directory
83 self.test_dir = os.path.abspath(
90 if os.path.exists(self.test_dir):
94 os.makedirs(self.test_dir)
97 'Exiting...' % self.test_dir)
132 if not self.test_dir.startswith(self.vts_test_case_dir):
136 path = self.test_dir
150 target = os.path.join(self.test_dir, ANDROID_MK_FILE_NAME)
160 config_src_dir=self.test_dir[len(vts_dir) + 1:]))
162 path = self.test_dir
    [all...]
  /external/elfutils/tests/
test-subr.sh 26 test_dir="test-$$"
27 mkdir -p "$test_dir"
28 cd "$test_dir"
38 rm -f $remove_files; cd ..; rmdir $test_dir
  /development/vndk/tools/vtable-dumper/tests/
test_vndk_vtable_dumper.py 175 def __init__(self, expected_dir, test_dir, verbose):
178 self.test_dir = test_dir
202 test_dir = os.path.join(self.test_dir, target.name)
203 os.makedirs(test_dir, exist_ok=True)
207 obj_file = os.path.join(test_dir, 'test.o')
210 out_file = os.path.join(test_dir, 'libtest.so')
250 if args.test_dir:
251 os.makedirs(args.test_dir, exist_ok=True
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pkgimport.py 20 self.test_dir = tempfile.mkdtemp()
21 sys.path.append(self.test_dir)
22 self.package_dir = os.path.join(self.test_dir,
33 os.rmdir(self.test_dir)
34 self.assertNotEqual(sys.path.count(self.test_dir), 0)
35 sys.path.remove(self.test_dir)
  /external/e2fsprogs/tests/f_extent_htree/
script 53 EXP1=$test_dir/expect.pre.1
54 EXP2=$test_dir/expect.pre.2
57 DESCRIPTION="$(cat $test_dir/name) setup"

Completed in 491 milliseconds

1 2 3 4