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

1 2

  /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 72 local test_dir=$1
75 if [[ -d "${test_dir}" ]]; then
78 ${test_dir}/$test
93 for test_dir in ${TEST_DIRECTORIES[@]}; do
94 if [[ -d "${test_dir}" ]]; then
95 run_tests "unit" "${test_dir}/${UNIT_TEST_DIR}" ${UNIT_TESTS[@]}
96 run_tests "integration" "${test_dir}/${INTEGRATION_TEST_DIR}" ${INTEGRATION_TESTS[@]}
  /external/e2fsprogs/tests/
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
test_script.in 28 for test_dir in $TESTS; do
29 ./test_one $test_dir
  /external/compiler-rt/test/asan/Unit/
lit.site.cfg.in 21 test_dir = "dynamic"
23 test_dir = "default"
25 "lib", "asan", "tests", test_dir)
  /external/lldb/test/arm_emulation/
TestEmulations.py 16 test_dir = os.path.join (current_dir, "new-test-files")
17 files = os.listdir (test_dir)
24 test_file = os.path.join (test_dir, f)
30 test_dir = os.path.join (current_dir, "new-test-files")
31 files = os.listdir (test_dir)
38 test_file = os.path.join (test_dir, f)
  /art/test/
run-test 36 test_dir="test-$$"
38 tmp_dir="/tmp/$USER/${test_dir}"
40 tmp_dir="${TMPDIR}/$USER/${test_dir}"
47 export DEX_LOCATION=/data/run-test/${test_dir}
468 test_dir=`basename "$oldwd"`
470 test_dir="$1"
473 if [ '!' -d "$test_dir" ]; then
474 td2=`echo ${test_dir}-*`
476 echo "${test_dir}: no such test directory" 1>&2
479 test_dir="$td2
    [all...]
  /external/lldb/test/
redo.py 61 def where(session_dir, test_dir):
67 session_dir_path = os.path.join(test_dir, session_dir)
120 test_dir = sys.path[0]
121 if not test_dir:
122 test_dir = os.getcwd()
123 if not test_dir.endswith('test'):
167 #print "The test directory:", test_dir
168 session_dir_path = where(session_dir, test_dir)
171 os.chdir(test_dir)
  /external/elfutils/src/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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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)
test_math.py 32 test_dir = os.path.dirname(file) or os.curdir variable
33 math_testcases = os.path.join(test_dir, 'math_testcases.txt')
34 test_file = os.path.join(test_dir, 'cmath_testcases.txt')
    [all...]
test_float.py 26 test_dir = os.path.dirname(__file__) or os.curdir variable
27 format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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)
test_math.py 32 test_dir = os.path.dirname(file) or os.curdir variable
33 math_testcases = os.path.join(test_dir, 'math_testcases.txt')
34 test_file = os.path.join(test_dir, 'cmath_testcases.txt')
    [all...]
test_float.py 26 test_dir = os.path.dirname(__file__) or os.curdir variable
27 format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 16 test_dir = os.path.dirname(__file__) variable
17 proj_dir = os.path.normpath(os.path.join(test_dir, ".."))
18 grammar_path = os.path.join(test_dir, "..", "Grammar.txt")
test_parser.py 13 from .support import driver, test_dir namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 16 test_dir = os.path.dirname(__file__) variable
17 proj_dir = os.path.normpath(os.path.join(test_dir, ".."))
18 grammar_path = os.path.join(test_dir, "..", "Grammar.txt")
test_parser.py 13 from .support import driver, test_dir namespace
  /external/e2fsprogs/tests/defaults/
e_script 6 if [ -f $test_dir/setup ]; then
7 . $test_dir/setup
  /external/markdown/MarkdownTest/
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") {
  /system/extras/perfprofd/tests/
perfprofd_test.cc 42 // test_dir is the directory containing the test executable and
45 // dest_dir is a subdirectory of test_dir that we'll create on the fly
49 static std::string test_dir; variable
101 if (test_dir == "") {
105 test_dir = s.substr(0,found);
106 dest_dir = test_dir;
144 : config_path_(test_dir)
162 std::string semaphore(test_dir);
169 std::string semaphore(test_dir);
176 std::string processed = test_dir + "/" PROCESSED_FILENAME
    [all...]
  /external/linux-tools-perf/src/tools/perf/tests/
attr.py 128 self.test_dir = options.test_dir
165 parser_base.read(self.test_dir + '/' + base)
264 for f in glob.glob(options.test_dir + '/' + options.test):
302 action="store", type="string", dest="test_dir")
315 if not options.test_dir:
  /external/protobuf/gtest/test/
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/chromium-trace/trace-viewer/third_party/Paste/tests/
test_fileapp.py 138 def test_dir(): function

Completed in 2917 milliseconds

1 2