Searched defs:_dispatch (Results 1 – 7 of 7) 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/node/test/fixtures/wpt/resources/ | ||
| D | channel.sub.js | 220 _dispatch(type, data) { method in anonymousFunctionf388c8a00100.Channel |
| D | testharness.js | 111 WindowTestEnvironment.prototype._dispatch = function(selector, callback_args, message_arg) { method in WindowTestEnvironment |
| /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 |