Searched refs:check_call (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A Dentrypoint.py5 from subprocess import call, check_call, CalledProcessError namespace
59 check_call(CMAKE_COMMAND + ' /llvm-project/llvm', shell=True)
63 check_call("ninja install", shell=True)
H A DSATestUpdateDiffs.py13 from subprocess import check_call namespace
44 check_call(command, shell=True, stdout=build_log_file)
H A DSATestUtils.py5 from subprocess import CalledProcessError, check_call namespace
82 The arguments are the same as for the call and check_call functions.
127 check_call(*popenargs, **kwargs)
142 check_call(f"chmod +x '{script_path}'", cwd=cwd,
147 check_call(f"'{script_path}'", cwd=cwd,
H A DSATestBuild.py65 from subprocess import CalledProcessError, check_call namespace
606 check_call(f"git clone --recursive {repo} {cached_source}",
609 check_call(f"git checkout --quiet {self.project.commit}",
647 check_call(f"patch -p1 < '{patchfile_path}'",
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dprepare-code-coverage-artifact.py28 subprocess.check_call([host_llvm_profdata, 'merge', '-sparse', '-f',
51 subprocess.check_call(invocation)
53 subprocess.check_call([host_llvm_cov, 'report'] + objects +
H A Dremote-exec.py85 subprocess.check_call(
100 subprocess.check_call(scp(args, tmpTar.name, remoteTarball))
137 subprocess.check_call(ssh(args, 'rm -r {}'.format(tmp)))
H A Dsysroot.py32 subprocess.check_call(['mklink', '/j', dst, src], shell=True)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-shlib/
H A Dgen-msvc-exports.py28 from subprocess import check_call namespace
72 check_call([nm, '-g', lib], stdout=dumpout_f)
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/
H A Dssh.py77 subprocess.check_call(['xcrun', 'codesign', '-f', '-s', args.codesign_identity, exe], env={})
90 subprocess.check_call(scp(args, tmpTar.name, remoteTarball))
125 subprocess.check_call(ssh(args, 'rm -r {}'.format(tmp)))
H A Drun.py43 subprocess.check_call(['xcrun', 'codesign', '-f', '-s', args.codesign_identity, exe], env={})
/netbsd-current/external/gpl3/gdb.old/dist/gdb/contrib/
H A Dtest_pubnames_and_indexes.py167 subprocess.check_call([OBJCOPY, '--remove-section', '.gdb_index',
169 subprocess.check_call([GDB, '-batch', '-nx', gdb_index_file,
172 subprocess.check_call([OBJCOPY, '--add-section',
/netbsd-current/external/gpl3/gdb/dist/gdb/contrib/
H A Dtest_pubnames_and_indexes.py169 subprocess.check_call(
172 subprocess.check_call(
184 subprocess.check_call(
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_exec_anatomy.py16 return subprocess.check_call(cmd,
H A D__init__.py37 return subprocess.check_call(cmd, *args, **kwargs)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Danalyze_brprob_spec.py63 p = subprocess.check_call(p)
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Danalyze_brprob_spec.py66 p = subprocess.check_call(p)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/gn/build/
H A Dsync_source_lists_from_cmake.py50 subprocess.check_call([sys.executable, gn, 'format', '-q', gn_file])
55 def git(args): subprocess.check_call(['git'] + args, shell=os.name == 'nt')
/netbsd-current/external/apache2/llvm/dist/clang/utils/perf-training/
H A Dperf-helper.py46 subprocess.check_call(cmd)
105 subprocess.check_call(dtrace_args, stdout=f, stderr=subprocess.PIPE)
161 subprocess.check_call(cc1_cmd)
/netbsd-current/external/apache2/llvm/dist/clang/utils/
H A Dcreduce-clang-crash.py229 subprocess.check_call(cmd_preprocess_no_lines)
234 subprocess.check_call(cmd_preprocess)
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
H A D__init__.py66 return subprocess.check_call(cmd, *args, **kwargs)
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dgit-clang-format504 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
532 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A Dmingw.py123 subprocess.check_call(cmd, stdout = devnull)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/
H A Dmingw.py123 subprocess.check_call(cmd, stdout = devnull)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c90 void check_call (gimple *);
104 check_call (stmt);
1883 wrestrict_dom_walker::check_call (gimple *call) function in class:wrestrict_dom_walker
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-restrict.cc70 void check_call (gimple *);
100 check_call (stmt);
1896 pass_wrestrict::check_call (gimple *call) function in class:pass_wrestrict

Completed in 485 milliseconds

12