/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 | 121 self._device.adb.Reboot(to_bootloader=True) 126 def Reboot( member in FastbootUtils 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/ |
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/chromium-trace/catapult/devil/devil/android/tools/ |
D | provision_devices.py | 145 device.Reboot(timeout=reboot_timeout) 148 device.Reboot(False, retries=0) 344 device.Reboot() 398 device.Reboot()
|
/external/v8/build/android/ |
D | provision_devices.py | 108 device.Reboot(timeout=reboot_timeout) 111 device.Reboot(False, retries=0) 305 device.Reboot() 360 device.Reboot()
|
/external/autotest/client/site_tests/enterprise_RemoraRequisition/ |
D | control | 11 # Reboot after test ends.
|
/external/autotest/client/site_tests/graphics_GLMark2/ |
D | control.bvt-perbuild | 15 # Reboot in the lab after the test ends.
|
D | control | 14 # Reboot in the lab after the test ends.
|
D | control.bvt-cq | 15 # Reboot in the lab after the test ends.
|
/external/lldb/docs/ |
D | code-signing.txt | 7 and private key. Reboot after deleting them. You will also need to delete and 53 - Reboot
|
/external/autotest/client/site_tests/video_VDAPerf/ |
D | control.h264.4k | 17 # Reboot in the lab after the test ends.
|
D | control.vp8.4k | 17 # Reboot in the lab after the test ends.
|
D | control.h264 | 17 # Reboot in the lab after the test ends.
|
D | control.vp8 | 17 # Reboot in the lab after the test ends.
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | fastboot.py | 86 def Reboot(self, timeout=None, retries=None): member in Fastboot
|
/external/autotest/server/site_tests/firmware_ECSharedMem/ |
D | control | 22 - Reboot after a crash
|
/external/autotest/client/site_tests/video_VideoDecodeAccelerator/ |
D | control.vp9 | 20 # Reboot in the lab after the test ends.
|
D | control.h264 | 21 # Reboot in the lab after the test ends.
|
D | control.vp8 | 20 # 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/graphics_SanAngeles/ |
D | control | 15 # Reboot in the lab after the test ends.
|
D | control.bvt-cq | 16 # Reboot in the lab after the test ends.
|
/external/f2fs-tools/scripts/ |
D | spo_test.sh | 62 echo Reboot now
|
/external/autotest/client/site_tests/graphics_GpuReset/ |
D | control | 18 # Reboot in the lab after the test ends.
|
/external/autotest/client/common_lib/cros/fake_device_server/ |
D | README | 26 curl -X POST -d '{"base": { "Reboot": {}}' http://localhost:8080/devices\
|