/external/autotest/client/site_tests/graphics_Gbm/ |
graphics_Gbm.py | 35 stdout_tee=utils.TEE_TO_LOGS, 36 stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/client/site_tests/security_SMMLocked/ |
security_SMMLocked.py | 42 stdout_tee=utils.TEE_TO_LOGS, 43 stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/client/cros/audio/ |
cmd_utils.py | 16 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/ |
local_host_unittest.py | 55 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, [all...] |
local_host.py | 48 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/client/site_tests/graphics_SanAngeles/ |
graphics_SanAngeles.py | 58 stdout_tee=utils.TEE_TO_LOGS, 59 stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/server/site_tests/cheets_GTS/ |
cheets_GTS.py | 86 stdout_tee=utils.TEE_TO_LOGS, 87 stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/client/site_tests/graphics_GLBench/ |
graphics_GLBench.py | 142 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/tests/tbench/ |
tbench.py | 37 self.results = utils.run(cmd, stderr_tee=utils.TEE_TO_LOGS).stdout
|
/external/autotest/client/site_tests/graphics_Drm/ |
graphics_Drm.py | 84 stdout_tee=utils.TEE_TO_LOGS, 85 stderr_tee=utils.TEE_TO_LOGS
|
/external/autotest/client/site_tests/graphics_GLMark2/ |
graphics_GLMark2.py | 94 stdout_tee=utils.TEE_TO_LOGS, 95 stderr_tee=utils.TEE_TO_LOGS)
|
/external/autotest/client/site_tests/graphics_Sanity/ |
graphics_Sanity.py | 129 cmd, stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS)
|
/external/autotest/server/cros/ |
tradefed_utils.py | 86 stdout_tee=common_utils.TEE_TO_LOGS, 87 stderr_tee=common_utils.TEE_TO_LOGS,
|
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/ |
hardware_StorageWearoutDetect.py | 63 stderr_tee=utils.TEE_TO_LOGS)
|
/external/autotest/server/site_tests/tast/ |
tast.py | 213 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/server/site_tests/cheets_CTS_N/ |
cheets_CTS_N.py | 103 stdout_tee=utils.TEE_TO_LOGS, 104 stderr_tee=utils.TEE_TO_LOGS)
|
/external/autotest/client/profilers/ftrace/ |
ftrace.py | 99 stderr_tee=utils.TEE_TO_LOGS)
|
/external/autotest/client/cros/ |
verity_utils.py | 35 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/client/site_tests/security_SELinux/ |
security_SELinux.py | 133 stdout_tee=utils.TEE_TO_LOGS, 134 stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/server/hosts/ |
ssh_host.py | 275 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
|
servo_host.py | 275 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/client/common_lib/hosts/ |
base_classes.py | 96 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/server/site_tests/firmware_IntegratedU2F/ |
firmware_IntegratedU2F.py | 171 stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/site_utils/lxc/ |
lxc.py | 89 stderr_tee=common_utils.TEE_TO_LOGS, timeout=3*60)
|
/external/autotest/client/common_lib/ |
utils_unittest.py | 790 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, [all...] |