Home
last modified time | relevance | path

Searched refs:script_path (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/debuginfo-tests/dexter/dex/builder/
DBuilder.py50 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/
Dlit.local.cfg19 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/
Dfind_ngrams_on_ct28 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/
Drun_bisect_tests.py39 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/
Dlit.local.cfg16 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/
Dbuild.py69 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/
Dsetup.py17 script_path = os.path.join(script_dir, 'markdown')
18 bat_str = '@"%s" "%s" %%*' % (sys.executable, script_path)
/external/bcc/src/lua/
Dbcc-probe18 local script_path = str:match("(.*/)").."/?.lua;"
19 package.path = script_path..package.path
/external/python/setuptools/setuptools/command/
Ddevelop.py184 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/
Dmod.rs45 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/
Dpixel_factory_image_verify.py61 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/
Dresource_loader.py69 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)
Dhtml_module_unittest.py68 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/
DSATestUtils.py132 def run_script(script_path: str, build_log_file: IO, cwd: str,
137 if os.path.exists(script_path):
DSATestBuild.py202 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/
Drun_code_generation.py37 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/
Ddump_trace_images.py84 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/
Dgen_binary_descriptors102 script_path=SCRIPT_PATH,
Dgen_android_bp785 script_path = gn_utils.label_to_path(target.script)
787 module.tool_files = [ script_path ]
791 'python3 $(location %s)' % script_path,
/external/fmtlib/support/
Dmanage.py247 script_path = os.path.join(fmt_repo.dir, script)
248 for line in fileinput.input(script_path, inplace=True):
/external/tensorflow/third_party/gpus/
Drocm_configure.bzl341 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)
Dcuda_configure.bzl487 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/
DTool.py128 script_path=self.build_script,
/external/clang/
Dbuild.py303 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/
DTool.py273 script_path=self.build_script,