HomeSort by relevance Sort by last modified time
    Searched refs:reboot_timeout (Results 1 - 5 of 5) sorted by null

  /external/autotest/server/site_tests/security_kASLR/
security_kASLR.py 17 reboot_timeout = 60 variable in class:security_kASLR
27 timeout=self.reboot_timeout,
28 down_timeout=self.reboot_timeout,
29 down_warning=self.reboot_timeout)
  /external/chromium-trace/catapult/devil/devil/android/tools/
provision_devices.py 85 reboot_timeout=None,
139 parallel_devices.pMap(ProvisionDevice, steps, blacklist, reboot_timeout)
150 def ProvisionDevice(device, steps, blacklist, reboot_timeout=None):
152 if not reboot_timeout:
154 reboot_timeout = _DEFAULT_TIMEOUTS.LOLLIPOP
156 reboot_timeout = _DEFAULT_TIMEOUTS.PRE_LOLLIPOP
160 device.WaitUntilFullyBooted(timeout=reboot_timeout, retries=0)
163 device.Reboot(timeout=reboot_timeout)
652 reboot_timeout=args.reboot_timeout,
    [all...]
  /external/autotest/server/site_tests/platform_BootPerfServer/
platform_BootPerfServer.py 61 self.client.reboot(reboot_timeout=90)
  /system/core/healthd/
healthd_mode_charger.cpp 426 int64_t reboot_timeout = key->timestamp + POWER_ON_KEY_TIME; local
427 if (now >= reboot_timeout) {
  /external/autotest/server/hosts/
cros_host.py 111 # REBOOT_TIMEOUT: How long to wait for a reboot.
117 REBOOT_TIMEOUT = 480
523 self.reboot(timeout=self.REBOOT_TIMEOUT, wait=True)
    [all...]

Completed in 824 milliseconds