Searched defs:exitCode (Results 1 – 6 of 6) sorted by relevance
22 val exitCode: Int = if (stderr.isBlank()) 0 else -1 constant in com.android.tools.metalava.DriverException
102 var exitCode = 0 in run() variable754 val exitCode = result.exitValue in invokeDocumentationTool() constant
38 int exitCode = result.getExitCode(); in handleStderrException() local
84 private static void handleStderrException(Integer exitCode, String stderr) throws Throwable { in handleStderrException()
92 public void setExitCode(int exitCode) { in setExitCode()
173 final Integer exitCode = testResult.getExitCode(); in runTest() local