/aosp_15_r20/external/fonttools/Tests/cu2qu/ |
H A D | cli_test.py | 21 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 D | llvm-cov.test | 40 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 D | qu2cu_cli_test.py | 18 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/ |
D | local_mobly_runner.py | 175 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 D | run_tests_for.py | 245 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 D | test_info.py | 184 test_paths = [] 187 test_paths.append(str(build_target).replace(constants.MODULES_IN, '')) 188 return test_paths if test_paths else None
|
H A D | module_finder.py | 611 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 D | test_finder_utils.py | 892 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 D | iml_unittest.py | 178 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 D | generated_examples_zip_test.cc | 40 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 D | test_missing.h.gcov | 2 -: 0:Graph:test_paths.gcno 3 -: 0:Data:test_paths.gcda
|
H A D | test_paths.h.gcov | 2 -: 0:Graph:test_paths.gcno 3 -: 0:Data:test_paths.gcda
|
H A D | test_long_file_names.output | 3 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 D | test_long_paths.output | 3 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 D | test_missing.cpp.gcov | 2 -: 0:Graph:test_paths.gcno 3 -: 0:Data:test_paths.gcda
|
H A D | test_paths.cpp.gcov | 2 -: 0:Graph:test_paths.gcno 3 -: 0:Data:test_paths.gcda
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/ |
H A D | md5sum_test.py | 54 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/ |
D | test_runner.py | 139 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 D | generated_examples_zip_test.cc | 207 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 D | generated_examples_zip_test.cc | 216 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/ |
D | noxfile.py | 177 def default(session, *test_paths): argument 183 "pytest", sponge_log, *test_paths,
|
/aosp_15_r20/external/pytorch/scripts/onnx/ |
H A D | test.sh | 33 test_paths=(
|
/aosp_15_r20/external/python/mobly/tests/mobly/ |
D | base_test_test.py | 69 def test_paths(self): member in BaseTestTest
|
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_os_test.py | 5080 def test_paths(self): member in FakeScandirTest
|