Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/external/autotest/server/site_tests/hardware_MemoryIntegrity/
Dhardware_MemoryIntegrity.py54 def _wait(self, seconds, suspend): argument
58 if suspend:
59 self._client.suspend(suspend_time=seconds)
90 def run_once(self, client_ip=None, seconds=3600, size=0, suspend=True): argument
118 self._wait(seconds, suspend)
Dcontrol.memory_qual7 PURPOSE = 'Check memory integrity after long idle/suspend'
21 'tag' : 'idle', 'seconds' : HOUR_IN_SECS, 'suspend': False}),
23 'tag' : 'suspend', 'seconds' : HOUR_IN_SECS, 'suspend': True}),
/external/cros/system_api/dbus/power_manager/
Dsuspend.proto12 // suspend. If any clients previously called RegisterSuspendDelay, suspending
23 // 3. When the power manager is about to suspend the system, it emits a
30 // ready to suspend, the system will be suspended. If the initial suspend
33 // 6. After the suspend request is complete, powerd emits a SuspendDone signal
34 // containing a SuspendDone message. The client should undo any pre-suspend
41 // Unique ID corresponding to this suspend request. This is included in the
47 // a suspend request. Each SuspendImminent signal will be followed by a
52 // Unique ID corresponding to the suspend request.
78 // Unique ID assigned to the client that registered this suspend delay. This
/external/autotest/server/site_tests/audio_AudioBasicUSBPlayback/
Dcontrol.suspend8 NAME = "audio_AudioBasicUSBPlayback.suspend"
20 This test remotely tests USB audio function after suspend/resume.
28 job.run_test("audio_AudioBasicUSBPlayback", host=host, suspend=True,
29 tag="suspend")
/external/autotest/server/site_tests/audio_AudioBasicUSBRecord/
Dcontrol.suspend8 NAME = "audio_AudioBasicUSBRecord.suspend"
20 This test remotely tests USB audio function after suspend/resume.
28 job.run_test("audio_AudioBasicUSBRecord", host=host, suspend=True,
29 tag="suspend")
/external/autotest/server/site_tests/audio_AudioBasicHDMI/
Dcontrol.suspend8 NAME = "audio_AudioBasicHDMI.suspend"
9 PURPOSE = "Remotely controlled HDMI after suspend audio test."
20 This test remotely tests HDMI audio function after suspend-resume.
28 job.run_test("audio_AudioBasicHDMI", suspend=True, host=host)
/external/autotest/server/site_tests/audio_AudioBasicUSBPlaybackRecord/
Dcontrol.suspend8 NAME = "audio_AudioBasicUSBPlaybackRecord.suspend"
20 This test remotely tests USB audio function for playback and record after suspend/resume.
28 job.run_test("audio_AudioBasicUSBPlaybackRecord", host=host, suspend=True,
29 tag="suspend")
/external/autotest/server/site_tests/display_HotPlugAtSuspend/
Dcontrol.suspend_only9 PURPOSE = "Control group of only doing suspend/resume."
10 CRITERIA = "This test will fail if DUT doesn't suspend/resume on time."
20 This is a control group of only doing suspend/resume without display hot-plug.
25 # Plug status before and after suspend/resume
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
Dcontrol.DisconnectAfterSuspendSameAP18 network that appears during suspend is the same network that the DUT was last
19 connected to before suspend.
29 7) The DUT is woken from suspend
30 8) Verify that the DUT is connected to AP 2 upon resuming from suspend
33 since the delays involved in waking a DUT from suspend using autotest framework
Dcontrol.DisconnectBeforeSuspendSameAP15 test, the preferred network that appears during suspend is the same network that
16 the DUT was last connected to before suspend.
26 7) The DUT is woken from suspend
27 8) Verify that the DUT is connected to AP 2 upon resuming from suspend
30 since the delays involved in waking a DUT from suspend using autotest framework
Dcontrol.DisconnectAfterSuspendDiffAP18 network that appears during suspend is different from the network that the DUT
19 was last connected to before suspend.
29 7) The DUT is woken from suspend
30 8) Verify that the DUT is connected to AP 1 upon resuming from suspend
33 since the delays involved in waking a DUT from suspend using autotest framework
Dcontrol.DisconnectBeforeSuspendDiffAP15 test, the preferred network that appears during suspend is different from the
16 one that the DUT was last connected to before suspend.
26 7) The DUT is woken from suspend
27 8) Verify that the DUT is connected to AP 1 upon resuming from suspend
30 since the delays involved in waking a DUT from suspend using autotest framework
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dcontrol19 after events like reboot, login, suspend, resume etc.
38 "suspend,resume,unplug,suspend,plug,resume,"
39 "suspend,unplug,resume,plug")
Dcontrol.crashes20 after events like reboot, login, suspend, resume etc.
37 "suspend,resume,unplug,suspend,plug,resume,"
38 "suspend,unplug,resume,plug,reboot")
Dcontrol.stress320 after events like reboot, login, suspend, resume etc.
41 "suspend,resume,unplug,suspend,plug,resume,"
42 "suspend,unplug,resume,plug")
Dcontrol.stress220 after events like reboot, login, suspend, resume etc.
41 "suspend,resume,unplug,suspend,plug,resume,"
42 "suspend,unplug,resume,plug")
Dcontrol.stress20 after events like reboot, login, suspend, resume etc.
41 "suspend,resume,unplug,suspend,plug,resume,"
42 "suspend,unplug,resume,plug")
Dcontrol.printer19 after events like reboot, login, suspend, resume etc.
42 "suspend,resume,unplug,suspend,plug,resume,"
43 "suspend,unplug,resume,plug")
/external/autotest/client/site_tests/power_SuspendStress/
Dcontrol.idle8 PURPOSE = "Run repeated iterations of idle-suspend."
15 Runs eight minutes of suspend/resume tests where suspend is triggered by idling.
/external/autotest/server/site_tests/hardware_StorageStress/
Dcontrol.suspend5 NAME = 'hardware_StorageStress.suspend'
7 PURPOSE = 'Check storage data integrity after multiple reboot/suspend'
20 power_command='suspend', suspend_duration=300, duration=3600)
/external/autotest/client/site_tests/power_MemorySuspend/
Dcontrol14 Memory suspend test: uses the memory_suspend_test binary to fill all
15 available memory with 0x55 and 0xAA patterns before suspend and verify
17 on resume and other forms of silent memory corruption in the suspend path.
Dcontrol.memory_qual13 Memory suspend test: uses the memory_suspend_test binary to fill all
14 available memory with 0x55 and 0xAA patterns before suspend and verify
16 on resume and other forms of silent memory corruption in the suspend path.
/external/autotest/client/site_tests/power_AudioDetector/
Dcontrol7 PURPOSE = "Verify the system does not suspend while playing audio."
12 delayed suspend.
21 This test verifies that the system will not suspend while audio is playing.
/external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/
Dcontrol.suspend8 NAME = "audio_AudioBasicBluetoothPlaybackRecord.suspend"
29 suspend=True, tag = "suspend")
/external/autotest/server/site_tests/audio_AudioBasicBluetoothPlayback/
Dcontrol.suspend8 NAME = "audio_AudioBasicBluetoothPlayback.suspend"
28 job.run_test("audio_AudioBasicBluetoothPlayback", host=host, suspend=True,
29 tag = "suspend")

12345678910>>...12