Searched defs:DEFAULT_RETRIES (Results 1 - 2 of 2) sorted by relevance

/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py30 DEFAULT_RETRIES = 2 variable
309 def KillServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES):
313 def StartServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES):
319 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES):
326 timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES):
356 retries=DEFAULT_RETRIES):
371 def Push(self, local, remote, timeout=60 * 5, retries=DEFAULT_RETRIES):
383 def Pull(self, remote, local, timeout=60 * 5, retries=DEFAULT_RETRIES):
401 retries=DEFAULT_RETRIES):
455 def Ls(self, path, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES)
[all...]
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py36 DEFAULT_RETRIES = 2 variable
352 def KillServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES):
356 def StartServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES):
362 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES):
369 timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES):
399 retries=DEFAULT_RETRIES):
414 def Push(self, local, remote, timeout=60 * 5, retries=DEFAULT_RETRIES):
464 def Pull(self, remote, local, timeout=60 * 5, retries=DEFAULT_RETRIES):
484 retries=DEFAULT_RETRIES):
539 def Ls(self, path, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES)
[all...]

Completed in 139 milliseconds