/external/llvm-project/debuginfo-tests/dexter/dex/builder/ |
D | Builder.py | 50 def run_external_build_script(context, script_path, source_files, argument 76 [script_path], 88 format(script_path, returncode, out, err), 92 raise BuildScriptException('{}: {}'.format(e.strerror, script_path))
|
/external/llvm-project/clang/test/utils/update_cc_test_checks/ |
D | lit.local.cfg | 19 script_path = os.path.join(config.llvm_src_root, 'utils', 21 assert os.path.isfile(script_path) 24 shell_quote(config.python_executable), shell_quote(script_path),
|
/external/skqp/tools/lua/ |
D | find_ngrams_on_ct | 28 script_path = os.path.join(SCRIPT_DIR, 'ngrams.lua') 29 with open(script_path) as f: 37 script_path, sub))
|
/external/toolchain-utils/binary_search_tool/ |
D | run_bisect_tests.py | 39 script_path = os.path.join(top_dir, TEST_DIR) 45 (export_bisect, script_path, build_script)) 68 script_path = os.path.join(top_dir, TEST_DIR) 74 (export_bisect, script_path, build_script))
|
/external/llvm-project/llvm/test/tools/UpdateTestChecks/ |
D | lit.local.cfg | 16 script_path = os.path.join(config.llvm_src_root, 'utils', name[1:] + '.py') 17 assert os.path.isfile(script_path) 19 (name, "'%s' %s %s" % (python_exe, script_path, extra_args)))
|
/external/oss-fuzz/infra/ci/ |
D | build.py | 69 script_path = os.path.realpath(__file__) 71 os.path.dirname(os.path.dirname(os.path.dirname(script_path)))) 77 script_path = os.path.join(root, 'infra', 'helper.py') 78 command = ['python', script_path] + helper_command
|
/external/markdown/ |
D | setup.py | 17 script_path = os.path.join(script_dir, 'markdown') 18 bat_str = '@"%s" "%s" %%*' % (sys.executable, script_path)
|
/external/bcc/src/lua/ |
D | bcc-probe | 18 local script_path = str:match("(.*/)").."/?.lua;" 19 package.path = script_path..package.path
|
/external/python/setuptools/setuptools/command/ |
D | develop.py | 184 script_path = os.path.abspath(convert_path(script_name)) 185 script_name = os.path.basename(script_path) 186 with io.open(script_path) as strm: 188 self.install_script(dist, script_name, script_text, script_path)
|
/external/rust/crates/criterion/src/plot/gnuplot_backend/ |
D | mod.rs | 45 let mut script_path = path.clone(); in debug_script() localVariable 46 script_path.set_extension("gnuplot"); in debug_script() 47 info!("Writing gnuplot script to {:?}", script_path); in debug_script() 48 let result = figure.save(script_path.as_path()); in debug_script()
|
/external/avb/tools/transparency/ |
D | pixel_factory_image_verify.py | 61 self.script_path = os.path.realpath(__file__) 62 self.script_dir = os.path.split(self.script_path)[0] 63 self.avbtool_path = os.path.abspath(os.path.join(self.script_path,
|
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
D | resource_loader.py | 69 for script_path in self.source_paths: 70 absolute_path = os.path.join(script_path, relative_path) 72 return resource_module.Resource(script_path, absolute_path, binary)
|
D | html_module_unittest.py | 68 for script_path in self._source_paths: 69 absolute_path = os.path.join(script_path, relative_path) 71 return ResourceWithFakeContents(script_path, absolute_path,
|
/external/llvm-project/clang/utils/analyzer/ |
D | SATestUtils.py | 132 def run_script(script_path: str, build_log_file: IO, cwd: str, 137 if os.path.exists(script_path):
|
D | SATestBuild.py | 202 script_path = os.path.join(directory, CLEANUP_SCRIPT) 204 utils.run_script(script_path, build_log_file, cwd, 632 script_path = os.path.join(directory, DOWNLOAD_SCRIPT) 633 utils.run_script(script_path, build_log_file, directory,
|
/external/angle/scripts/ |
D | run_code_generation.py | 37 def rebase_script_path(script_path, relative_path): argument 38 return os.path.relpath(os.path.join(os.path.dirname(script_path), relative_path), root_dir)
|
/external/mesa3d/.gitlab-ci/tracie/ |
D | dump_trace_images.py | 84 script_path = Path(os.path.dirname(os.path.abspath(__file__))) 85 cmd = [str(script_path / "renderdoc_dump_images.py"), str(trace_path), outputdir]
|
/external/perfetto/tools/ |
D | gen_binary_descriptors | 102 script_path=SCRIPT_PATH,
|
D | gen_android_bp | 785 script_path = gn_utils.label_to_path(target.script) 787 module.tool_files = [ script_path ] 791 'python3 $(location %s)' % script_path,
|
/external/fmtlib/support/ |
D | manage.py | 247 script_path = os.path.join(fmt_repo.dir, script) 248 for line in fileinput.input(script_path, inplace=True):
|
/external/tensorflow/third_party/gpus/ |
D | rocm_configure.bzl | 341 def _exec_find_rocm_config(repository_ctx, script_path): 351 compressed_contents = repository_ctx.read(script_path) 365 def find_rocm_config(repository_ctx, script_path): 367 exec_result = _exec_find_rocm_config(repository_ctx, script_path)
|
D | cuda_configure.bzl | 487 def _check_cuda_libs(repository_ctx, script_path, libs): 489 contents = repository_ctx.read(script_path).splitlines() 615 def _exec_find_cuda_config(repository_ctx, script_path, cuda_libraries): 625 compressed_contents = repository_ctx.read(script_path) 641 def find_cuda_config(repository_ctx, script_path, cuda_libraries): 643 exec_result = _exec_find_cuda_config(repository_ctx, script_path, cuda_libraries)
|
/external/llvm-project/debuginfo-tests/dexter/dex/tools/test/ |
D | Tool.py | 128 script_path=self.build_script,
|
/external/clang/ |
D | build.py | 303 script_path = android_path( 305 install_file(script_path, os.path.join(install_dir, 'bin'))
|
/external/llvm-project/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/ |
D | Tool.py | 273 script_path=self.build_script,
|