Home
last modified time | relevance | path

Searched refs:suspends (Results 1 – 25 of 34) sorted by relevance

12

/external/cronet/base/power_monitor/
Dpower_monitor_unittest.cc56 EXPECT_EQ(index.suspends(), 1); in TEST_F()
60 EXPECT_EQ(observers[0].suspends(), 1); in TEST_F()
160 EXPECT_EQ(observer1.suspends(), 1); in TEST_F()
161 EXPECT_EQ(observer2.suspends(), 1); in TEST_F()
213 EXPECT_EQ(observer1.suspends(), 1); in TEST_F()
214 EXPECT_EQ(observer2.suspends(), 0); in TEST_F()
/external/libchrome/base/power_monitor/
Dpower_monitor_unittest.cc50 EXPECT_EQ(observers[index].suspends(), 1); in TEST_F()
54 EXPECT_EQ(observers[0].suspends(), 1); in TEST_F()
/external/libcap/doc/values/
D36.txt1 Allows a process to block system suspends - prevent the
/external/libchrome/base/test/
Dpower_monitor_test_base.h42 int suspends() { return suspends_; } in suspends() function
/external/autotest/client/site_tests/power_LowMemorySuspend/
Dcontrol17 This is a suspending stress test. It suspends the system many times
/external/autotest/client/site_tests/power_AudioDetector/
Dcontrol10 - The system suspends during audio playback.
/external/cronet/base/test/
Dpower_monitor_test.h82 int suspends() const { return suspends_; } in suspends() function
/external/kotlinx.coroutines/docs/topics/
Ddebug-flow-with-idea.md43 …outines/delay.html) function to imitate CPU-consuming blocking code. It suspends the coroutine for…
63 …tlinx.coroutines/delay.html) function to imitate CPU-consuming code. It suspends the coroutine for…
/external/autotest/server/site_tests/power_WakeSources/
DREADME.md60 3. Once the device suspends, trigger the wake using the specific wake source.
/external/kotlinx.coroutines/kotlinx-coroutines-test/
DREADME.md207 delay(1_000) // suspends until time is advanced by at least 1_000
209 delay(500) // suspends until the time is advanced by another 500 ms
220 …// the child coroutine has called println(2) and println(3) and suspends for another 4_500 virtual…
/external/perfetto/docs/data-sources/
Dcpu-scheduling.md110 When Thread A suspends on the wait() it will enter the state `S(sleeping)` and
Dcpu-freq.md169 suspends it looks like as if all CPUs are running the kmigration thread and
/external/toybox/
DConfig.in159 A nommu system can't use fork(), it can only vfork() which suspends
/external/google-breakpad/docs/
Dexception_handling.md121 Handler suspends all threads except itself 1. Signal Handler sends
/external/kotlinx.coroutines/ui/
Dcoroutines-guide-ui.md159 while `delay` waits, because it does not block the UI thread -- it just suspends the coroutine.
472 it is invoked from anymore, but suspends its execution when the computation in the background threa…
591 delay(100) // <--- And this is where coroutine suspends
/external/python/pyserial/documentation/
Dtools.rst277 :kbd:`Ctrl+T z` suspends the connection (port is opened) and reconnects when a
/external/python/cpython3/Doc/library/
Dasyncio-task.rst298 ``sleep()`` always suspends the current task, allowing other tasks
794 If a coroutine awaits on a Future, the Task suspends
/external/licenseclassifier/licenses/
DAPSL-1.1.txt153 site that is used for implementation of this License. If Apple suspends Your
/external/licenseclassifier/v2/assets/License/APSL-1.1/
Dlicense.txt153 site that is used for implementation of this License. If Apple suspends Your
/external/python/cpython3/Doc/
Dglossary.rst120 Each :keyword:`yield` temporarily suspends processing, remembering the
497 Each :keyword:`yield` temporarily suspends processing, remembering the
/external/python/cpython2/Doc/
Dglossary.rst297 the :func:`next` function. Each :keyword:`yield` temporarily suspends
/external/libjpeg-turbo/
Dlibjpeg.txt1730 that it has done nothing. Upon seeing this, the JPEG library suspends
2170 thus never suspends. An application that uses input suspension with
2786 destination module suspends, jpeg_write_raw_data() will return 0.
2813 module suspends, jpeg_read_raw_data() will return 0. You can also use
Dstructure.txt672 suspends before the MCU is complete, since decoding requires distinguishing
/external/strace/
DNEWS832 * strace no longer suspends waitpid until there is a child
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/
Dafrica762 # http://www.maroc.ma/en/news/morocco-suspends-daylight-saving-time-july-7-aug10

12