/external/chromium-trace/catapult/devil/devil/android/ |
D | 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 …]
|
D | fastboot_utils.py | 123 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/ |
D | mock_calls_test.py | 38 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/ |
D | Kconfig | 32 Reboot support for generic SYSCON mapped register reset. 38 Reboot support for generic watchdog reset.
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | system_app.py | 98 device.Reboot() 108 device.Reboot()
|
D | provision_devices.py | 167 device.Reboot(timeout=reboot_timeout) 170 device.Reboot(False, retries=0) 400 device.Reboot() 450 device.Reboot()
|
/external/autotest/client/site_tests/enterprise_KioskEnrollment/ |
D | control | 11 # Reboot after test ends.
|
/external/autotest/client/site_tests/enterprise_FakeEnrollment/ |
D | control | 11 # Reboot after test ends.
|
/external/autotest/client/site_tests/enterprise_OnlineDemoModeEnrollment/ |
D | control | 11 # Reboot after test ends.
|
/external/u-boot/doc/ |
D | README.chromium | 88 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/ |
D | control | 11 # Reboot after test ends.
|
/external/autotest/client/site_tests/graphics_GLMark2/ |
D | control | 13 # Reboot in the lab after the test ends.
|
D | control.bvt | 16 # Reboot in the lab after the test ends.
|
/external/autotest/server/site_tests/power_BootUpTime/ |
D | control.reboot | 19 Reboot the DUT and determine the boot up time
|
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/ |
D | control.interrupt.full | 17 1. Reboot
|
/external/autotest/client/site_tests/graphics_SanAngeles/ |
D | control.bvt | 15 # Reboot in the lab after the test ends.
|
D | control | 14 # Reboot in the lab after the test ends.
|
/external/autotest/server/site_tests/platform_TotalMemory/ |
D | control | 9 PURPOSE = "Reboot and memory total size test"
|
/external/autotest/client/site_tests/video_VideoDecodeAccelerator/ |
D | control.vp9_2 | 19 # Reboot in the lab after the test ends.
|
D | control.vp9 | 19 # Reboot in the lab after the test ends.
|
D | control.h264 | 19 # Reboot in the lab after the test ends.
|
/external/autotest/server/site_tests/firmware_ECSharedMem/ |
D | control | 22 - Reboot after a crash
|
/external/f2fs-tools/scripts/ |
D | spo_test.sh | 62 echo Reboot now
|
/external/autotest/client/site_tests/graphics_GpuReset/ |
D | control | 16 # Reboot in the lab after the test ends.
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | fastboot.py | 110 def Reboot(self, timeout=None, retries=None): member in Fastboot
|