OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Reboot
(Results
1 - 10
of
10
) sorted by null
/external/chromium-trace/catapult/devil/devil/android/sdk/
fastboot.py
85
"""
Reboot
from fastboot, into fastboot."""
86
self._RunFastbootCommand(['
reboot
-bootloader'])
89
def
Reboot
(self, timeout=None, retries=None):
90
"""
Reboot
from fastboot to normal usage"""
91
self._RunFastbootCommand(['
reboot
'])
adb_wrapper.py
650
def
Reboot
(self, to_bootloader=False, timeout=60 * 5,
660
cmd = ['
reboot
-bootloader']
662
cmd = ['
reboot
']
/system/nativepower/client/
power_manager_client.cc
53
LOG(ERROR) << "Unknown
reboot
reason " << static_cast<int>(reason);
121
bool PowerManagerClient::
Reboot
(RebootReason reason) {
123
status_t status = power_manager_->
reboot
(false /* confirm */,
127
LOG(ERROR) << "
Reboot
request failed with status " << status;
/external/chromium-trace/catapult/devil/devil/android/
fastboot_utils.py
94
self._device.adb.
Reboot
(to_bootloader=True)
99
def
Reboot
(self, bootloader=False, timeout=None, retries=None):
112
self.fastboot.
Reboot
()
211
self.
Reboot
(bootloader=True)
228
self.
Reboot
()
device_utils.py
529
def
Reboot
(self, block=True, wifi=False, timeout=None, retries=None):
530
"""
Reboot
the device.
533
block: A boolean indicating if we should wait for the
reboot
to complete.
535
the
reboot
. The option has no effect unless |block| is also True.
546
self.adb.
Reboot
()
[
all
...]
/external/chromium-trace/catapult/devil/devil/utils/
mock_calls_test.py
38
def
Reboot
(self):
145
# we are not watching
Reboot
, so the assertion succeeds
148
self.adb.
Reboot
()
151
self.watchCalls([self.call.adb.
Reboot
])
152
# this time we are also watching
Reboot
, so the assertion fails
156
self.adb.
Reboot
()
/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)
/prebuilts/go/darwin-x86/src/syscall/
syscall_linux.go
754
//sys
reboot
(magic1 uint, magic2 uint, cmd int, arg string) (err error)
756
func
Reboot
(cmd int) (err error) {
757
return
reboot
(LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, cmd, "")
/prebuilts/go/linux-x86/src/syscall/
syscall_linux.go
754
//sys
reboot
(magic1 uint, magic2 uint, cmd int, arg string) (err error)
756
func
Reboot
(cmd int) (err error) {
757
return
reboot
(LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, cmd, "")
/external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar
Completed in 511 milliseconds