Home
last modified time | relevance | path

Searched refs:TEE_TO_LOGS (Results 1 – 25 of 27) 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.py56 stdout_tee=local_host.utils.TEE_TO_LOGS,
57 stderr_tee=local_host.utils.TEE_TO_LOGS,
66 stdout_tee=local_host.utils.TEE_TO_LOGS,
67 stderr_tee=local_host.utils.TEE_TO_LOGS,
88 stdout_tee=local_host.utils.TEE_TO_LOGS,
89 stderr_tee=local_host.utils.TEE_TO_LOGS,
110 stdout_tee=local_host.utils.TEE_TO_LOGS,
111 stderr_tee=local_host.utils.TEE_TO_LOGS,
137 stdout_tee=local_host.utils.TEE_TO_LOGS,
138 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.py116 stdout_tee=utils.TEE_TO_LOGS,
117 stderr_tee=utils.TEE_TO_LOGS).stdout
130 stdout_tee=utils.TEE_TO_LOGS,
131 stderr_tee=utils.TEE_TO_LOGS).stdout
/external/autotest/client/site_tests/graphics_Gbm/
Dgraphics_Gbm.py43 stdout_tee=utils.TEE_TO_LOGS,
44 stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/graphics_SanAngeles/
Dgraphics_SanAngeles.py59 stdout_tee=utils.TEE_TO_LOGS,
60 stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/client/site_tests/graphics_GLMark2/
Dgraphics_GLMark2.py82 stdout_tee=utils.TEE_TO_LOGS,
83 stderr_tee=utils.TEE_TO_LOGS)
/external/autotest/server/hosts/
Dattached_device_host.py180 stdout_tee=utils.TEE_TO_LOGS,
181 stderr_tee=utils.TEE_TO_LOGS,
Dssh_host.py348 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
Dbase_servohost.py565 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/server/site_tests/tast/
Dtast.py682 stdout_tee=utils.TEE_TO_LOGS,
683 stderr_tee=utils.TEE_TO_LOGS,
768 stdout_tee=(utils.TEE_TO_LOGS if log_stdout else None),
769 stderr_tee=utils.TEE_TO_LOGS,
781 stdout_tee=utils.TEE_TO_LOGS,
782 stderr_tee=utils.TEE_TO_LOGS,
804 stdout_tee=utils.TEE_TO_LOGS,
805 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/cros/tradefed/
Dtradefed_utils.py96 stdout_tee=common_utils.TEE_TO_LOGS,
97 stderr_tee=common_utils.TEE_TO_LOGS,
Dtradefed_test.py92 stdout_tee=utils.TEE_TO_LOGS,
93 stderr_tee=utils.TEE_TO_LOGS)
866 stdout_tee=utils.TEE_TO_LOGS,
867 stderr_tee=utils.TEE_TO_LOGS)
1352 stdout_tee=utils.TEE_TO_LOGS,
1353 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:
1034 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS).exit_status
1042 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS)]
1067 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS,
1083 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS)]
2044 stderr_tee=TEE_TO_LOGS)
Dutils_unittest.py812 utils.run('echo output', stdout_tee=utils.TEE_TO_LOGS,
819 utils.run('echo output', stdout_tee=utils.TEE_TO_LOGS,
826 utils.run('echo output && echo error >&2', stdout_tee=utils.TEE_TO_LOGS,
827 stderr_tee=utils.TEE_TO_LOGS, stdout_level=logging.INFO,
838 utils.run('echo output && echo error >&2', stdout_tee=utils.TEE_TO_LOGS,
839 stderr_tee=utils.TEE_TO_LOGS, stdout_level=logging.INFO,
/external/autotest/client/site_tests/graphics_parallel_dEQP/
Dgraphics_parallel_dEQP.py235 stdout_tee=utils.TEE_TO_LOGS,
237 stderr_tee=utils.TEE_TO_LOGS)
/external/autotest/server/hosts/tls_client/
Dexec_dut_command.py108 if tee is not None and tee is not utils.TEE_TO_LOGS:
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
Dhardware_StorageWearoutDetect.py88 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.py96 stderr_tee=common_utils.TEE_TO_LOGS, timeout=3*60)
/external/autotest/server/site_tests/firmware_IntegratedU2F/
Dfirmware_IntegratedU2F.py193 stderr_tee=utils.TEE_TO_LOGS,
/external/autotest/server/cros/
Dfactory_install_test.py227 stdout_tee=utils.TEE_TO_LOGS,

12