Home
last modified time | relevance | path

Searched refs:TEE_TO_LOGS (Results 1 – 25 of 28) 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.py54 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/graphics_GLBench/
Dgraphics_GLBench.py115 stdout_tee=utils.TEE_TO_LOGS,
116 stderr_tee=utils.TEE_TO_LOGS).stdout
129 stdout_tee=utils.TEE_TO_LOGS,
130 stderr_tee=utils.TEE_TO_LOGS).stdout
/external/autotest/client/site_tests/graphics_Gbm/
Dgraphics_Gbm.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/client/site_tests/graphics_Sanity/
Dgraphics_Sanity.py124 cmd, stdout_tee=utils.TEE_TO_LOGS, 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/client/cros/
Dnetwork_chroot.py292 stdout_tee=utils.TEE_TO_LOGS,
293 stderr_tee=utils.TEE_TO_LOGS,
Dverity_utils.py36 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/server/site_tests/tast/
Dtast.py328 stdout_tee=utils.TEE_TO_LOGS,
329 stderr_tee=utils.TEE_TO_LOGS,
398 stdout_tee=(utils.TEE_TO_LOGS if log_stdout
400 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/cros/tradefed/
Dtradefed_utils.py91 stdout_tee=common_utils.TEE_TO_LOGS,
92 stderr_tee=common_utils.TEE_TO_LOGS,
Dtradefed_test.py84 stdout_tee=utils.TEE_TO_LOGS,
85 stderr_tee=utils.TEE_TO_LOGS)
1153 stdout_tee=utils.TEE_TO_LOGS,
1154 stderr_tee=utils.TEE_TO_LOGS)
/external/autotest/client/common_lib/
Dutils.py95 TEE_TO_LOGS = object() variable
125 if stream is TEE_TO_LOGS:
1071 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS).exit_status
1079 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS)]
1104 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS,
1120 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS)]
2024 stderr_tee=TEE_TO_LOGS)
Dutils_unittest.py806 utils.run('echo output', stdout_tee=utils.TEE_TO_LOGS,
813 utils.run('echo output', stdout_tee=utils.TEE_TO_LOGS,
820 utils.run('echo output && echo error >&2', stdout_tee=utils.TEE_TO_LOGS,
821 stderr_tee=utils.TEE_TO_LOGS, stdout_level=logging.INFO,
832 utils.run('echo output && echo error >&2', stdout_tee=utils.TEE_TO_LOGS,
833 stderr_tee=utils.TEE_TO_LOGS, stdout_level=logging.INFO,
/external/autotest/server/hosts/drone_api_client/
Dclient.py103 if tee is not None and tee is not utils.TEE_TO_LOGS:
/external/autotest/server/hosts/
Dbase_servohost.py494 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
Dssh_host.py304 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
Dhardware_StorageWearoutDetect.py87 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.py103 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/site_utils/lxc/
Dlxc.py89 stderr_tee=common_utils.TEE_TO_LOGS, timeout=3*60)
/external/autotest/server/site_tests/firmware_IntegratedU2F/
Dfirmware_IntegratedU2F.py192 stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/server/cros/
Dfactory_install_test.py227 stdout_tee=utils.TEE_TO_LOGS,

12