Searched refs:getExitCode (Results 1 – 11 of 11) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | SandboxInvocationRunner.java | 65 if (result.getExitCode() != null) { in prepareAndRun() 68 InvocationMetricKey.SANDBOX_EXIT_CODE, result.getExitCode()); in prepareAndRun() 73 result.getStatus(), result.getExitCode()); in prepareAndRun() 74 handleStderrException(result.getExitCode(), result.getStderr()); in prepareAndRun()
|
/tools/tradefederation/contrib/src/com/android/build/tests/ |
D | KernelImageCheck.java | 178 if (result.getExitCode() != 0) { in test_stable_abi() 180 CLog.e("Result exit code: %d", result.getExitCode()); in test_stable_abi() 213 if (result.getExitCode() != 0) { in test_stable_abi() 215 CLog.e("Result exit code: %d", result.getExitCode()); in test_stable_abi()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/ |
D | ExecutableHostTest.java | 144 if (res.getExitCode() != null) { in runBinary() 145 errorMessage += String.format("\nExit Code: %s", res.getExitCode()); in runBinary()
|
D | ExecutableTargetTest.java | 88 result.getExitCode(), result.getStderr(), result.getStdout()); in checkCommandResult()
|
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/ |
D | TestUtils.java | 31 return result.getExitCode() == 0; in isGameCoreCertified()
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | CommandResult.java | 88 public Integer getExitCode() { in getExitCode() method in CommandResult
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SubprocessExceptionParser.java | 38 int exitCode = result.getExitCode(); in handleStderrException()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | HostGTest.java | 173 final Integer exitCode = testResult.getExitCode(); in runTest()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/ |
D | RustBinaryHostTest.java | 199 result.getExitCode(), result.getStdout(), result.getStderr()); in runTestWithFilter()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | RunUtilTest.java | 484 assertEquals(2, (int) result.getExitCode()); in testGotExitCodeFromCommand()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 483 cmd, result.getStdout(), result.getStderr(), result.getExitCode()); in getProperty()
|