Searched refs:TEE_TO_LOGS (Results 1 – 25 of 26) sorted by relevance
12
/external/autotest/client/cros/audio/ |
D | cmd_utils.py | 16 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/ |
D | graphics_Piglit.py | 78 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/ |
D | local_host_unittest.py | 49 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)
|
D | local_host.py | 40 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/client/site_tests/security_SMMLocked/ |
D | security_SMMLocked.py | 29 stdout_tee=utils.TEE_TO_LOGS, 30 stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/client/site_tests/security_mprotect/ |
D | security_mprotect.py | 31 stdout_tee=utils.TEE_TO_LOGS, 32 stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/client/site_tests/graphics_Gbm/ |
D | graphics_Gbm.py | 36 stdout_tee = utils.TEE_TO_LOGS, 37 stderr_tee = utils.TEE_TO_LOGS,
|
/external/autotest/client/site_tests/graphics_dEQP/ |
D | graphics_dEQP.py | 161 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/ |
D | graphics_GLBench.py | 141 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/ |
D | graphics_PiglitBVT.py | 62 stdout_tee=utils.TEE_TO_LOGS, 63 stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/client/site_tests/graphics_Sanity/ |
D | graphics_Sanity.py | 93 stdout_tee=utils.TEE_TO_LOGS, 94 stderr_tee=utils.TEE_TO_LOGS)
|
/external/autotest/client/site_tests/graphics_SanAngeles/ |
D | graphics_SanAngeles.py | 65 stdout_tee=utils.TEE_TO_LOGS, 66 stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/client/site_tests/graphics_GLMark2/ |
D | graphics_GLMark2.py | 100 stdout_tee=utils.TEE_TO_LOGS, 101 stderr_tee=utils.TEE_TO_LOGS)
|
/external/autotest/client/common_lib/ |
D | base_utils.py | 62 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)]
|
D | site_utils.py | 82 stdout_tee=base_utils.TEE_TO_LOGS, 83 stderr_tee=base_utils.TEE_TO_LOGS).exit_status
|
/external/autotest/client/site_tests/network_DestinationVerification/ |
D | network_DestinationVerification.py | 197 stderr_tee=utils.TEE_TO_LOGS, 297 stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/site_utils/suite_scheduler/ |
D | manifest_versions.py | 63 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/server/hosts/ |
D | ssh_host.py | 136 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
|
D | paramiko_host.py | 234 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
|
D | adb_host.py | 278 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='',
|
D | servo_host.py | 262 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/client/tests/tbench/ |
D | tbench.py | 37 self.results = utils.run(cmd, stderr_tee=utils.TEE_TO_LOGS).stdout
|
/external/autotest/client/cros/ |
D | verity_utils.py | 35 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/client/profilers/ftrace/ |
D | ftrace.py | 99 stderr_tee=utils.TEE_TO_LOGS)
|
/external/autotest/client/common_lib/hosts/ |
D | base_classes.py | 87 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS,
|
12