Searched refs:retcode (Results 1 – 2 of 2) sorted by relevance
/art/tools/common/ |
D | common.py | 161 retcode = RetCode.SUCCESS 163 retcode = RetCode.ERROR 167 retcode = RetCode.TIMEOUT 168 return (output, stderr_output, retcode) 171 def _LogCmdOutput(logfile, cmd, output, retcode): argument 181 CommandListToCommandString(cmd), output, retcode)) 203 (_, _, retcode) = RunCommandForOutput(cmd, None, outf, errf, timeout) 208 return retcode 341 (output, err_output, retcode) = RunCommandForOutput( 346 _LogCmdOutput(self._logfile, cmd, output, retcode) [all …]
|
/art/tools/bisection_search/ |
D | README.md | 32 ./bisection_search.py --raw-cmd='run.sh -cp classes.dex Test' --expected-retcode SUCCESS 33 …/bisection_search.py --raw-cmd='/bin/sh art {ARGS} -cp classes.dex Test' --expected-retcode SUCCESS 42 [--expected-retcode {SUCCESS,TIMEOUT,ERROR}] 65 --expected-retcode {SUCCESS,TIMEOUT,ERROR} expected normalized return code
|