Searched refs:retcode (Results 1 – 2 of 2) sorted by relevance
/art/tools/common/ |
D | common.py | 153 retcode = RetCode.SUCCESS 155 retcode = RetCode.ERROR 159 retcode = RetCode.TIMEOUT 160 return (output, stderr_output, retcode) 163 def _LogCmdOutput(logfile, cmd, output, retcode): argument 173 CommandListToCommandString(cmd), output, retcode)) 195 (_, _, retcode) = RunCommandForOutput(cmd, None, outf, errf, timeout) 200 return retcode 339 (output, err_output, retcode) = RunCommandForOutput( 344 _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
|