Home
last modified time | relevance | path

Searched refs:exitValue (Results 1 – 6 of 6) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt111 var exitValue: Boolean in run() variable
152 exitValue = true
163 exitValue = false
185 return exitValue
740 val exitCode = result.exitValue in invokeDocumentationTool()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DRunHostCommandTargetPreparerTest.java165 public int exitValue() { in getMockProcess()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DEmailTest.java57 public int exitValue() {return 0;} in exitValue() method in EmailTest.TestProcess
DRunUtilTest.java525 public int exitValue() { in exitValue() method in RunUtilTest.FakeProcess
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/
DPerformanceTest.java140 if (!finished || p.exitValue() != 0) { in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java99 public int exitValue() { in exitValue() method in DeviceManagerTest.MockProcess