Home
last modified time | relevance | path

Searched defs:_dispatch (Results 1 – 8 of 8) 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/rust/crates/tracing/tracing-subscriber/src/fmt/
Dmod.rs1320 let _dispatch = Dispatch::new(subscriber); in impls() localVariable
1324 let _dispatch = Dispatch::new(subscriber); in impls() localVariable
1328 let _dispatch = Dispatch::new(subscriber); in impls() localVariable
Dfmt_layer.rs1199 let _dispatch = Dispatch::new(subscriber); in impls() localVariable
1204 let _dispatch = Dispatch::new(subscriber); in impls() localVariable
1209 let _dispatch = Dispatch::new(subscriber); in impls() localVariable
/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.py412 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