Home
last modified time | relevance | path

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

1234567

/external/chromium-trace/catapult/devil/devil/android/
Dfastboot_utils_test.py235 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 …]
Dfastboot_utils.py203 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/
Dmock_calls_test.py36 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/
Dcontrol11 # Reboot after test ends.
/external/autotest/client/site_tests/enterprise_KioskEnrollment/
Dcontrol11 # Reboot after test ends.
/external/autotest/client/site_tests/enterprise_OnlineDemoModeEnrollment/
Dcontrol11 # Reboot after test ends.
/external/autotest/client/site_tests/enterprise_RemoraRequisition/
Dcontrol11 # Reboot after test ends.
/external/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py163 device.Reboot(timeout=reboot_timeout)
166 device.Reboot(False, retries=0)
404 device.Reboot()
452 device.Reboot()
Dsystem_app.py172 device.Reboot()
216 device.Reboot()
/external/autotest/client/site_tests/graphics_GLMark2/
Dcontrol13 # Reboot in the lab after the test ends.
Dcontrol.bvt14 # 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.network.full.moblab17 1. Reboot
Dcontrol.interrupt.network.full17 1. Reboot
/external/autotest/client/site_tests/graphics_SanAngeles/
Dcontrol14 # Reboot in the lab after the test ends.
Dcontrol.bvt15 # 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/logging_UserCrash/
Dcontrol22 # Reboot in the lab after the test ends. Since we lock the core_pattern
/external/autotest/server/site_tests/bluetooth_AdapterSAHealth/
Dcontrol.sa_adapter_reboot_test9 PURPOSE = ('Reboot device and ensure Bluetooth adapter is up')
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dfastboot.py125 def Reboot(self, timeout=None, retries=None): member in Fastboot
/external/autotest/client/common_lib/cros/fake_device_server/
DREADME26 curl -X POST -d '{"base": { "Reboot": {}}' http://localhost:8080/devices\
/external/ltp/testcases/kdump/sample/
Drunkdump.BASIC_LKDTM.SLES8 # Reboot count. New test should start from 0.
Drunkdump.EXTRA_LKDTM.SLES8 # Reboot count. New test should start from 0.
Drunkdump.CRASHER.RHEL8 # Reboot count. New test should start from 0.

1234567