Searched refs:DEFAULT_RETRIES (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | adb_wrapper.py | 39 DEFAULT_RETRIES = 2 variable 366 def KillServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): 370 def StartServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): 376 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): 383 timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): 413 retries=DEFAULT_RETRIES): 428 def Push(self, local, remote, timeout=60 * 5, retries=DEFAULT_RETRIES): 478 def Pull(self, remote, local, timeout=60 * 5, retries=DEFAULT_RETRIES): 511 timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): 571 def Ls(self, path, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): [all …]
|
D | gce_adb_wrapper.py | 33 retries=adb_wrapper.DEFAULT_RETRIES):
|