Searched refs:expected_returncode (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libvpx/tools/ |
H A D | lint-hunks.py | 43 def __init__(self, args, expected_returncode=0, **kwargs): argument 45 self._expected_returncode = expected_returncode 116 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1), 122 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1),
|
/aosp_15_r20/external/libaom/tools/ |
H A D | lint-hunks.py | 45 def __init__(self, args, expected_returncode=0, **kwargs): argument 47 self._expected_returncode = expected_returncode 118 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1), 124 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1),
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_pdb.py | 1709 def _run_pdb(self, pdb_args, commands, expected_returncode=0): argument 1724 expected_returncode, 1729 def run_pdb_script(self, script, commands, expected_returncode=0): argument 1735 return self._run_pdb([filename], commands, expected_returncode) 1942 script, commands, expected_returncode=1 2107 ['-m', module_name], "", expected_returncode=1 2122 ['-m', modpath.replace('/', '.')], "", expected_returncode=1
|