Home
last modified time | relevance | path

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

1234567

/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/libmojo/third_party/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.py121 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/
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/libmojo/third_party/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/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py163 device.Reboot(timeout=reboot_timeout)
166 device.Reboot(False, retries=0)
396 device.Reboot()
446 device.Reboot()
/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/client/site_tests/video_VDAPerf/
Dcontrol.h264.4k16 # Reboot in the lab after the test ends.
Dcontrol.vp8.4k16 # Reboot in the lab after the test ends.
Dcontrol.vp916 # Reboot in the lab after the test ends.
Dcontrol.h26416 # Reboot in the lab after the test ends.
Dcontrol.vp816 # Reboot in the lab after the test ends.
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dfastboot.py86 def Reboot(self, timeout=None, retries=None): member in Fastboot
/external/autotest/server/site_tests/platform_TotalMemory/
Dcontrol9 PURPOSE = "Reboot and memory total size test"
/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/libmojo/third_party/catapult/devil/devil/android/sdk/
Dfastboot.py88 def Reboot(self, timeout=None, retries=None): member in Fastboot
/external/f2fs-tools/scripts/
Dspo_test.sh62 echo Reboot now
/external/autotest/server/site_tests/firmware_ECSharedMem/
Dcontrol22 - Reboot after a crash
/external/autotest/client/site_tests/graphics_GpuReset/
Dcontrol16 # Reboot in the lab after the test ends.
/external/autotest/client/site_tests/video_VideoDecodeAccelerator/
Dcontrol.vp919 # Reboot in the lab after the test ends.
Dcontrol.vp819 # Reboot in the lab after the test ends.

1234567