Home
last modified time | relevance | path

Searched defs:FileDispatcher (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dphysicalsocketserver.cc999 class FileDispatcher: public Dispatcher, public AsyncFile { class
1001 FileDispatcher(int fd, PhysicalSocketServer *ss) : ss_(ss), fd_(fd) { in FileDispatcher() function in rtc::FileDispatcher
/external/python/cpython2/Lib/test/
Dtest_asyncore.py437 class FileDispatcher(asyncore.file_dispatcher): class
/external/python/cpython3/Lib/test/
Dtest_asyncore.py407 class FileDispatcher(asyncore.file_dispatcher): class