Home
last modified time | relevance | path

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

12

/external/autotest/client/cros/audio/
Dcmd_utils.py16 from autotest_lib.client.common_lib.utils import TEE_TO_LOGS
148 def execute(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS):
164 def popen(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS, env=None):
171 if stdout is TEE_TO_LOGS:
173 if stderr is TEE_TO_LOGS:
/external/autotest/client/site_tests/graphics_Piglit/
Dgraphics_Piglit.py78 stdout_tee = utils.TEE_TO_LOGS,
79 stderr_tee = utils.TEE_TO_LOGS)
88 stdout_tee = utils.TEE_TO_LOGS,
89 stderr_tee = utils.TEE_TO_LOGS)
/external/autotest/client/bin/
Dlocal_host_unittest.py49 ignore_status=True, stdout_tee=local_host.utils.TEE_TO_LOGS,
50 stderr_tee=local_host.utils.TEE_TO_LOGS, stdin=None, args=())
63 stdout_tee=local_host.utils.TEE_TO_LOGS,
64 stderr_tee=local_host.utils.TEE_TO_LOGS, stdin=None), result)
Dlocal_host.py40 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/security_SMMLocked/
Dsecurity_SMMLocked.py29 stdout_tee=utils.TEE_TO_LOGS,
30 stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/security_mprotect/
Dsecurity_mprotect.py31 stdout_tee=utils.TEE_TO_LOGS,
32 stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/graphics_Gbm/
Dgraphics_Gbm.py36 stdout_tee = utils.TEE_TO_LOGS,
37 stderr_tee = utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py161 stdout_tee=utils.TEE_TO_LOGS,
162 stderr_tee=utils.TEE_TO_LOGS)
265 stdout_tee=utils.TEE_TO_LOGS,
266 stderr_tee=utils.TEE_TO_LOGS)
351 stdout_tee=utils.TEE_TO_LOGS,
352 stderr_tee=utils.TEE_TO_LOGS)
/external/autotest/client/site_tests/graphics_GLBench/
Dgraphics_GLBench.py141 stdout_tee = utils.TEE_TO_LOGS,
142 stderr_tee = utils.TEE_TO_LOGS).stdout
156 stdout_tee = utils.TEE_TO_LOGS,
157 stderr_tee = utils.TEE_TO_LOGS).stdout
/external/autotest/client/site_tests/graphics_PiglitBVT/
Dgraphics_PiglitBVT.py62 stdout_tee=utils.TEE_TO_LOGS,
63 stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/graphics_Sanity/
Dgraphics_Sanity.py93 stdout_tee=utils.TEE_TO_LOGS,
94 stderr_tee=utils.TEE_TO_LOGS)
/external/autotest/client/site_tests/graphics_SanAngeles/
Dgraphics_SanAngeles.py65 stdout_tee=utils.TEE_TO_LOGS,
66 stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/graphics_GLMark2/
Dgraphics_GLMark2.py100 stdout_tee=utils.TEE_TO_LOGS,
101 stderr_tee=utils.TEE_TO_LOGS)
/external/autotest/client/common_lib/
Dbase_utils.py62 TEE_TO_LOGS = object() variable
89 if stream is TEE_TO_LOGS:
152 stdout_tee = TEE_TO_LOGS
153 stderr_tee = TEE_TO_LOGS
1159 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS).exit_status
1167 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS)]
1192 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS,
1208 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS)]
Dsite_utils.py82 stdout_tee=base_utils.TEE_TO_LOGS,
83 stderr_tee=base_utils.TEE_TO_LOGS).exit_status
/external/autotest/client/site_tests/network_DestinationVerification/
Dnetwork_DestinationVerification.py197 stderr_tee=utils.TEE_TO_LOGS,
297 stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/site_utils/suite_scheduler/
Dmanifest_versions.py63 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/server/hosts/
Dssh_host.py136 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
Dparamiko_host.py234 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
Dadb_host.py278 stdout=utils.TEE_TO_LOGS, stderr=utils.TEE_TO_LOGS,
368 ignore_timeout=False, stdout_tee=utils.TEE_TO_LOGS,
369 stderr_tee=utils.TEE_TO_LOGS, connect_timeout=30, options='',
Dservo_host.py262 stdout_tee=utils.TEE_TO_LOGS, 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/client/cros/
Dverity_utils.py35 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/client/common_lib/hosts/
Dbase_classes.py87 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,

12