Home
last modified time | relevance | path

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

12

/tools/metalava/src/test/java/com/android/tools/metalava/
DOptionsTest.kt363 val stderr = StringWriter() in Test invalid arguments() constant
386 val stderr = StringWriter() in Test help() constant
DDriverTest.kt125 val stderr = error.toString(UTF_8.name()) in <lambda>() constant
/tools/test/connectivity/tools/lab/utils/
Djob.py66 def stderr(self): member in Result
76 stderr=bytes(), argument
/tools/test/connectivity/acts/framework/acts/libs/proc/
Djob.py67 def stderr(self): member in Result
78 stderr=bytes(), argument
/tools/metalava/src/main/java/com/android/tools/metalava/
DDriverException.kt20 val stderr: String = "", constant in com.android.tools.metalava.DriverException
DDriver.kt749 val stderr = if (processOutputHandler is CachedProcessOutputHandler) in invokeDocumentationTool() constant
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxInvocationRunner.java68 private static void handleStderrException(String stderr) throws Throwable { in handleStderrException()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteSshUtil.java47 OutputStream stderr, in remoteSshCommandExec()
/tools/test/connectivity/tools/lab/tests/
Dfake.py21 def __init__(self, exit_status=0, stdout='', stderr=''): argument
/tools/tradefederation/core/python-lib/tradefed_py/
Dadb_handler.py49 def __init__(self, cmd, stdout, stderr, ret_code): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceManagerTest.java631 OutputStream stderr = null; in testGetSshBugreport() local
685 OutputStream stderr = null; in testGetNestedSshBugreport() local
760 OutputStream stderr = null; in testGetSshBugreport_Fail() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DCommandResult.java79 public void setStderr(String stderr) { in setStderr()
DAaptParser.java117 String stderr = result.getStderr(); in parse() local
DRunUtil.java152 OutputStream stderr, final String... command) { in runTimedCmd()
166 OutputStream stdout, OutputStream stderr, String... command) { in createRunnableResult()
DIRunUtil.java116 final long timeout, OutputStream stdout, OutputStream stderr, final String... command); in runTimedCmd()
DFileUtil.java246 String stderr = result.getStderr(); in chmodExists() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilTest.java86 OutputStream stdout, OutputStream stderr, String... command) { in createRunnableResult()
331 File stderr = null; in testRuntimedCmd_withFileOutputStream() local
386 File stderr = null; in testRuntimedCmd_notWritable() local
/tools/test/connectivity/acts/framework/tests/
Dacts_adb_test.py24 def __init__(self, exit_status=0, stderr='', stdout=''): argument
Dacts_job_test.py38 stderr=None, argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dfastboot.py26 def __init__(self, cmd, stdout, stderr, ret_code): argument
Dadb.py57 def __init__(self, cmd, stdout, stderr, ret_code): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java2395 OutputStream stdout = null, stderr = null; in testExecuteShellV2Command() local
2414 OutputStream stdout = null, stderr = null; in testExecuteShellV2Command_timeout() local
2440 OutputStream stdout = null, stderr = null; in testExecuteShellV2Command_fail() local
2462 OutputStream stdout = null, stderr = null; in testSetProperty() local
DTestDeviceTest.java4315 OutputStream stdout = null, stderr = null; in testListDisplayId() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DSubprocessTfLauncher.java251 FileOutputStream stderr = null; in run() local
/tools/tradefederation/core/src/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java231 String stderr = result.getStderr(); in isSuccessful() local

12