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

1 2

  /external/chromium-trace/catapult/devil/devil/android/
fastboot_utils_test.py 118 self.call.fastboot._device.adb.Reboot(to_bootloader=True),
129 self.fastboot.Reboot(bootloader=True)
133 self.call.fastboot.fastboot.Reboot(),
135 self.fastboot.Reboot()
146 (self.call.fastboot.Reboot(bootloader=True)),
148 (self.call.fastboot.Reboot(bootloader=True)),
162 (self.call.fastboot.Reboot(bootloader=True)),
164 (self.call.fastboot.Reboot(bootloader=True)),
178 self.call.fastboot.Reboot(wait_for_reboot=True)):
187 self.call.fastboot.Reboot(wait_for_reboot=False))
    [all...]
fastboot_utils.py 123 self._device.adb.Reboot(to_bootloader=True)
128 def Reboot(
142 self.fastboot.Reboot()
217 self.Reboot(bootloader=True)
234 self.Reboot(wait_for_reboot=wait_for_reboot)
forwarder.py 380 device.Reboot()
  /external/libmojo/third_party/catapult/devil/devil/android/
fastboot_utils_test.py 118 self.call.fastboot._device.adb.Reboot(to_bootloader=True),
129 self.fastboot.Reboot(bootloader=True)
133 self.call.fastboot.fastboot.Reboot(),
135 self.fastboot.Reboot()
146 (self.call.fastboot.Reboot(bootloader=True)),
148 (self.call.fastboot.Reboot(bootloader=True)),
162 (self.call.fastboot.Reboot(bootloader=True)),
164 (self.call.fastboot.Reboot(bootloader=True)),
178 self.call.fastboot.Reboot(wait_for_reboot=True)):
187 self.call.fastboot.Reboot(wait_for_reboot=False))
    [all...]
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)
  /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()
  /external/libmojo/third_party/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()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
WebServer.inf 45 Reboot.c
  /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_devicetest.py 90 self._adb.Reboot()
91 print 'waiting for device to reboot...'
  /external/f2fs-tools/scripts/
spo_test.sh 62 echo Reboot now
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
fastboot.py 84 """Reboot from fastboot, into fastboot."""
85 self._RunFastbootCommand(['reboot-bootloader'])
88 def Reboot(self, timeout=None, retries=None):
89 """Reboot from fastboot to normal usage"""
90 self._RunFastbootCommand(['reboot'])
adb_wrapper_devicetest.py 91 self._adb.Reboot()
92 print 'waiting for device to 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/autotest/server/site_tests/power_DeferForFlashrom/
power_DeferForFlashrom.py 26 # power down and reboot.
124 """Ask powerd to reboot the system immediately."""
173 # Now do the same thing, but with a reboot request.
181 ('Reboot was blocked for %.2f sec; expected it to be blocked '
  /development/tools/
monkey 146 def Reboot(self):
148 # Reboot
149 self.Run(["reboot"])
274 # Reboot and wait for 30 seconds to let the system quiet down so the
277 adb.Reboot()
  /external/chromium-trace/catapult/devil/devil/android/tools/
provision_devices.py 59 # L can take a while to reboot after a wipe.
68 def __init__(self, cmd, reboot=False):
70 self.reboot = reboot
107 steps += [ProvisionStep(lambda d: Wipe(d, adb_key_files), reboot=True)]
111 reboot=not emulators)]
160 logger.error('Device did not finish booting. Will try to reboot.')
161 device.Reboot(timeout=reboot_timeout)
163 if step.reboot:
164 device.Reboot(False, retries=0
    [all...]
device_recovery.py 72 device.Reboot(block=False, timeout=5, retries=0)
74 logger.warning('Timed out while attempting to reboot %s normally.'
75 'Attempting alternative reboot.', str(device))
81 # We are already in a failure mode, attempt to reboot regardless of
82 # what device.adb.Root() returns. If the sysrq reboot fails an
87 logger.exception('Failed to reboot %s.', str(device))
140 logger.debug('Should 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/autotest/client/common_lib/hosts/
base_classes.py 63 OP_REBOOT = 'reboot'
134 def reboot(self): member in class:Host
135 """Reboot the host.
137 raise NotImplementedError('Reboot not implemented!')
147 """Execute host reboot via SysRq key.
149 raise NotImplementedError('Sysrq reboot not implemented!')
153 """Prepare for reboot.
164 """Post reboot work.
228 not reboot between the two calls, and two different strings if it
280 """Wait for the host to come back from a reboot
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
device_recovery.py 69 device.Reboot(block=False, timeout=5, retries=0)
71 logging.warning('Timed out while attempting to reboot %s normally.'
72 'Attempting alternative reboot.', str(device))
79 logging.exception('Failed to reboot %s.', str(device))
131 logging.debug('Should reboot:')
  /external/autotest/client/cros/chameleon/
chameleon.py 42 be lost due to reboot.
257 def reboot(self): member in class:ChameleonBoard
259 self._chameleond_proxy.Reboot()
  /frameworks/rs/tests/lldb/tests/harness/
util_android.py 442 If the process is still there after 5 attempts reboot the device.
458 # stalled process must reboot
497 '''Reboot the remote device.
502 self.adb('reboot')
510 raise TestSuiteException('Failed to reboot. Terminating.')
636 # if the remote is an emulator do not even try to reboot
637 # otherwise check whether a reboot is advised
639 'Now reboot your device for settings to take effect' in output):
  /prebuilts/go/darwin-x86/src/syscall/
syscall_dragonfly.go 208 // Reboot
syscall_freebsd.go 223 // Reboot

Completed in 775 milliseconds

1 2