/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
D | test_setuptools_nspkg.py | 18 def install_testpkg(test_dir): argument 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/e2fsprogs/tests/ |
D | test_one.in | 22 test_dir=$1 33 test_name=`echo $test_dir | sed -e 's;.*/;;'` 34 if [ -f $test_dir ] ; then 37 if [ ! -d $test_dir ] ; then 41 if [ -z "`ls $test_dir`" ]; then 44 if [ -f $test_dir/name ]; then 45 test_description=`cat $test_dir/name` 53 if [ -f $test_dir/script ]; then 54 . $test_dir/script
|
D | run_e2fsck | 5 IMAGE=$test_dir/image.gz 25 if [ -f $test_dir/expect.1.gz ]; then 27 gunzip < $test_dir/expect.1.gz > $EXP1 29 EXP1=$test_dir/expect.1 34 if [ -f $test_dir/expect.2.gz ]; then 36 gunzip < $test_dir/expect.2.gz > $EXP2 38 EXP2=$test_dir/expect.2 77 cmp -s $test_name.0.log $test_dir/expect.0 96 diff $DIFF_OPTS $test_dir/expect.0 \
|
D | test_script.in | 28 for test_dir in $TESTS; do 29 ./test_one $test_dir
|
/external/jemalloc/android/test/ |
D | run_jemalloc_tests.sh | 80 local test_dir=$1 83 if [[ -d "${test_dir}" ]]; then 86 ${test_dir}/$test 101 for test_dir in ${TEST_DIRECTORIES[@]}; do 102 if [[ -d "${test_dir}" ]]; then 103 run_tests "unit" "${test_dir}/${UNIT_TEST_DIR}" ${UNIT_TESTS[@]} 104 run_tests "integration" "${test_dir}/${INTEGRATION_TEST_DIR}" ${INTEGRATION_TESTS[@]}
|
/external/opencv3/modules/java/pure_test/ |
D | CMakeLists.txt | 8 set(test_dir ${CMAKE_CURRENT_SOURCE_DIR}) variable 23 file(GLOB_RECURSE test_files RELATIVE "${test_dir}" "${test_dir}/src/*") 24 file(GLOB_RECURSE test_lib_files RELATIVE "${test_dir}" "${test_dir}/lib/*.jar") 27 … COMMAND ${CMAKE_COMMAND} -E copy "${test_dir}/${f}" "${opencv_test_java_bin_dir}/${f}" 28 DEPENDS "${test_dir}/${f}" 31 list(APPEND opencv_test_java_file_deps "${test_dir}/${f}" "${opencv_test_java_bin_dir}/${f}")
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
D | test_wildcard_iterator.py | 259 self.test_dir = self.CreateTempDir(test_files=[ 263 suri(self.test_dir, 'abcd'), 264 suri(self.test_dir, 'abdd'), 265 suri(self.test_dir, 'ade$')]) 267 self.subdirs_uri_strs = set([suri(self.test_dir, 'dir1')]) 270 suri(self.test_dir, 'dir1', 'dir2', 'zzz')]) 293 uri = self._test_storage_uri(suri(self.test_dir, '*')) 302 [suri(self.test_dir, 'abcd'), suri(self.test_dir, 'abdd')]) 303 uri = self._test_storage_uri(suri(self.test_dir, 'ab??')) 311 exp_uri_strs = set([suri(self.test_dir, 'abcd')]) [all …]
|
/external/markdown/MarkdownTest/ |
D | MarkdownTest.pl | 19 my $test_dir = "Tests"; 26 "testdir=s" => \$test_dir, 37 unless (-d $test_dir) { die "'$test_dir' is not a directory.\n"; } 45 foreach my $testfile (glob "$test_dir/*.text") {
|
/external/autotest/client/site_tests/security_ChromiumOSLSM/ |
D | 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/opencv3/modules/java/android_test/ |
D | CMakeLists.txt | 8 set(test_dir "${CMAKE_CURRENT_SOURCE_DIR}") variable 20 file(GLOB_RECURSE test_files RELATIVE "${test_dir}" "${test_dir}/res/*" "${test_dir}/src/*") 24 COMMAND ${CMAKE_COMMAND} -E copy "${test_dir}/${f}" "${opencv_test_java_bin_dir}/${f}" 25 MAIN_DEPENDENCY "${test_dir}/${f}" 27 list(APPEND opencv_test_java_file_deps "${test_dir}/${f}" "${opencv_test_java_bin_dir}/${f}")
|
/external/valgrind/tests/ |
D | 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/elfutils/tests/ |
D | 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
|
/external/e2fsprogs/tests/f_dup_de/ |
D | script | 4 gunzip < $test_dir/image.gz > $TMPFILE 8 EXP1=$test_dir/expect-nohtree.1 9 EXP2=$test_dir/expect-nohtree.2
|
/external/compiler-rt/test/asan/Unit/ |
D | lit.site.cfg.in | 21 test_dir = "dynamic" 23 test_dir = "default" 25 "lib", "asan", "tests", test_dir)
|
/external/autotest/client/tests/qemu_iotests/ |
D | qemu_iotests.py | 71 test_dir = os.path.join(self.srcdir, "scratch") 72 if not os.path.exists(test_dir): 73 os.mkdir(test_dir)
|
/external/autotest/site_utils/docgen/ |
D | CreateDocs.py | 131 self.test_dir = os.path.join(self.autotest_root, 'client', 'tests') 232 test_dir = os.path.join(self.site_dir, test_name) 233 if not os.path.isdir(test_dir): 234 test_dir = os.path.join(self.test_dir, test_name) 235 if os.path.isdir(test_dir): 236 return test_dir 256 test_dir = self.LocateTest(test) 257 if test_dir: 258 control_file = os.path.join(test_dir, 'control') 259 test_file = os.path.join(test_dir, test + '.py')
|
/external/autotest/server/ |
D | site_gtest_runner.py | 109 test_dir = os.path.join(self._results_dir, failed_test) 110 if not os.path.exists(test_dir): 112 os.makedirs(test_dir) 115 test_dir) 126 fail_log_dir = os.path.join(test_dir, 'debug')
|
/external/e2fsprogs/tests/r_min_itable/ |
D | script | 3 IMAGE=$test_dir/image.gz 6 EXP=$test_dir/expect
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
D | test_encoding.py | 11 from .support import get_data_files, TestData, test_dir, errorMessage 65 with open(os.path.join(test_dir, "encoding" , "chardet", "test_big5.txt"), "rb") as fp:
|
/external/e2fsprogs/tests/defaults/ |
D | e_script | 6 if [ -f $test_dir/setup ]; then 7 . $test_dir/setup
|
/external/e2fsprogs/tests/r_inline_xattr/ |
D | script | 3 IMAGE=$test_dir/image.gz 6 EXP=$test_dir/expect
|
/external/e2fsprogs/tests/r_resize_inode/ |
D | script | 5 if [ -f $test_dir/expect.gz ]; then 7 gunzip < $test_dir/expect.gz > $EXP1 9 EXP=$test_dir/expect
|
/external/protobuf/gtest/test/ |
D | run_tests_util.py | 337 test_dir = self.os.path.normpath(self.os.path.join(self.script_dir, 'test')) 343 python_path = self.os.path.join(test_dir, 367 selected_python_tests = self._FindFilesByRegex(test_dir,
|
/external/e2fsprogs/tests/r_move_itable/ |
D | script | 5 if [ -f $test_dir/expect.gz ]; then 7 gunzip < $test_dir/expect.gz > $EXP1 9 EXP=$test_dir/expect
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
D | firmware_summary_unittest.py | 49 test_dir = os.path.join(os.getcwd(), 'tests') 50 log_dir = os.path.join(test_dir, 'logs', cls.log_category)
|