Searched defs:timeout_time (Results 1 – 2 of 2) sorted by relevance
/development/testrunner/ |
D | run_command.py | 37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True, argument 65 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None): argument
|
D | adb_interface.py | 54 def SendCommand(self, command_string, timeout_time=60, retry_count=3): argument 74 def SendShellCommand(self, cmd, timeout_time=20, retry_count=3): argument 178 self, package_name, runner_name, timeout_time=60*10, argument 194 self, instrumentation_path, timeout_time=60*10, no_window_animation=False, argument
|