/external/linux-kselftest/tools/testing/selftests/breakpoints/ |
D | step_after_suspend_test.c | 165 bool do_suspend = true; in main() local 177 do_suspend = false; in main() 193 if (do_suspend) in main()
|
/external/autotest/server/site_tests/network_WiFi_SuspendTwice/ |
D | network_WiFi_SuspendTwice.py | 24 self.context.client.do_suspend(3) 25 self.context.client.do_suspend(3)
|
/external/linux-kselftest/tools/testing/selftests/cpufreq/ |
D | main.sh | 118 do_suspend "suspend" 1 122 do_suspend "hibernate" 1
|
D | cpufreq.sh | 206 do_suspend() function
|
/external/autotest/server/site_tests/network_WiFi_RoamSuspend/ |
D | network_WiFi_RoamSuspend.py | 48 self.context.client.do_suspend(10)
|
/external/autotest/client/cros/networking/ |
D | shill_xmlrpc_server.py | 405 def do_suspend(seconds): member in ShillXmlRpcDelegate 411 return sys_power.do_suspend(seconds) 421 process = multiprocessing.Process(target=sys_power.do_suspend,
|
/external/autotest/client/site_tests/network_WiFiResume/ |
D | network_WiFiResume.py | 32 sys_power.do_suspend(secs_to_suspend)
|
/external/autotest/client/site_tests/power_FlashVideoSuspend/ |
D | power_FlashVideoSuspend.py | 62 sys_power.do_suspend(10)
|
/external/autotest/server/site_tests/network_WiFi_SuspendStress/ |
D | network_WiFi_SuspendStress.py | 35 self.context.client.do_suspend(_DELAY)
|
/external/autotest/client/site_tests/security_x86Registers/ |
D | security_x86Registers.py | 173 sys_power.do_suspend(10)
|
/external/autotest/client/site_tests/hardware_UsbMount/ |
D | hardware_UsbMount.py | 96 sys_power.do_suspend(self.SECS_TO_SUSPEND)
|
/external/autotest/client/site_tests/power_LowMemorySuspend/ |
D | power_LowMemorySuspend.py | 100 sys_power.do_suspend(suspend_seconds)
|
/external/autotest/server/site_tests/network_WiFi_AssocConfigPerformance/ |
D | network_WiFi_AssocConfigPerformance.py | 103 self.context.client.do_suspend(suspend_duration)
|
/external/autotest/server/site_tests/network_WiFi_Reset/ |
D | network_WiFi_Reset.py | 179 client.do_suspend(self._SUSPEND_DELAY)
|
/external/autotest/client/cros/power/ |
D | sys_power.py | 175 def do_suspend(wakeup_timeout, delay_seconds=0): function
|
D | power_suspend.py | 109 def __init__(self, logdir, method=sys_power.do_suspend,
|
/external/autotest/client/site_tests/network_EthCaps/ |
D | network_EthCaps.py | 152 sys_power.do_suspend(self._suspend_secs)
|
/external/autotest/server/cros/network/ |
D | connection_worker.py | 196 client.do_suspend(self._suspend_sec)
|
D | wifi_client.py | 699 def do_suspend(self, seconds): member in WiFiClient 706 self._shill_proxy.do_suspend(seconds)
|
/external/autotest/client/site_tests/network_ChromeCellularEndToEnd/ |
D | network_ChromeCellularEndToEnd.py | 142 sys_power.do_suspend(20)
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_device.py | 1677 def do_suspend(self, seconds, expect_bt_wake): member in BluetoothDevice 1686 return self._proxy.do_suspend(seconds, expect_bt_wake, __no_retry=True)
|
D | bluetooth_adapter_tests.py | 4204 self.bluetooth_facade.do_suspend(suspend_time, expect_bt_wake)
|
/external/autotest/client/cros/bluetooth/ |
D | bluetooth_semiauto_helper.py | 359 sys_power.do_suspend(5)
|
/external/autotest/client/cros/multimedia/ |
D | display_facade_native.py | 545 sys_power.do_suspend(suspend_time)
|
D | bluetooth_facade_native.py | 3473 def do_suspend(self, seconds, expect_bt_wake): member in BluetoothFacadeNative 3486 sys_power.do_suspend(seconds)
|