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

  /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/sdk/
fastboot.py 82 """Reboot from fastboot, into fastboot."""
83 self._RunFastbootCommand(['reboot-bootloader'])
86 def Reboot(self, timeout=None, retries=None):
87 """Reboot from fastboot to normal usage"""
88 self._RunFastbootCommand(['reboot'])
adb_wrapper.py 826 def Reboot(self, to_bootloader=False, timeout=60 * 5,
836 cmd = ['reboot-bootloader']
838 cmd = ['reboot']
  /external/chromium-trace/catapult/devil/devil/android/
fastboot_utils.py 121 self._device.adb.Reboot(to_bootloader=True)
126 def Reboot(
140 self.fastboot.Reboot()
215 self.Reboot(bootloader=True)
232 self.Reboot(wait_for_reboot=wait_for_reboot)
device_utils.py 601 def Reboot(self, block=True, wifi=False, timeout=None, retries=None):
602 """Reboot the device.
605 block: A boolean indicating if we should wait for the reboot to complete.
607 the reboot. The option has no effect unless |block| is also True.
618 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)
  /external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar 

Completed in 265 milliseconds