Home
last modified time | relevance | path

Searched defs:stderr (Results 1 – 12 of 12) sorted by relevance

/tools/test/connectivity/acts/framework/acts/libs/proc/
Djob.py66 def stderr(self): member in Result
76 stderr=bytes(), argument
/tools/tradefederation/core/src/com/android/tradefed/util/
DCommandResult.java78 public void setStderr(String stderr) { in setStderr()
DAaptParser.java109 String stderr = result.getStderr(); in parse() local
DRunUtil.java139 OutputStream stderr, final String... command) { in runTimedCmd()
149 OutputStream stderr, boolean closeStreamAfterRun, final String... command) { in runTimedCmd()
166 OutputStream stderr, in createRunnableResult()
DIRunUtil.java101 OutputStream stderr, final String... command); in runTimedCmd()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilTest.java67 OutputStream stderr, in createRunnableResult()
291 File stderr = null; in testRuntimedCmd_withFileOutputStream() local
344 File stderr = null; in testRuntimedCmd_notWritable() local
/tools/test/connectivity/acts/framework/acts/controllers/
Dfastboot.py25 def __init__(self, cmd, stdout, stderr, ret_code): argument
Dadb.py51 def __init__(self, cmd, stdout, stderr, ret_code): argument
/tools/test/connectivity/acts/framework/tests/
Dacts_job_test.py38 stderr=None, argument
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DJacocoCodeCoverageTestTest.java186 String stderr = "something went wrong"; in testGenerateCoverageReport_unsuccessful() local
DJackCodeCoverageTestTest.java254 String stderr = "some error message"; in testGenerateCoverageReport_error() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DSubprocessTfLauncher.java230 FileOutputStream stderr = null; in run() local