Home
last modified time | relevance | path

Searched defs:_dispatch (Results 1 – 6 of 6) 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.py383 def _dispatch(self, method, params): member in SimpleXMLRPCDispatcher
/third_party/python/Lib/
Dpprint.py203 _dispatch = {} variable in PrettyPrinter
/third_party/python/Lib/test/
Dtest_xmlrpc.py402 def _dispatch(self, method, params): member in SimpleXMLRPCDispatcherTestCase.test_call_dispatch_func.TestInstance
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js119 WindowTestEnvironment.prototype._dispatch = function(selector, callback_args, message_arg) { method in WindowTestEnvironment
267 WorkerTestEnvironment.prototype._dispatch = function(message) { method in WorkerTestEnvironment