/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-view/share/ |
H A D | startfile.py | 67 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 D | unused_functions.py | 84 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 D | git-fix-changelog.py | 59 if r.returncode != 0:
|
H A D | mklog | 75 if die_on_error and proc.returncode != 0: 77 return proc.returncode, out.decode(), err
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | unused_functions.py | 84 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 D | git-fix-changelog.py | 59 if r.returncode != 0:
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
H A D | gen_dynamic_list.py | 70 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 D | git-clang-format | 268 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 D | clang-format-diff.py | 120 if p.returncode != 0: 121 sys.exit(p.returncode)
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/check_cfc/ |
H A D | obj_diff.py | 25 if p.returncode or err: 34 if p.returncode or err:
|
H A D | check_cfc.py | 238 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 D | util.py | 93 if p.returncode != 0: 95 returncode=p.returncode,
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
H A D | SATestUtils.py | 118 if process.returncode != 0: 122 raise CalledProcessError(process.returncode, cmd)
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/git/ |
H A D | pre-push.py | 107 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__.py | 56 return (child.returncode, directory)
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | update_cc_test_checks.py | 50 if popen.returncode != 0: 209 if popen.returncode != 0:
|
H A D | demangle_tree.py | 58 if p.returncode != 0:
|
H A D | collect_and_build_with_pgo.py | 197 returncode=return_code, cmd=cmd, output=stdout, stderr=None)
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/ |
H A D | creduce-clang-crash.py | 212 returncode = subprocess.call(testfile, stdout=devnull) 213 if returncode:
|
/netbsd-src/external/gpl3/gcc/dist/contrib/legacy/ |
H A D | mklog | 75 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 D | tests_shutdown.py | 130 # 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 D | headerutils.py | 489 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 D | headerutils.py | 489 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 D | compat11b.h | 71 TCPA_RESULT returncode; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/ |
H A D | lit.cfg | 85 if proc.returncode == 0:
|