/external/autotest/server/hosts/drone_api_client/ |
D | client.py | 34 def run_cmd(self, cmd, stdout_tee=None, stderr_tee=None, timeout=120): argument 50 self._run(cmd, stdout_tee, stderr_tee, res, timeout) 61 def _run(self, cmd, stdout_tee, stderr_tee, res, timeout): argument 74 _parse_item_and_log(item.stderr, stderr_buf, stderr_tee)
|
/external/autotest/client/bin/ |
D | local_host_unittest.py | 56 stderr_tee=local_host.utils.TEE_TO_LOGS, 66 stderr_tee=local_host.utils.TEE_TO_LOGS, 88 stderr_tee=local_host.utils.TEE_TO_LOGS, 110 stderr_tee=local_host.utils.TEE_TO_LOGS, 137 stderr_tee=local_host.utils.TEE_TO_LOGS,
|
D | local_host.py | 54 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS, argument 63 stderr_tee=stderr_tee, stdin=stdin, args=args)
|
/external/autotest/site_utils/ |
D | sync_cloudsql_access.py | 64 stderr_tee=sys.stderr, stdin=sys.stdin) 128 utils.run(cmd, stdout_tee=sys.stdout, stderr_tee=sys.stderr)
|
/external/autotest/client/common_lib/ |
D | utils.py | 140 def __init__(self, command, stdout_tee=None, stderr_tee=None, verbose=True, argument 203 if (unjoinable and (stdout_tee != DEVNULL or stderr_tee != DEVNULL)): 211 stderr_tee, stderr_level, 251 stderr=devnull if stderr_tee == DEVNULL else subprocess.PIPE, 259 None if stderr_tee == DEVNULL else six.StringIO()) 721 stderr_tee=None, verbose=True, stdin=None, stderr_is_expected=None, argument 787 (BgJob(command, stdout_tee, stderr_tee, verbose, stdin=stdin, 804 stdout_tee=None, stderr_tee=None, argument 819 bg_jobs.append(BgJob(command, stdout_tee, stderr_tee, 1071 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS).exit_status [all …]
|
D | utils_unittest.py | 789 stderr_tee = six.StringIO() 792 cmd, stdout_tee=stdout_tee, stderr_tee=stderr_tee, 795 self.assertEqual(stderr_tee.getvalue(), 'error\n') 821 stderr_tee=utils.TEE_TO_LOGS, stdout_level=logging.INFO, 833 stderr_tee=utils.TEE_TO_LOGS, stdout_level=logging.INFO,
|
/external/autotest/client/site_tests/graphics_GLBench/ |
D | graphics_GLBench.py | 116 stderr_tee=utils.TEE_TO_LOGS).stdout 130 stderr_tee=utils.TEE_TO_LOGS).stdout
|
/external/autotest/server/site_tests/native_Benchmarks/ |
D | native_Benchmarks_common.py | 25 result = host.run(cmd, stdout_tee=stdout, stderr_tee=stderr)
|
/external/autotest/client/tests/ipv6connect/ |
D | ipv6connect.py | 28 stdout_tee=sys.stdout, stderr_tee=sys.stderr)
|
/external/autotest/client/site_tests/graphics_Gbm/ |
D | graphics_Gbm.py | 43 stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/client/profilers/cmdprofile/ |
D | cmdprofile.py | 53 utils.run(cmd, stdout_tee=logfile, stderr_tee=logfile)
|
/external/autotest/client/tests/tbench/ |
D | tbench.py | 37 self.results = utils.run(cmd, stderr_tee=utils.TEE_TO_LOGS).stdout
|
/external/autotest/client/site_tests/platform_Crouton/ |
D | platform_Crouton.py | 69 stderr_tee=logging_manager.LoggingFile(level=logging.INFO))
|
/external/autotest/client/site_tests/graphics_SanAngeles/ |
D | graphics_SanAngeles.py | 59 stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/server/hosts/ |
D | base_servohost.py | 494 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS, argument 535 'stderr_tee' : stderr_tee,
|
D | ssh_host.py | 304 stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS, argument 357 stdout_tee, stderr_tee, connect_timeout, env,
|
D | ssh_multiplex.py | 104 stdout_tee=utils.DEVNULL, stderr_tee=utils.DEVNULL,
|
/external/autotest/client/site_tests/graphics_Sanity/ |
D | graphics_Sanity.py | 124 cmd, stdout_tee=utils.TEE_TO_LOGS, stderr_tee=utils.TEE_TO_LOGS)
|
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/ |
D | hardware_StorageWearoutDetect.py | 87 stderr_tee=utils.TEE_TO_LOGS)
|
/external/autotest/client/profilers/ftrace/ |
D | ftrace.py | 99 stderr_tee=utils.TEE_TO_LOGS)
|
/external/autotest/client/site_tests/graphics_GLMark2/ |
D | graphics_GLMark2.py | 95 stderr_tee=utils.TEE_TO_LOGS)
|
/external/autotest/site_utils/lxc/ |
D | lxc.py | 89 stderr_tee=common_utils.TEE_TO_LOGS, timeout=3*60)
|
/external/autotest/client/site_tests/p2p_ConsumeFiles/ |
D | p2p_ConsumeFiles.py | 85 stdout_tee=open(tempfn, 'w'), stderr_tee=sys.stdout)
|
/external/autotest/client/cros/ |
D | network_chroot.py | 293 stderr_tee=utils.TEE_TO_LOGS,
|
/external/autotest/server/site_tests/tast/ |
D | tast.py | 329 stderr_tee=utils.TEE_TO_LOGS, 400 stderr_tee=utils.TEE_TO_LOGS,
|