Home
last modified time | relevance | path

Searched refs:Reboot (Results 1 – 25 of 168) 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.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/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py145 device.Reboot(timeout=reboot_timeout)
148 device.Reboot(False, retries=0)
344 device.Reboot()
398 device.Reboot()
/external/v8/build/android/
Dprovision_devices.py108 device.Reboot(timeout=reboot_timeout)
111 device.Reboot(False, retries=0)
305 device.Reboot()
360 device.Reboot()
/external/autotest/client/site_tests/enterprise_RemoraRequisition/
Dcontrol11 # Reboot after test ends.
/external/autotest/client/site_tests/graphics_GLMark2/
Dcontrol.bvt-perbuild15 # Reboot in the lab after the test ends.
Dcontrol14 # Reboot in the lab after the test ends.
Dcontrol.bvt-cq15 # Reboot in the lab after the test ends.
/external/lldb/docs/
Dcode-signing.txt7 and private key. Reboot after deleting them. You will also need to delete and
53 - Reboot
/external/autotest/client/site_tests/video_VDAPerf/
Dcontrol.h264.4k17 # Reboot in the lab after the test ends.
Dcontrol.vp8.4k17 # Reboot in the lab after the test ends.
Dcontrol.h26417 # Reboot in the lab after the test ends.
Dcontrol.vp817 # 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/firmware_ECSharedMem/
Dcontrol22 - Reboot after a crash
/external/autotest/client/site_tests/video_VideoDecodeAccelerator/
Dcontrol.vp920 # Reboot in the lab after the test ends.
Dcontrol.h26421 # Reboot in the lab after the test ends.
Dcontrol.vp820 # Reboot in the lab after the test ends.
/external/autotest/server/site_tests/platform_TotalMemory/
Dcontrol9 PURPOSE = "Reboot and memory total size test"
/external/autotest/client/site_tests/graphics_SanAngeles/
Dcontrol15 # Reboot in the lab after the test ends.
Dcontrol.bvt-cq16 # Reboot in the lab after the test ends.
/external/f2fs-tools/scripts/
Dspo_test.sh62 echo Reboot now
/external/autotest/client/site_tests/graphics_GpuReset/
Dcontrol18 # Reboot in the lab after the test ends.
/external/autotest/client/common_lib/cros/fake_device_server/
DREADME26 curl -X POST -d '{"base": { "Reboot": {}}' http://localhost:8080/devices\

1234567