Searched refs:stdout (Results 1 – 17 of 17) sorted by relevance
/test/vts-testcase/kernel/utils/ |
D | adb.py | 27 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/ |
D | csuite_crash_detection_test.py | 42 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)
|
D | csuite_cli_test.py | 30 self.assertIn('App Compatibility Test Suite', completed_process.stdout,
|
D | csuite_test_utils.py | 200 return [l.split(':')[1] for l in p.stdout.splitlines()]
|
/test/app_compat/csuite/tools/script/ |
D | generate_module.py | 202 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/ |
D | ApkInstallerTest.java | 126 private static CommandResult createSuccessfulCommandResultWithStdout(String stdout) { in createSuccessfulCommandResultWithStdout() argument 129 commandResult.setStdout(stdout); in createSuccessfulCommandResultWithStdout()
|
D | DeviceUtilsTest.java | 1001 private static CommandResult createSuccessfulCommandResultWithStdout(String stdout) { in createSuccessfulCommandResultWithStdout() argument 1004 commandResult.setStdout(stdout); in createSuccessfulCommandResultWithStdout()
|
D | AppCrawlTesterTest.java | 749 private static CommandResult createSuccessfulCommandResultWithStdout(String stdout) { in createSuccessfulCommandResultWithStdout() argument 752 commandResult.setStdout(stdout); in createSuccessfulCommandResultWithStdout()
|
/test/vts-testcase/vndk/ |
D | utils.py | 54 stdin=subprocess.DEVNULL, stdout=subprocess.PIPE, 77 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
/test/vts/tests/kernel_proc_file_api_test/ |
D | proc_utils.py | 168 stdout=subprocess.PIPE)
|
/test/catbox/report/src/com/android/catbox/result/ |
D | ResultReportCollector.java | 212 String stdout = result.getStdout(); in isSuccessful() local 213 if (stdout.contains(ERROR_MESSAGE_TAG)) { in isSuccessful()
|
/test/vts-testcase/vndk/files/ |
D | vts_vndk_files_test.py | 191 logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
|
/test/vts-testcase/vndk/abi/ |
D | vts_vndk_abi_test.py | 373 logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
|
/test/vts-testcase/vndk/dependency/ |
D | vts_vndk_dependency_test.py | 483 logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
|
/test/dittosuite/ |
D | README.md | 34 - `--log-stream=<int | string>` (default: stdout). Select the output stream for the log messages. 35 Options: stdout, logcat with 0, 1 respectively.
|
D | Doxyfile | 899 # the WARN_LOGFILE is defined as - i.e. standard output (stdout) in that case 932 # (stdout).
|
/test/app_compat/csuite/ |
D | pylintrc | 152 # command line instead of printing them on stdout. Reports (if any) will be
|