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

  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.h 37 // * When Chrome OS has applied a system update, a reboot may become necessary
38 // to complete the update process. If the policy to automatically reboot after
39 // an update is enabled, a reboot is scheduled at that point.
40 // * If an uptime limit is set through policy, a reboot is scheduled when the
44 // When the time of the earliest scheduled reboot is reached, the reboot is
45 // requested. The reboot is performed immediately unless one of the following
53 // If reboots are inhibited, a 24 hour grace period is started. The reboot
57 // entire grace period, a reboot is unconditionally performed at its end.
65 // which a reboot should be requested and the grace period that follows it t
    [all...]
automatic_reboot_manager.cc 144 // Calculate the time at which an update was applied and a reboot became
171 // If no user is logged in, a reboot may be performed whenever the user is
226 // Ignore repeated notifications that a reboot is necessary. This is important
228 // repeated notifications do not postpone the reboot request and grace period.
298 // Convert the time at which a reboot became necessary to |clock_| ticks.
312 // Safeguard against reboot loops under error conditions: If the boot time is
317 // Assume that no reboot has been requested.
325 // reboot to be requested.
333 // If the policy to automatically reboot after an update is enabled and an
334 // update has been applied, set the time at which a reboot should b
    [all...]
  /external/f2fs-tools/scripts/
spo_test.sh 62 echo Reboot now
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iisrsta.h 67 virtual HRESULT WINAPI Reboot(DWORD dwTimeouMsecs,DWORD dwForceAppsClosed) = 0;
83 HRESULT (WINAPI *Reboot)(IIisServiceControl *This,DWORD dwTimeouMsecs,DWORD dwForceAppsClosed);
101 #define IIisServiceControl_Reboot(This,dwTimeouMsecs,dwForceAppsClosed) (This)->lpVtbl->Reboot(This,dwTimeouMsecs,dwForceAppsClosed)
  /external/chromium_org/build/android/pylib/device/
adb_wrapper_test.py 69 self._adb.Reboot()
70 print 'waiting for device to reboot...'
device_utils.py 190 def Reboot(self, block=True, timeout=None, retries=None):
191 """Reboot the device.
194 block: A boolean indicating if we should wait for the reboot to complete.
198 self.old_interface.Reboot()
device_utils_test.py 180 a.Reboot()
199 d.Reboot(block=True, timeout=120)
adb_wrapper.py 362 def Reboot(self, to_bootloader=False, timeout=60*5,
372 cmd = ['reboot-bootloader']
374 cmd = ['reboot']
  /external/chromium_org/build/android/
provision_devices.py 76 """Set standard readonly testing device properties prior to reboot."""
98 communicate with the device, but after reboot the device will need to be
138 device_utils.DeviceUtils.parallel(devices).Reboot(True)
183 device_utils.DeviceUtils.parallel(devices).Reboot(True)
209 help='Push binary which will reboot the device on adb disconnections.')
  /external/ppp/pppd/plugins/radius/etc/
dictionary 201 VALUE Acct-Terminate-Cause Admin-Reboot 7
205 VALUE Acct-Terminate-Cause NAS-Reboot 11
  /external/chromium_org/build/android/pylib/
android_commands.py 420 def Reboot(self, full_reboot=True):
424 full_reboot: Whether to fully reboot the device or just restart the shell.
426 # TODO(torne): hive can't reboot the device either way without breaking the
429 logging.warning('Ignoring reboot request as we are on hive')
432 self._adb.SendCommand('reboot')
450 self._adb.SendCommand('reboot -p')
505 reboots_on_timeout: number of time to reboot if package manager is frozen.
536 # Force a hard reboot on last attempt
537 self.Reboot(full_reboot=(reboots_left == 1))
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 233 milliseconds