/external/chromium-trace/catapult/devil/devil/android/ |
D | fastboot_utils_test.py | 235 self.call.fastboot._device.adb.Reboot(to_bootloader=True), 244 self.fastboot.Reboot(bootloader=True) 248 self.call.fastboot.fastboot.Reboot(), 250 self.fastboot.Reboot() 261 (self.call.fastboot.Reboot(bootloader=True)), 263 (self.call.fastboot.Reboot(bootloader=True)), 278 (self.call.fastboot.Reboot(bootloader=True)), 280 (self.call.fastboot.Reboot(bootloader=True)), 303 (self.call.fastboot.Reboot(bootloader=True)), 305 (self.call.fastboot.Reboot(bootloader=True)), [all …]
|
D | fastboot_utils.py | 203 self._device.adb.Reboot(to_bootloader=True) 208 def Reboot(self, member in FastbootUtils 225 self.fastboot.Reboot() 297 self.Reboot(bootloader=True) 353 self.Reboot(wait_for_reboot=wait_for_reboot)
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | mock_calls_test.py | 36 def Reboot(self): member in _DummyAdb 142 self.adb.Reboot() 145 self.watchCalls([self.call.adb.Reboot]) 150 self.adb.Reboot()
|
/external/autotest/client/site_tests/enterprise_FakeEnrollment/ |
D | control | 11 # Reboot after test ends.
|
/external/autotest/client/site_tests/enterprise_KioskEnrollment/ |
D | control | 11 # Reboot after test ends.
|
/external/autotest/client/site_tests/enterprise_OnlineDemoModeEnrollment/ |
D | control | 11 # Reboot after test ends.
|
/external/autotest/client/site_tests/enterprise_RemoraRequisition/ |
D | control | 11 # Reboot after test ends.
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | provision_devices.py | 163 device.Reboot(timeout=reboot_timeout) 166 device.Reboot(False, retries=0) 404 device.Reboot() 452 device.Reboot()
|
D | system_app.py | 172 device.Reboot() 216 device.Reboot()
|
/external/autotest/client/site_tests/graphics_GLMark2/ |
D | control | 13 # Reboot in the lab after the test ends.
|
D | control.bvt | 14 # 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.network.full.moblab | 17 1. Reboot
|
D | control.interrupt.network.full | 17 1. Reboot
|
/external/autotest/client/site_tests/graphics_SanAngeles/ |
D | control | 14 # Reboot in the lab after the test ends.
|
D | control.bvt | 15 # 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/logging_UserCrash/ |
D | control | 22 # Reboot in the lab after the test ends. Since we lock the core_pattern
|
/external/autotest/server/site_tests/bluetooth_AdapterSAHealth/ |
D | control.sa_adapter_reboot_test | 9 PURPOSE = ('Reboot device and ensure Bluetooth adapter is up')
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | fastboot.py | 125 def Reboot(self, timeout=None, retries=None): member in Fastboot
|
/external/autotest/client/common_lib/cros/fake_device_server/ |
D | README | 26 curl -X POST -d '{"base": { "Reboot": {}}' http://localhost:8080/devices\
|
/external/ltp/testcases/kdump/sample/ |
D | runkdump.BASIC_LKDTM.SLES | 8 # Reboot count. New test should start from 0.
|
D | runkdump.EXTRA_LKDTM.SLES | 8 # Reboot count. New test should start from 0.
|
D | runkdump.CRASHER.RHEL | 8 # Reboot count. New test should start from 0.
|