Searched refs:_DEFAULT_TIMEOUT (Results 1 - 4 of 4) sorted by path

/external/chromium_org/build/android/pylib/device/
H A Dadb_wrapper.py19 _DEFAULT_TIMEOUT = 30 variable
106 def GetDevices(cls, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES):
153 def Shell(self, command, expect_rc=None, timeout=_DEFAULT_TIMEOUT,
188 def Logcat(self, filter_spec=None, timeout=_DEFAULT_TIMEOUT,
205 def Forward(self, local, remote, timeout=_DEFAULT_TIMEOUT,
225 def JDWP(self, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES):
263 def Uninstall(self, package, keep_data=False, timeout=_DEFAULT_TIMEOUT,
282 nosystem=True, include_all=False, timeout=_DEFAULT_TIMEOUT,
314 def Restore(self, path, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES):
334 def GetState(self, timeout=_DEFAULT_TIMEOUT, retrie
[all...]
H A Ddecorators_test.py28 _DEFAULT_TIMEOUT = 30 variable
259 def __init__(self, test_case, default_timeout=_DEFAULT_TIMEOUT,
H A Ddevice_utils.py22 _DEFAULT_TIMEOUT = 30 variable
27 _DEFAULT_TIMEOUT, _DEFAULT_RETRIES)
38 _DEFAULT_TIMEOUT, _DEFAULT_RETRIES)
50 def __init__(self, device, default_timeout=_DEFAULT_TIMEOUT,
211 REBOOT_DEFAULT_TIMEOUT = 10 * _DEFAULT_TIMEOUT
233 INSTALL_DEFAULT_TIMEOUT = 4 * _DEFAULT_TIMEOUT
498 PUSH_CHANGED_FILES_DEFAULT_TIMEOUT = 10 * _DEFAULT_TIMEOUT
/external/chromium_org/build/android/pylib/utils/
H A Dparallelizer.py60 _DEFAULT_TIMEOUT = 30 variable

Completed in 263 milliseconds