Searched defs:retry_count (Results 1 – 4 of 4) sorted by relevance
/development/testrunner/ |
D | adb_interface.py | 54 def SendCommand(self, command_string, timeout_time=20, retry_count=3): argument 74 def SendShellCommand(self, cmd, timeout_time=20, retry_count=3): argument 452 def Sync(self, retry_count=3, runtime_restart=False): argument 510 def RuntimeReset(self, disable_keyguard=False, retry_count=3, preview_only=False): argument
|
D | run_command.py | 37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True, argument
|
/development/ndk/platforms/android-3/include/linux/ |
D | ncp_mount.h | 37 unsigned int retry_count; member 58 unsigned int retry_count; member
|
/development/ndk/platforms/android-L/include/linux/ |
D | ncp_mount.h | 44 unsigned int retry_count; member 62 unsigned int retry_count; member
|