HomeSort by relevance Sort by last modified time
    Searched refs:reboot_timeout (Results 1 - 6 of 6) 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 82 reboot_timeout=None,
121 parallel_devices.pMap(ProvisionDevice, steps, blacklist, reboot_timeout)
132 def ProvisionDevice(device, steps, blacklist, reboot_timeout=None):
134 if not reboot_timeout:
136 reboot_timeout = _DEFAULT_TIMEOUTS.LOLLIPOP
138 reboot_timeout = _DEFAULT_TIMEOUTS.PRE_LOLLIPOP
142 device.WaitUntilFullyBooted(timeout=reboot_timeout, retries=0)
145 device.Reboot(timeout=reboot_timeout)
570 reboot_timeout=args.reboot_timeout,
    [all...]
  /external/v8/build/android/
provision_devices.py 93 if options.reboot_timeout:
94 reboot_timeout = options.reboot_timeout
96 reboot_timeout = _DEFAULT_TIMEOUTS.LOLLIPOP
98 reboot_timeout = _DEFAULT_TIMEOUTS.PRE_LOLLIPOP
105 device.WaitUntilFullyBooted(timeout=reboot_timeout, retries=0)
108 device.Reboot(timeout=reboot_timeout)
  /external/autotest/server/site_tests/platform_BootPerfServer/
platform_BootPerfServer.py 61 self.client.reboot(reboot_timeout=90)
  /system/core/healthd/
healthd_mode_charger.cpp 515 int64_t reboot_timeout = key->timestamp + POWER_ON_KEY_TIME; local
516 if (now >= reboot_timeout) {
  /external/autotest/server/hosts/
cros_host.py 103 # REBOOT_TIMEOUT: How long to wait for a reboot.
109 REBOOT_TIMEOUT = 480
589 self.reboot(timeout=self.REBOOT_TIMEOUT, wait=True)
    [all...]

Completed in 104 milliseconds