Home
last modified time | relevance | path

Searched refs:Reboot (Results 1 – 25 of 179) sorted by relevance

12345678

/external/chromium-trace/catapult/devil/devil/android/
Dfastboot_utils_test.py118 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 …]
Dfastboot_utils.py123 self._device.adb.Reboot(to_bootloader=True)
128 def Reboot( member in FastbootUtils
142 self.fastboot.Reboot()
217 self.Reboot(bootloader=True)
234 self.Reboot(wait_for_reboot=wait_for_reboot)
/external/chromium-trace/catapult/devil/devil/utils/
Dmock_calls_test.py38 def Reboot(self): member in _DummyAdb
148 self.adb.Reboot()
151 self.watchCalls([self.call.adb.Reboot])
156 self.adb.Reboot()
/external/u-boot/drivers/sysreset/
DKconfig32 Reboot support for generic SYSCON mapped register reset.
38 Reboot support for generic watchdog reset.
/external/chromium-trace/catapult/devil/devil/android/tools/
Dsystem_app.py98 device.Reboot()
108 device.Reboot()
Dprovision_devices.py167 device.Reboot(timeout=reboot_timeout)
170 device.Reboot(False, retries=0)
400 device.Reboot()
450 device.Reboot()
/external/autotest/client/site_tests/enterprise_KioskEnrollment/
Dcontrol11 # Reboot after test ends.
/external/autotest/client/site_tests/enterprise_FakeEnrollment/
Dcontrol11 # Reboot after test ends.
/external/autotest/client/site_tests/enterprise_OnlineDemoModeEnrollment/
Dcontrol11 # Reboot after test ends.
/external/u-boot/doc/
DREADME.chromium88 Reboot the device in dev mode. Make sure that you have USB booting enabled. To
92 Reboot the device with the SD card inserted. Press Clrl-U at the developer
180 Reboot the device in dev mode. Make sure that you have USB booting enabled. To
184 Reboot the device with the SD card inserted. Press Clrl-U at the developer
/external/autotest/client/site_tests/enterprise_RemoraRequisition/
Dcontrol11 # Reboot after test ends.
/external/autotest/client/site_tests/graphics_GLMark2/
Dcontrol13 # Reboot in the lab after the test ends.
Dcontrol.bvt16 # Reboot in the lab after the test ends.
/external/autotest/server/site_tests/power_BootUpTime/
Dcontrol.reboot19 Reboot the DUT and determine the boot up time
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dcontrol.interrupt.full17 1. Reboot
/external/autotest/client/site_tests/graphics_SanAngeles/
Dcontrol.bvt15 # Reboot in the lab after the test ends.
Dcontrol14 # Reboot in the lab after the test ends.
/external/autotest/server/site_tests/platform_TotalMemory/
Dcontrol9 PURPOSE = "Reboot and memory total size test"
/external/autotest/client/site_tests/video_VideoDecodeAccelerator/
Dcontrol.vp9_219 # Reboot in the lab after the test ends.
Dcontrol.vp919 # Reboot in the lab after the test ends.
Dcontrol.h26419 # Reboot in the lab after the test ends.
/external/autotest/server/site_tests/firmware_ECSharedMem/
Dcontrol22 - Reboot after a crash
/external/f2fs-tools/scripts/
Dspo_test.sh62 echo Reboot now
/external/autotest/client/site_tests/graphics_GpuReset/
Dcontrol16 # Reboot in the lab after the test ends.
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dfastboot.py110 def Reboot(self, timeout=None, retries=None): member in Fastboot

12345678