Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-view/share/
H A Dstartfile.py67 returncode = pipe.wait()
69 returncode = self.fixreturncode(returncode)
70 return not returncode
142 def fixreturncode(self, returncode): argument
143 if returncode is not None and self.kde_version > '3.5.4':
144 return returncode
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dunused_functions.py84 if p1.returncode != 0:
86 % (file, p0.returncode, p1.returncode))
106 if p0.returncode > 0: d = None # assume thin archive
168 if p0.returncode != 0: raise "rm '%s' didn't work out" % (tmpd)
H A Dgit-fix-changelog.py59 if r.returncode != 0:
H A Dmklog75 if die_on_error and proc.returncode != 0:
77 return proc.returncode, out.decode(), err
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dunused_functions.py84 if p1.returncode != 0:
86 % (file, p0.returncode, p1.returncode))
106 if p0.returncode > 0: d = None # assume thin archive
168 if p0.returncode != 0: raise "rm '%s' didn't work out" % (tmpd)
H A Dgit-fix-changelog.py59 if r.returncode != 0:
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dgen_dynamic_list.py70 if nm_proc.returncode != 0:
71 raise subprocess.CalledProcessError(nm_proc.returncode, nm)
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dgit-clang-format268 if p.returncode != 0:
279 if diff_process.returncode != 0:
456 if hash_object.returncode != 0:
553 if p.returncode == 0:
562 print('`%s` returned %s' % (' '.join(args), p.returncode), file=sys.stderr)
H A Dclang-format-diff.py120 if p.returncode != 0:
121 sys.exit(p.returncode)
/netbsd-src/external/apache2/llvm/dist/clang/utils/check_cfc/
H A Dobj_diff.py25 if p.returncode or err:
34 if p.returncode or err:
H A Dcheck_cfc.py238 if p.returncode != 0:
356 if p.returncode != 0:
357 sys.exit(p.returncode)
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/
H A Dutil.py93 if p.returncode != 0:
95 returncode=p.returncode,
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATestUtils.py118 if process.returncode != 0:
122 raise CalledProcessError(process.returncode, cmd)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/git/
H A Dpre-push.py107 if p.returncode == 0 or ignore_errors:
121 err_msg = '`%s` returned %s' % (' '.join(quoted_cmd), p.returncode)
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
H A D__init__.py56 return (child.returncode, directory)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_cc_test_checks.py50 if popen.returncode != 0:
209 if popen.returncode != 0:
H A Ddemangle_tree.py58 if p.returncode != 0:
H A Dcollect_and_build_with_pgo.py197 returncode=return_code, cmd=cmd, output=stdout, stderr=None)
/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A Dcreduce-clang-crash.py212 returncode = subprocess.call(testfile, stdout=devnull)
213 if returncode:
/netbsd-src/external/gpl3/gcc/dist/contrib/legacy/
H A Dmklog75 if die_on_error and proc.returncode != 0:
77 return proc.returncode, out.decode(), err
/netbsd-src/external/mpl/bind/dist/bin/tests/system/shutdown/
H A Dtests_shutdown.py130 # subprocess.CompletedProcess, then we check returncode
190 assert named_proc.returncode == 0, "named crashed"
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dheaderutils.py489 rc = get_make_rc (process.returncode, output[1])
508 ret = (get_make_rc (p[0].returncode, output[1]), output[1], p[1])
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A Dheaderutils.py489 rc = get_make_rc (process.returncode, output[1])
508 ret = (get_make_rc (p[0].returncode, output[1]), output[1], p[1])
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dcompat11b.h71 TCPA_RESULT returncode; member
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/
H A Dlit.cfg85 if proc.returncode == 0:

12