Searched refs:suspends (Results 1 – 25 of 48) sorted by relevance
12
/external/libchrome/base/power_monitor/ |
D | power_monitor_unittest.cc | 50 EXPECT_EQ(observers[index].suspends(), 1); in TEST_F() 54 EXPECT_EQ(observers[0].suspends(), 1); in TEST_F()
|
/external/autotest/server/site_tests/network_WiFi_SuspendStress/ |
D | network_WiFi_SuspendStress.py | 42 def run_once(self, suspends=5): argument 61 stressor.start(suspends)
|
D | control.24HT40 | 32 suspends=5,
|
D | control.stress_24HT40 | 32 suspends=690,
|
D | control.5HT40 | 33 suspends=5,
|
D | control.11g | 34 suspends=5,
|
D | control.VHT80 | 39 suspends=5,
|
D | control.WPA2 | 39 suspends=5,
|
D | control.Hidden | 40 suspends=5,
|
D | control.stress_WPA2 | 39 suspends=690,
|
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/ |
D | control.DisconnectAfterSuspendSameAP | 15 This test verifies that the DUT that suspends connected, then subsequently 26 4) DUT suspends while connected to AP 2
|
D | control.DisconnectAfterSuspendDiffAP | 15 This test verifies that the DUT that suspends connected, then subsequently 26 4) DUT suspends while connected to AP 2
|
D | control.DisconnectBeforeSuspendDiffAP | 13 This test verifies that the DUT that suspends disconnected successfully 24 5) DUT suspends while disconnected
|
D | control.DisconnectBeforeSuspendSameAP | 13 This test verifies that the DUT that suspends disconnected successfully 24 5) DUT suspends while disconnected
|
D | control.Stress | 22 4) DUT suspends while connected to AP 2 33 Note: this test suspends the DUT for long periods of time, which may lead to
|
/external/libcap/doc/values/ |
D | 36.txt | 1 Allows a process to block system suspends - prevent the
|
/external/libchrome/base/test/ |
D | power_monitor_test_base.h | 42 int suspends() { return suspends_; } in suspends() function
|
/external/autotest/client/site_tests/power_NoConsoleSuspend/ |
D | control | 14 Sets the no_console_suspend kernel option via sysfs, then suspends the system.
|
/external/autotest/client/site_tests/power_LowMemorySuspend/ |
D | control | 15 This is a suspending stress test. It suspends the system many times
|
/external/autotest/client/site_tests/power_AudioDetector/ |
D | control | 10 - The system suspends during audio playback.
|
/external/autotest/server/site_tests/power_DeferForFlashrom/ |
D | control | 17 1. powerd suspends or reboots the system while flashrom is running instead of
|
/external/autotest/server/site_tests/network_WiFi_SuspendTwice/ |
D | control | 11 # Currently, it kills to many device on broken suspends.
|
/external/autotest/server/site_tests/power_WakeSources/ |
D | README.md | 60 3. Once the device suspends, trigger the wake using the specific wake source.
|
/external/kotlinx.coroutines/kotlinx-coroutines-test/ |
D | README.md | 142 delay(1_000) // suspends until time is advanced by at least 1_000 212 delay(1_000) // suspends until time is advanced by at least 1_000 385 delay(1_000) // suspends until time is advanced by at least 1_000
|
/external/perfetto/docs/data-sources/ |
D | cpu-scheduling.md | 121 When Thread A suspends on the wait() it will enter the state `S(sleeping)` and
|
12