Home
last modified time | relevance | path

Searched defs:_dispatch (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp26 const cl_icd_dispatch _dispatch = { variable
/third_party/python/Lib/email/
Dgenerator.py204 def _dispatch(self, msg): member in Generator
485 def _dispatch(self, msg): member in DecodedGenerator
/third_party/python/Lib/xmlrpc/
Dserver.py372 def _dispatch(self, method, params): member in SimpleXMLRPCDispatcher
/third_party/python/Lib/
Dpprint.py204 _dispatch = {} variable in PrettyPrinter
/third_party/python/Lib/test/
Dtest_xmlrpc.py414 def _dispatch(self, method, params): member in SimpleXMLRPCDispatcherTestCase.test_call_dispatch_func.TestInstance