Home
last modified time | relevance | path

Searched refs:test_directory (Results 1 – 20 of 20) sorted by relevance

/external/pytorch/test/
Drun_test.py383 test_directory, argument
488 Path(test_directory).parent,
540 test_directory,
551 test_directory,
583 test_directory, argument
612 test_directory,
677 def run_test_with_subprocess(test_module, test_directory, options): argument
679 test_module, test_directory, options, extra_unittest_args=["--subprocess"]
683 def _test_cpp_extensions_aot(test_directory, options, use_ninja): argument
694 cpp_extensions_test_dir = os.path.join(test_directory, "cpp_extensions")
[all …]
/external/parameter-framework/upstream/tools/clientSimulator/
DpfClientSimulator.py137 if not os.path.isfile(os.path.join(args.test_directory, "conf.json")):
141 args.test_directory))
147 args.test_directory,
149 args.test_directory,
DREADME.md49 * `test_directory`: path to the test directory
/external/mesa3d/src/compiler/glsl/tests/
Dwarnings_test.py59 files = [f for f in os.listdir(args.test_directory) if f.endswith('.vert')]
71 file = os.path.join(args.test_directory, file)
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dfunctional.rb21 def test_directory method
26 File.join( test_directory, *parts )
/external/pigweed/pw_perf_test/
Dperf_test.gni42 # `test_type` of "perf_test" and an additional `test_directory` value describing
82 test_directory = rebase_path(_test_output_dir, root_build_dir)
/external/toolchain-utils/
Drun_tests_for.py134 test_directory = os.path.dirname(os.path.abspath(test_file))
143 return TestSpec(directory=test_directory, command=command)
/external/pigweed/pw_fuzzer/
Dfuzz_test.gni27 # metadata with a `test_type` of "unit_test" and an additional `test_directory`
Dfuzzer.gni65 test_directory = rebase_path(_fuzzer_output_dir, root_build_dir)
/external/mtools/
Dmdir.c508 static int test_directory(direntry_t *entry, MainParam_t *mp)
604 mp.dirCallback = test_directory; in mdir()
/external/pigweed/pw_build/
Drust_test.gni74 test_directory = rebase_path(output_dir, root_build_dir)
Dgn.rst533 :ref:`module-pw_perf_test-pw_perf_test` includes the ``test_directory``
602 "test_directory": "my_toolchain/obj/my_module/test",
623 "test_directory": "my_toolchain/obj/my_module/test",
/external/zstd/tests/cli-tests/
Drun.py454 def __init__(self, test_directory: str, options: Options) -> None:
456 self._test_dir = os.path.abspath(test_directory)
457 rel_test_dir = os.path.relpath(test_directory, start=self._opts.test_dir)
/external/python/cpython3/Lib/test/
Dtest_unicode_file_functions.py165 def test_directory(self): member in UnicodeFileTests
Dtest_multiprocessing_main_handling.py204 def test_directory(self): member in MultiProcessingCmdLineMixin
Dtest_stat.py167 def test_directory(self): member in TestFilemode
Dtest_cmd_line_script.py251 def test_directory(self): member in CmdLineTest
Dtest_runpy.py686 def test_directory(self): member in RunPathTestCase
/external/pigweed/pw_unit_test/py/pw_unit_test/
Dtest_runner.py408 test_directory = os.path.join(root, entry['test_directory'])
/external/pigweed/pw_unit_test/
Dtest.gni192 # `test_type` of "unit_test" and an additional `test_directory` value describing
319 test_directory = rebase_path(_test_output_dir, root_build_dir)