Home
last modified time | relevance | path

Searched refs:reboot (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/external/autotest/server/site_tests/firmware_ECKeyboardReboot/
Dfirmware_ECKeyboardReboot.py50 self.ec.reboot()
54 self.ec.reboot('hard')
58 self.ec.reboot('ap-off')
60 self.ec.reboot()
Dcontrol9 PURPOSE = "Servo based EC reboot test"
10 CRITERIA = "This test will fail if failed to reboot via dut-control ec_uart_cmd:reboot."
21 This test runs dut-control ec_uart_cmd:reboot command.
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dcontrol.interrupt.reboot.full.moblab6 NAME = "autoupdate_ForcedOOBEUpdate.interrupt.reboot.full.moblab"
7 PURPOSE = "Test forced update at OOBE with reboot interruptions."
17 During the update it will reboot.
28 interrupt='reboot', moblab=True, **args_dict)
Dcontrol.interrupt.reboot.full6 NAME = "autoupdate_ForcedOOBEUpdate.interrupt.reboot.full"
7 PURPOSE = "Test forced update at OOBE with reboot interruptions."
17 During the update it will reboot.
28 interrupt='reboot', **args_dict)
/external/autotest/server/site_tests/display_Resolution/
Dcontrol.reboot8 NAME = "display_Resolution.reboot"
21 and then performing reboot. DUT is expected to detect a new resolution
22 after reboot.
31 test_reboot=True, tag="reboot")
/external/rust/crates/nix/src/sys/
Dreboot.rs32 pub fn reboot(how: RebootMode) -> Result<Infallible> { in reboot() function
33 unsafe { libc::reboot(how as libc::c_int) }; in reboot()
46 let res = unsafe { libc::reboot(cmd) }; in set_cad_enabled()
/external/autotest/server/site_tests/firmware_UpdateKernelVersion/
Dcontrol29 kernel version of kernel b and modifies cgpt to reboot with kernel b. Check
30 kernel version after reboot, and then recover kernel b version to original
31 version. Here also tries to reboot with kernel b after recovery. If sccuess,
32 reboot with kernel a.
/external/autotest/server/site_tests/firmware_UpdateKernelDataKeyVersion/
Dcontrol31 kernel data key version of kernel b and modifies cgpt to reboot with kernel b.
32 Check kernel data key version after reboot, and then recover kernel b's data
33 key version to original version. Here also tries to reboot with kernel b after
34 recovery. If sccuess, reboot with kernel a.
/external/openthread/tools/harness-automation/autothreadharness/
Dpdu_controller.py57 def reboot(self, **params): member in PduController
72 def reboot(self, **params): member in DummyPduController
130 def reboot(self, **params): member in ApcPduController
185 def reboot(self, **params): member in NordicBoardPduController
376 def reboot(self, **params): member in EatonPduController
400 def reboot(self, **params): member in IpPowerSocketPduController
427 def reboot(self, **kwargs): member in ManualPduController
/external/autotest/server/site_tests/autoupdate_Interruptions/
Dcontrol.reboot.full6 NAME = "autoupdate_Interruptions.reboot.full"
17 test_that <hostname>.cros autoupdate_Interruptions.reboot.full --args="job_repo_url='http://<IP>:<p…
27 interrupt='reboot', **args_dict)
/external/autotest/client/site_tests/platform_MemCheck/
Dcontrol19 DEPENDENCIES = 'cleanup-reboot'
37 This test requires a reboot of the DUT before it runs for free memory check
38 (thus the 'cleanup-reboot' dependency).
/external/autotest/server/site_tests/rlz_CheckPing/
Dcontrol.no_ping_after_reboot7 PURPOSE = "Tests that CAF RLZ ping is not sent after reboot."
17 resent when another user signs in and uses the device after a reboot.
27 check_ping_not_resent=True, reboot=True)
Drlz_CheckPing.py112 check_ping_not_resent=False, reboot=False): argument
193 if reboot:
194 self._host.reboot()
/external/autotest/server/site_tests/bluetooth_AdapterSAHealth/
Dcontrol.sa_adapter_reboot_test21 DOC = """Server side bluetooth adapter stress tests involving reboot.
22 First we test powering on the adapter, reboot the DUT, and make sure
25 Next we test powering off the adapter, reboot, and verify the adapter
/external/autotest/server/site_tests/autoupdate_Rollback/
Dautoupdate_Rollback.py27 self._host.reboot()
81 self._host.reboot()
96 self._host.reboot()
/external/arm-trusted-firmware/plat/mediatek/mt8183/drivers/rtc/
Drtc.c26 uint16_t reboot; in rtc_disable_2sec_reboot() local
28 reboot = (RTC_Read(RTC_AL_SEC) & ~RTC_BBPU_2SEC_EN) & in rtc_disable_2sec_reboot()
30 RTC_Write(RTC_AL_SEC, reboot); in rtc_disable_2sec_reboot()
/external/autotest/server/site_tests/bluetooth_AdapterLEHealth/
Dcontrol.le_hid_reports_reboot10 'bluetooth LE HID devices after a reboot.')
24 after a reboot.
34 - reboot
/external/arm-trusted-firmware/plat/mediatek/common/drivers/rtc/
Drtc_mt6359p.c27 uint16_t reboot; in rtc_disable_2sec_reboot() local
29 reboot = (RTC_Read(RTC_AL_SEC) & ~RTC_BBPU_2SEC_EN) & in rtc_disable_2sec_reboot()
31 RTC_Write(RTC_AL_SEC, reboot); in rtc_disable_2sec_reboot()
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dcontrol.detect.long_cycle21 after events like reboot, login, suspend, resume etc.
46 default_actions = str("reboot,plug,unplug,"
48 "reboot,plug,login,unplug,plug,"
49 "reboot, unplug,login,plug,"
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_hidreports_tests.py68 reboot=False, argument
121 if reboot:
130 self.reboot()
/external/ltp/testcases/kernel/syscalls/reboot/
Dreboot02.c40 TST_EXP_FAIL(reboot(tc->cmd), in run()
46 TST_EXP_FAIL(reboot(tc->cmd), in run()
/external/autotest/server/site_tests/firmware_Fingerprint/
Dfirmware_Fingerprint.py163 self.host.reboot()
204 self.host.reboot()
243 self.host.reboot()
277 self.host.reboot()
/external/autotest/server/hosts/
Dremote.py134 def reboot(self, timeout=DEFAULT_REBOOT_TIMEOUT, wait=True, member in RemoteHost
158 def reboot(): function
189 self.log_op(self.OP_REBOOT, reboot)
191 reboot()
269 self.reboot()
/external/autotest/server/site_tests/autoupdate_OmahaResponse/
Dautoupdate_OmahaResponse.py19 self._host.reboot()
43 self._host.reboot()
/external/autotest/client/site_tests/platform_BootPerf/
Dcontrol12 PURPOSE = "Collect boot performance metrics from the last system reboot."
40 - This is the total time from start of a reboot until the firmware has
45 reboot, minus the seconds_firmware_boot time.

12345678910>>...31