Home
last modified time | relevance | path

Searched defs:usepoll (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_asynchat.py109 usepoll = False variable in TestAsynchat
260 usepoll = True variable in TestAsynchat_WithPoll
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_asynchat.py105 usepoll = False variable in TestAsynchat
240 usepoll = True variable in TestAsynchat_WithPoll
Dtest_asyncore.py344 usepoll = False variable in DispatcherWithSendTests
394 usepoll = True variable in DispatcherWithSendTests_UsePoll
/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp149 char usepoll[2]; in start_server_process() local