Home
last modified time | relevance | path

Searched refs:build_cmd (Results 1 – 7 of 7) sorted by relevance

/external/clang/tools/scan-build-py/tests/functional/cases/
D__init__.py41 def call_and_report(analyzer_cmd, build_cmd): argument
42 child = subprocess.Popen(analyzer_cmd + ['-v'] + build_cmd,
60 def check_call_and_report(analyzer_cmd, build_cmd): argument
61 exit_code, result = call_and_report(analyzer_cmd, build_cmd)
64 exit_code, analyzer_cmd + build_cmd, None)
/external/vulkan-validation-layers/build-android/
Dbuild.py251 build_cmd = [
255 subprocess.check_call(build_cmd)
258 build_cmd = [
277 print(' '.join(build_cmd))
279 subprocess.check_call(build_cmd)
284 build_cmd = [
289 subprocess.check_call(build_cmd)
/external/python/cpython2/Lib/distutils/command/
Dinstall_lib.py147 def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): argument
151 build_cmd = self.get_finalized_command(build_cmd)
152 build_files = build_cmd.get_outputs()
153 build_dir = getattr(build_cmd, cmd_option)
/external/v8/tools/vim/
Dninja-build.vim60 build_cmd = ' '.join(['ninja'] + flags + ['-C', build_dir, targets])
61 vim.command('return "%s"' % build_cmd)
78 fun! s:MakeWithCustomCommand(build_cmd) argument
80 let &makeprg=a:build_cmd
/external/toolchain-utils/bestflags/
Dexample_algorithms.py66 build_cmd = meta_data[BUILD_CMD]
114 Task.InitLogCommand(build_cmd, test_cmd, output_file)
/external/toolchain-utils/automation/clients/helper/
Dandroid.py204 build_cmd = cmd.Shell('make', '-j8', 'PRODUCT-%s-userdebug' % product,
207 return cmd.Wrapper(build_cmd, cwd=local_android_branch_dir)
/external/v8/tools/clang/scripts/
Dpackage.py182 build_cmd = [sys.executable, os.path.join(THIS_DIR, 'update.py'),
185 TeeCmd(build_cmd, log)