Home
last modified time | relevance | path

Searched refs:test_paths (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/fonttools/Tests/cu2qu/
H A Dcli_test.py21 def test_paths(tmpdir): function
35 def test_single_input_no_output(self, test_paths): argument
36 ufo_path = test_paths[0]
59 def test_interpolatable_inplace(self, test_paths): argument
60 self.run_main("-i", *test_paths)
61 self.run_main("-i", *test_paths) # idempotent
74 def test_multiprocessing(self, tmpdir, test_paths): argument
75 self.run_main(*(test_paths + ["-j"]))
77 def test_keep_direction(self, test_paths): argument
78 self.run_main("--keep-direction", *test_paths)
[all …]
/aosp_15_r20/external/llvm/test/tools/llvm-cov/
H A Dllvm-cov.test40 RUN: llvm-cov gcov test_paths.cpp 2>/dev/null | diff -u test_missing.output -
47 RUN: llvm-cov gcov -p test_paths.cpp | diff -u test_preserve_paths.output -
48 RUN: diff -aub test_paths.cpp.gcov srcdir#nested_dir#^#test.cpp.gcov
49 RUN: diff -aub test_paths.h.gcov srcdir#nested_dir#^#test.h.gcov
52 RUN: llvm-cov gcov test_paths.cpp | diff -u test_no_preserve_paths.output -
53 RUN: diff -aub test_paths.cpp.gcov test.cpp.gcov
54 RUN: diff -aub test_paths.h.gcov test.h.gcov
57 RUN: llvm-cov gcov -l test_paths.cpp | diff -u test_long_file_names.output -
58 RUN: diff -aub test_paths.cpp.gcov test_paths.cpp##test.cpp.gcov
59 RUN: diff -aub test_paths.h.gcov test_paths.cpp##test.h.gcov
[all …]
/aosp_15_r20/external/fonttools/Tests/qu2cu/
H A Dqu2cu_cli_test.py18 def test_paths(tmpdir): function
32 def test_no_output(self, test_paths): argument
33 ttf_path = test_paths[0]
42 def test_output_file(self, test_paths): argument
43 ttf_path = test_paths[0]
51 def test_stats(self, test_paths): argument
52 ttf_path = test_paths[0]
55 def test_all_cubic(self, test_paths): argument
56 ttf_path = test_paths[0]
/aosp_15_r20/tools/test/mobly_extensions/scripts/
Dlocal_mobly_runner.py175 if args.install_apks and args.test_paths:
180 multiple_test_paths = (args.test_paths is not None
181 and len(args.test_paths.split(',')) > 1)
188 args.novenv = args.novenv or (args.test_paths is not None)
260 if args.test_paths:
261 mobly_bins.extend(args.test_paths.split(','))
467 if args.test_paths is not None:
/aosp_15_r20/external/toolchain-utils/
H A Drun_tests_for.py245 def _find_forced_subdir_python_tests(test_paths, toolchain_utils): argument
246 assert all(os.path.isabs(path) for path in test_paths)
257 for path in test_paths
273 def _find_go_tests(test_paths): argument
275 assert all(os.path.isabs(path) for path in test_paths)
278 os.path.dirname(p) for p in test_paths if p.endswith(".go")
/aosp_15_r20/tools/asuite/atest/test_finders/
H A Dtest_info.py184 test_paths = []
187 test_paths.append(str(build_target).replace(constants.MODULES_IN, ''))
188 return test_paths if test_paths else None
H A Dmodule_finder.py611 test_paths = []
614 test_paths = test_finder_utils.find_class_file(
620 if not test_paths:
628 if not test_paths:
629 test_paths = test_finder_utils.find_class_file(
633 if not test_paths:
638 test_paths = []
640 test_paths.append(os.path.join(self.root_dir, rel_module_path))
643 for test_path in test_paths:
H A Dtest_finder_utils.py892 test_paths = run_find_cmd(TestReferenceType.INTEGRATION, abs_path, name)
893 if test_paths:
894 test_files.extend(test_paths)
/aosp_15_r20/tools/asuite/aidegen/idea/
H A Diml_unittest.py178 test_paths = {
196 test_paths.update(mod_info._get_path_to_module_info(
198 print('\n{} {}.'.format('Test_paths length:', len(test_paths)))
201 for path in test_paths:
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
H A Dgenerated_examples_zip_test.cc40 std::vector<string> test_paths; in FindAllTests() local
53 test_paths.push_back(test_dir + "/models/" + filename); in FindAllTests()
58 return test_paths; in FindAllTests()
/aosp_15_r20/external/llvm/test/tools/llvm-cov/Inputs/
H A Dtest_missing.h.gcov2 -: 0:Graph:test_paths.gcno
3 -: 0:Data:test_paths.gcda
H A Dtest_paths.h.gcov2 -: 0:Graph:test_paths.gcno
3 -: 0:Data:test_paths.gcda
H A Dtest_long_file_names.output3 srcdir/./nested_dir/../test.h:creating 'test_paths.cpp##test.h.gcov'
7 srcdir/./nested_dir/../test.cpp:creating 'test_paths.cpp##test.cpp.gcov'
H A Dtest_long_paths.output3 srcdir/./nested_dir/../test.h:creating 'srcdir#^#test_paths.cpp##srcdir#nested_dir#^#test.h.gcov'
7 srcdir/./nested_dir/../test.cpp:creating 'srcdir#^#test_paths.cpp##srcdir#nested_dir#^#test.cpp.gco…
H A Dtest_missing.cpp.gcov2 -: 0:Graph:test_paths.gcno
3 -: 0:Data:test_paths.gcda
H A Dtest_paths.cpp.gcov2 -: 0:Graph:test_paths.gcno
3 -: 0:Data:test_paths.gcda
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/
H A Dmd5sum_test.py54 test_paths = ['/test/host/file0.dat', '/test/host/file1.dat']
59 out = md5sum.CalculateHostMd5Sums(test_paths)
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dtest_runner.py139 def import_test_modules(self, test_paths): argument
161 file_list = utils.find_files(test_paths, is_testfile_name)
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dgenerated_examples_zip_test.cc207 std::vector<string>* test_paths) { in ReadManifest() argument
218 test_paths->push_back(dir + "/" + filename); in ReadManifest()
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/mlir/testing/
H A Dgenerated_examples_zip_test.cc216 std::vector<string>* test_paths) { in ReadManifest() argument
227 test_paths->push_back(dir + "/" + filename); in ReadManifest()
/aosp_15_r20/external/python/google-auth-library-python/system_tests/
Dnoxfile.py177 def default(session, *test_paths): argument
183 "pytest", sponge_log, *test_paths,
/aosp_15_r20/external/pytorch/scripts/onnx/
H A Dtest.sh33 test_paths=(
/aosp_15_r20/external/python/mobly/tests/mobly/
Dbase_test_test.py69 def test_paths(self): member in BaseTestTest
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py5080 def test_paths(self): member in FakeScandirTest