Searched defs:_dispatch (Results 1 – 5 of 5) sorted by relevance
| /third_party/mesa3d/src/gallium/frontends/clover/api/ | ||
| D | dispatch.cpp | 26 const cl_icd_dispatch _dispatch = { variable |
| /third_party/python/Lib/email/ | ||
| D | generator.py | 204 def _dispatch(self, msg): member in Generator |
| /third_party/python/Lib/xmlrpc/ | ||
| D | server.py | 372 def _dispatch(self, method, params): member in SimpleXMLRPCDispatcher |
| /third_party/python/Lib/ | ||
| D | pprint.py | 204 _dispatch = {} variable in PrettyPrinter |
| /third_party/python/Lib/test/ | ||
| D | test_xmlrpc.py | 414 def _dispatch(self, method, params): member in SimpleXMLRPCDispatcherTestCase.test_call_dispatch_func.TestInstance |