Searched defs:_dispatch (Results 1 – 6 of 6) 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 | 383 def _dispatch(self, method, params): member in SimpleXMLRPCDispatcher |
| /third_party/python/Lib/ | ||
| D | pprint.py | 203 _dispatch = {} variable in PrettyPrinter |
| /third_party/python/Lib/test/ | ||
| D | test_xmlrpc.py | 402 def _dispatch(self, method, params): member in SimpleXMLRPCDispatcherTestCase.test_call_dispatch_func.TestInstance |
| /third_party/node/test/fixtures/wpt/resources/ | ||
| D | testharness.js | 119 WindowTestEnvironment.prototype._dispatch = function(selector, callback_args, message_arg) { method in WindowTestEnvironment |