Home
last modified time | relevance | path

Searched refs:tests_dir (Results 1 – 5 of 5) sorted by relevance

/external/igt-gpu-tools/tests/
Digt_command_line.sh32 tests_dir="$top_builddir"
33 if [ -z "$tests_dir" ]; then
34 tests_dir="."
56 if [ -x "$tests_dir/$test" ]; then
57 test="$tests_dir/$test"
99 TESTLISTFILE="$tests_dir/test-list.txt"
101 tests_dir="tests"
102 TESTLISTFILE="$tests_dir/test-list.txt"
/external/python/asn1crypto/tests/
D__init__.py74 tests_dir = os.path.dirname(os.path.abspath(__file__))
77 if os.path.basename(tests_dir) == 'tests':
80 os.path.join(tests_dir, '..')
/external/python/cpython2/Lib/lib2to3/tests/
D__init__.py15 tests_dir = os.path.join(os.path.dirname(__file__), '..', 'tests') variable
16 tests = [t[0:-3] for t in os.listdir(tests_dir)
/external/autotest/client/site_tests/platform_GesturesRegressionTest/
Dplatform_GesturesRegressionTest.py39 tests_dir = os.path.join(root, 'tests')
47 runner = ParallelTestRunner(tests_dir)
/external/toolchain-utils/android_bench_suite/
Dautotest.diff392 + tests_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)),
405 + host.send_file(tests_dir, tests_dir_DUT, delete_dest=True)