Home
last modified time | relevance | path

Searched refs:stdout (Results 1 – 17 of 17) sorted by relevance

/test/vts-testcase/kernel/utils/
Dadb.py27 def __init__(self, cmd, stdout, stderr, ret_code): argument
29 self.stdout = stdout
35 ) % (self.cmd, self.ret_code, self.stdout, self.stderr)
82 stdout=subprocess.PIPE)
/test/app_compat/csuite/integration_tests/
Dcsuite_crash_detection_test.py42 self.expect_regex(completed_process.stdout, r"""PASSED\s*:\s*1""",
56 self.expect_regex(completed_process.stdout, r"""FAILED\s*:\s*1""",
58 self.expect_regex(completed_process.stdout,
104 self.assertIn('App launched', logcat_process.stdout, msg=msg)
Dcsuite_cli_test.py30 self.assertIn('App Compatibility Test Suite', completed_process.stdout,
Dcsuite_test_utils.py200 return [l.split(':')[1] for l in p.stdout.splitlines()]
/test/app_compat/csuite/tools/script/
Dgenerate_module.py202 current_out, current_err = sys.stdout, sys.stderr
204 sys.stdout, sys.stderr = out, err
207 sys.stdout, sys.stderr = current_out, current_err
210 def parse_args(args, out=sys.stdout, err=sys.stderr):
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DApkInstallerTest.java126 private static CommandResult createSuccessfulCommandResultWithStdout(String stdout) { in createSuccessfulCommandResultWithStdout() argument
129 commandResult.setStdout(stdout); in createSuccessfulCommandResultWithStdout()
DDeviceUtilsTest.java1001 private static CommandResult createSuccessfulCommandResultWithStdout(String stdout) { in createSuccessfulCommandResultWithStdout() argument
1004 commandResult.setStdout(stdout); in createSuccessfulCommandResultWithStdout()
DAppCrawlTesterTest.java749 private static CommandResult createSuccessfulCommandResultWithStdout(String stdout) { in createSuccessfulCommandResultWithStdout() argument
752 commandResult.setStdout(stdout); in createSuccessfulCommandResultWithStdout()
/test/vts-testcase/vndk/
Dutils.py54 stdin=subprocess.DEVNULL, stdout=subprocess.PIPE,
77 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/test/vts/tests/kernel_proc_file_api_test/
Dproc_utils.py168 stdout=subprocess.PIPE)
/test/catbox/report/src/com/android/catbox/result/
DResultReportCollector.java212 String stdout = result.getStdout(); in isSuccessful() local
213 if (stdout.contains(ERROR_MESSAGE_TAG)) { in isSuccessful()
/test/vts-testcase/vndk/files/
Dvts_vndk_files_test.py191 logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
/test/vts-testcase/vndk/abi/
Dvts_vndk_abi_test.py373 logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
/test/vts-testcase/vndk/dependency/
Dvts_vndk_dependency_test.py483 logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
/test/dittosuite/
DREADME.md34 - `--log-stream=<int | string>` (default: stdout). Select the output stream for the log messages.
35 Options: stdout, logcat with 0, 1 respectively.
DDoxyfile899 # the WARN_LOGFILE is defined as - i.e. standard output (stdout) in that case
932 # (stdout).
/test/app_compat/csuite/
Dpylintrc152 # command line instead of printing them on stdout. Reports (if any) will be