Searched refs:exitCode (Results 1 – 5 of 5) sorted by relevance
92 public void setExitCode(int exitCode) { in setExitCode() argument93 mExitCode = exitCode; in setExitCode()
38 int exitCode = result.getExitCode(); in handleStderrException() local45 exitCode, stderr); in handleStderrException()
173 final Integer exitCode = testResult.getExitCode(); in runTest() local174 if (exitCode == null || exitCode != 1) { in runTest()176 String.format("Command run failed with exit code %s", exitCode)); in runTest()
22 val exitCode: Int = if (stderr.isBlank()) 0 else -1 constant in com.android.tools.metalava.DriverException
84 private static void handleStderrException(Integer exitCode, String stderr) throws Throwable { in handleStderrException() argument106 "Sandbox finished with error exit code: %s.\nStderr: %s", exitCode, stderr); in handleStderrException()