Searched refs:test_exe (Results 1 – 7 of 7) sorted by relevance
/third_party/rust/crates/bindgen/csmith-fuzzing/ |
D | predicate.py | 150 test_exe = new_temp_file(prefix="layout-tests-") 151 run_rustc(args, bindings, test_exe) 154 run_layout_tests(args, test_exe) 232 def run_rustc(args, bindings, test_exe): argument 238 ["rustc", "--crate-type", "lib", "--test", "-o", test_exe, bindings], 254 def run_layout_tests(args, test_exe): argument 256 [test_exe],
|
/third_party/python/Lib/test/ |
D | test_embed.py | 63 self.test_exe = exe = os.path.join(exepath, exename) 79 cmd = [self.test_exe] 259 expected_path = self.test_exe 627 default_executable = self.test_exe 1115 executable = self.test_exe 1119 executable = self.test_exe 1206 dll = os.path.join(os.path.dirname(self.test_exe), dll) 1207 dll3 = os.path.join(os.path.dirname(self.test_exe), dll3) 1214 exec_copy = os.path.join(tmpdir, os.path.basename(self.test_exe)) 1215 shutil.copyfile(self.test_exe, exec_copy) [all …]
|
/third_party/skia/experimental/tools/ |
D | pdf-comparison.py | 53 def test_exe(cmd): function 217 if test_exe('ccache'): 247 assert test_exe(NINJA) 248 assert test_exe(PDFIUM_TEST)
|
/third_party/cef/tools/automate/ |
D | automate-git.py | 1529 test_exe = '%s.exe' % options.testtarget variable 1531 test_exe = '%s.app/Contents/MacOS/%s' % (options.testtarget, variable 1534 test_exe = options.testtarget variable 1546 test_path = os.path.join(build_path, test_exe) 1554 test_path = os.path.join(build_path, test_exe)
|
/third_party/gstreamer/gstplugins_good/tests/check/ |
D | meson.build | 254 test_exe = executable(tname, test_c, dependencies: [orc_dep, orc_test_dep]) variable 255 test(tname, test_exe)
|
/third_party/gstreamer/gstplugins_base/tests/check/ |
D | meson.build | 231 test_exe = executable(tname, test_c, dependencies: [orc_dep, orc_test_dep]) variable 232 test(tname, test_exe)
|
/third_party/gstreamer/gstplugins_bad/tests/check/ |
D | meson.build | 251 test_exe = executable(tname, test_c, dependencies: [orc_dep, orc_test_dep]) variable 252 test(tname, test_exe)
|