Home
last modified time | relevance | path

Searched refs:TEE_TO_LOGS (Results 1 – 25 of 30) sorted by relevance

12

/external/autotest/client/cros/audio/
Dcmd_utils.py16 from autotest_lib.client.common_lib.utils import TEE_TO_LOGS
161 def execute(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS,
199 def popen(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS, env=None,
214 if stdout is TEE_TO_LOGS:
216 if stderr is TEE_TO_LOGS:
/external/autotest/client/bin/
Dlocal_host_unittest.py55 stdout_tee=local_host.utils.TEE_TO_LOGS,
56 stderr_tee=local_host.utils.TEE_TO_LOGS,
65 stdout_tee=local_host.utils.TEE_TO_LOGS,
66 stderr_tee=local_host.utils.TEE_TO_LOGS,
87 stdout_tee=local_host.utils.TEE_TO_LOGS,
88 stderr_tee=local_host.utils.TEE_TO_LOGS,
109 stdout_tee=local_host.utils.TEE_TO_LOGS,
110 stderr_tee=local_host.utils.TEE_TO_LOGS,
136 stdout_tee=local_host.utils.TEE_TO_LOGS,
137 stderr_tee=local_host.utils.TEE_TO_LOGS,
Dlocal_host.py48 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/graphics_GLBench/
Dgraphics_GLBench.py142 stdout_tee=utils.TEE_TO_LOGS,
143 stderr_tee=utils.TEE_TO_LOGS).stdout
157 stdout_tee=utils.TEE_TO_LOGS,
158 stderr_tee=utils.TEE_TO_LOGS).stdout
/external/autotest/client/site_tests/graphics_Gbm/
Dgraphics_Gbm.py35 stdout_tee=utils.TEE_TO_LOGS,
36 stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/security_SMMLocked/
Dsecurity_SMMLocked.py42 stdout_tee=utils.TEE_TO_LOGS,
43 stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/graphics_SanAngeles/
Dgraphics_SanAngeles.py58 stdout_tee=utils.TEE_TO_LOGS,
59 stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/server/site_tests/cheets_GTS/
Dcheets_GTS.py86 stdout_tee=utils.TEE_TO_LOGS,
87 stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/graphics_Sanity/
Dgraphics_Sanity.py129 cmd, stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS)
/external/autotest/server/site_tests/tast/
Dtast.py213 stdout_tee=utils.TEE_TO_LOGS,
214 stderr_tee=utils.TEE_TO_LOGS,
257 stdout_tee=(utils.TEE_TO_LOGS if log_stdout
259 stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/graphics_GLMark2/
Dgraphics_GLMark2.py94 stdout_tee=utils.TEE_TO_LOGS,
95 stderr_tee=utils.TEE_TO_LOGS)
/external/autotest/server/cros/
Dtradefed_utils.py86 stdout_tee=common_utils.TEE_TO_LOGS,
87 stderr_tee=common_utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/graphics_Drm/
Dgraphics_Drm.py84 stdout_tee=utils.TEE_TO_LOGS,
85 stderr_tee=utils.TEE_TO_LOGS
/external/autotest/server/site_tests/cheets_CTS_N/
Dcheets_CTS_N.py103 stdout_tee=utils.TEE_TO_LOGS,
104 stderr_tee=utils.TEE_TO_LOGS)
/external/autotest/client/common_lib/
Dutils.py83 TEE_TO_LOGS = object() variable
113 if stream is TEE_TO_LOGS:
1033 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS).exit_status
1041 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS)]
1066 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS,
1082 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS)]
1976 stdout_tee=TEE_TO_LOGS,
1977 stderr_tee=TEE_TO_LOGS).exit_status
Dutils_unittest.py790 utils.run('echo output', stdout_tee=utils.TEE_TO_LOGS,
797 utils.run('echo output', stdout_tee=utils.TEE_TO_LOGS,
804 utils.run('echo output && echo error >&2', stdout_tee=utils.TEE_TO_LOGS,
805 stderr_tee=utils.TEE_TO_LOGS, stdout_level=logging.INFO,
816 utils.run('echo output && echo error >&2', stdout_tee=utils.TEE_TO_LOGS,
817 stderr_tee=utils.TEE_TO_LOGS, stdout_level=logging.INFO,
/external/autotest/client/cros/
Dverity_utils.py35 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/security_SELinux/
Dsecurity_SELinux.py133 stdout_tee=utils.TEE_TO_LOGS,
134 stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/tests/tbench/
Dtbench.py37 self.results = utils.run(cmd, stderr_tee=utils.TEE_TO_LOGS).stdout
/external/autotest/server/hosts/
Dssh_host.py275 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
Dadb_host.py277 stdout=utils.TEE_TO_LOGS, stderr=utils.TEE_TO_LOGS,
407 ignore_timeout=False, stdout_tee=utils.TEE_TO_LOGS,
408 stderr_tee=utils.TEE_TO_LOGS, connect_timeout=30, options='',
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
Dhardware_StorageWearoutDetect.py63 stderr_tee=utils.TEE_TO_LOGS)
/external/autotest/client/common_lib/hosts/
Dbase_classes.py96 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/profilers/ftrace/
Dftrace.py99 stderr_tee=utils.TEE_TO_LOGS)
/external/autotest/site_utils/lxc/
Dlxc.py89 stderr_tee=common_utils.TEE_TO_LOGS, timeout=3*60)

12