Home
last modified time | relevance | path

Searched refs:getExitCode (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxInvocationRunner.java65 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/
DKernelImageCheck.java178 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/
DExecutableHostTest.java144 if (res.getExitCode() != null) { in runBinary()
145 errorMessage += String.format("\nExit Code: %s", res.getExitCode()); in runBinary()
DExecutableTargetTest.java88 result.getExitCode(), result.getStderr(), result.getStdout()); in checkCommandResult()
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DTestUtils.java31 return result.getExitCode() == 0; in isGameCoreCertified()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DCommandResult.java88 public Integer getExitCode() { in getExitCode() method in CommandResult
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessExceptionParser.java38 int exitCode = result.getExitCode(); in handleStderrException()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DHostGTest.java173 final Integer exitCode = testResult.getExitCode(); in runTest()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryHostTest.java199 result.getExitCode(), result.getStdout(), result.getStderr()); in runTestWithFilter()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilTest.java484 assertEquals(2, (int) result.getExitCode()); in testGotExitCodeFromCommand()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java483 cmd, result.getStdout(), result.getStderr(), result.getExitCode()); in getProperty()