OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Reboot
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/build/android/
enable_asserts.py
27
commands.
Reboot
(full_reboot=False)
/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/chromium_org/build/android/pylib/device/
adb_wrapper_test.py
68
self._adb.
Reboot
()
69
print 'waiting for device to
reboot
...'
adb_wrapper.py
398
def
Reboot
(self, to_bootloader=False, timeout=60*5,
408
cmd = ['
reboot
-bootloader']
410
cmd = ['
reboot
']
/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/instrumentation/
test_runner.py
150
self.adb.
Reboot
(full_reboot=False)
/external/chromium_org/build/android/buildbot/
bb_device_steps.py
103
"""
Reboot
a device, wait for it to start, and squelch timeout exceptions."""
105
android_commands.AndroidCommands(device).
Reboot
(True)
111
"""
Reboot
all attached and online devices."""
405
if options.
reboot
:
580
parser.add_option('--
reboot
', action='store_true',
581
help='
Reboot
devices before running tests')
/external/chromium_org/build/android/pylib/
android_commands.py
361
def
Reboot
(self, full_reboot=True):
365
full_reboot: Whether to fully
reboot
the device or just restart the shell.
367
# TODO(torne): hive can't
reboot
the device either way without breaking the
370
logging.warning('Ignoring
reboot
request as we are on hive')
373
self._adb.SendCommand('
reboot
')
391
self._adb.SendCommand('
reboot
-p')
446
reboots_on_timeout: number of time to
reboot
if package manager is frozen.
477
# Force a hard
reboot
on last attempt
478
self.
Reboot
(full_reboot=(reboots_left == 1))
[
all
...]
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
Completed in 142 milliseconds