Searched refs:suspend (Results 1 - 25 of 103) sorted by relevance

12345

/external/autotest/server/site_tests/hardware_MemoryIntegrity/
H A Dhardware_MemoryIntegrity.py54 def _wait(self, seconds, suspend):
56 Wait for specifed time. Also suspend if specified.
58 if suspend:
59 self._client.suspend(suspend_time=seconds)
90 def run_once(self, client_ip=None, seconds=3600, size=0, suspend=True):
95 idle or suspend for specify time and verify the integrity of that data.
98 @param seconds: seconds to idle / suspend. default = 3600 (1 hour)
100 @param suspend: set to suspend between write and verify phase.
118 self._wait(seconds, suspend)
[all...]
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
H A DLazyThreadGroupReference.java60 @Override public void suspend() { method in class:LazyThreadGroupReference
61 getValue().suspend();
H A DLazyThreadReference.java109 public void suspend() { method in class:LazyThreadReference
110 getValue().suspend();
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c30 pid_t getppid_tm(bool suspend) argument
36 if (suspend)
/external/adhd/cras/src/server/
H A Dcras_bt_endpoint.h29 void (*suspend)(struct cras_bt_endpoint *endpoint, member in struct:cras_bt_endpoint
H A Dcras_system_state.h66 /* Gets the suspend state of audio. */
69 /* Sets the suspend state of audio.
71 * suspend - True for suspend, false for resume.
73 void cras_system_set_suspended(int suspend);
/external/autotest/server/site_tests/network_WiFi_FastReconnectInDarkResume/
H A Dnetwork_WiFi_FastReconnectInDarkResume.py17 if we are disconnected during suspend but the AP is still up.
34 with self.dr_utils.suspend():
35 # Wait for suspend actions to finish.
44 # dark resume, reconnect, then suspend again.
/external/autotest/server/site_tests/network_WiFi_WakeOnDisconnect/
H A Dnetwork_WiFi_WakeOnDisconnect.py28 with self.dr_utils.suspend():
34 # Wait for the DUT to wake up in dark resume and suspend again.
/external/autotest/server/site_tests/firmware_ECWakeSource/
H A Dfirmware_ECWakeSource.py47 # suspend, instead of shutdown.
55 self.suspend()
61 self.suspend()
68 logging.info("Close lid to suspend and wake by lid switch.")
70 # Expect going to suspend, not pingable
/external/autotest/server/site_tests/network_WiFi_WakeOnWiFiThrottling/
H A Dnetwork_WiFi_WakeOnWiFiThrottling.py42 with self.dr_utils.suspend():
43 # Wait for suspend actions to finish.
52 # dark resume, reconnect, then suspend again.
68 # Since we wake from suspend and suspend again, the throttling
71 with self.dr_utils.suspend():
72 # Wait for suspend actions to finish.
80 # dark resume, reconnect, then suspend again. Wait longer
/external/autotest/server/site_tests/platform_USBHIDWake/
H A Dplatform_USBHIDWake.py44 def suspend(self): member in class:platform_USBHIDWake
88 """Check to see if a DUT at the given address wakes from suspend
98 self.suspend()
/external/autotest/server/site_tests/audio_AudioBasicHDMI/
H A Daudio_AudioBasicHDMI.py50 """ Does playback and suspend-resume.
64 self.host.suspend(suspend_time=self.SUSPEND_SEC)
76 def run_once(self, host, suspend=False, while_playback=False,
81 @param suspend: whether to suspend
82 @param while_playback: whether to suspend while audio playback
130 if suspend:
/external/autotest/server/site_tests/audio_AudioBasicUSBPlayback/
H A Daudio_AudioBasicUSBPlayback.py32 def run_once(self, host, suspend=False):
65 if suspend:
/external/autotest/server/site_tests/audio_AudioBasicUSBRecord/
H A Daudio_AudioBasicUSBRecord.py32 def run_once(self, host, suspend=False):
65 if suspend:
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/
H A Dnetwork_WiFi_DarkResumeActiveScans.py80 with self.dr_utils.suspend():
83 # Start capture after suspend concludes in case probe requests
84 # are launched on the way to suspend.
92 # Wait for the DUT to wake up in dark resume and suspend again.
119 with self.dr_utils.suspend():
122 # Start capture after suspend concludes in case probe requests
123 # are launched on the way to suspend.
128 # Wait for the DUT to wake to scan and suspend again.
/external/linux-kselftest/android/
H A Dkselftest_test_list.mk40 kselftest_timer_tests_alarmtimer-suspend \
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DResumeTest.java53 debuggeeWrapper.vmMirror.suspend();
/external/autotest/client/site_tests/power_Resume/
H A Dpower_Resume.py12 # of extra suspend time to make sure we can get some results, even
26 @param suspend_state: Force to suspend to a specific
27 state ("mem" or "freeze"). If the string is empty, suspend
51 self._suspender.suspend(seconds,
/external/autotest/server/site_tests/audio_AudioBasicBluetoothPlayback/
H A Daudio_AudioBasicBluetoothPlayback.py93 def run_once(self, host, suspend=False,
98 @param suspend: suspend flag to enable suspend before play/record
156 if suspend:
163 if disable or disconnect or suspend:
169 if suspend:
173 desc='bluetooth node auto-reconnect after suspend')
/external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/
H A Daudio_AudioBasicBluetoothPlaybackRecord.py98 def run_once(self, host, suspend=False,
103 @param suspend: suspend flag to enable suspend before play/record
197 if suspend:
200 if disable or disconnect or suspend:
210 if suspend:
214 desc='bluetooth node auto-reconnect after suspend')
/external/autotest/server/site_tests/audio_AudioBasicBluetoothRecord/
H A Daudio_AudioBasicBluetoothRecord.py94 def run_once(self, host, suspend=False,
99 @param suspend: suspend flag to enable suspend before play/record
173 if suspend:
180 if disable or disconnect or suspend:
186 if suspend:
190 desc='bluetooth node auto-reconnect after suspend')
/external/autotest/server/site_tests/firmware_DevModeStress/
H A Dfirmware_DevModeStress.py42 self.suspend()
/external/autotest/server/site_tests/network_WiFi_WakeOnSSID/
H A Dnetwork_WiFi_WakeOnSSID.py37 with self.dr_utils.suspend():
38 # Wait for suspend actions and first scan to finish.
49 # up in dark resume, then suspend again.
/external/autotest/server/site_tests/network_WiFi_WoWLAN/
H A Dnetwork_WiFi_WoWLAN.py36 with self.dr_utils.suspend():
41 # Wait for the DUT to wake up in dark resume and suspend again.
/external/autotest/server/site_tests/platform_InternalDisplay/
H A Dplatform_InternalDisplay.py25 thread = threading.Thread(target = self.host.suspend)
54 'Internal display is missing after suspend & resume.')

Completed in 6484 milliseconds

12345