Home
last modified time | relevance | path

Searched defs:_dispatch (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp26 const cl_icd_dispatch _dispatch = { variable
/external/python/cpython2/Lib/email/
Dgenerator.py120 def _dispatch(self, msg): member in Generator
330 def _dispatch(self, msg): member in DecodedGenerator
/external/autotest/client/cros/multimedia/
Dmultimedia_xmlrpc_server.py98 def _dispatch(self, method, params): member in MultimediaXmlRpcDelegate
/external/python/cpython3/Lib/email/
Dgenerator.py204 def _dispatch(self, msg): member in Generator
485 def _dispatch(self, msg): member in DecodedGenerator
/external/rust/crates/tracing-subscriber/src/fmt/
Dmod.rs1337 let _dispatch = Dispatch::new(subscriber); in impls() localVariable
1341 let _dispatch = Dispatch::new(subscriber); in impls() localVariable
1345 let _dispatch = Dispatch::new(subscriber); in impls() localVariable
Dfmt_layer.rs1239 let _dispatch = Dispatch::new(subscriber); in impls() localVariable
1244 let _dispatch = Dispatch::new(subscriber); in impls() localVariable
1249 let _dispatch = Dispatch::new(subscriber); in impls() localVariable
/external/python/cpython2/Lib/
DSimpleXMLRPCServer.py378 def _dispatch(self, method, params): member in SimpleXMLRPCDispatcher
/external/python/cpython3/Lib/xmlrpc/
Dserver.py372 def _dispatch(self, method, params): member in SimpleXMLRPCDispatcher
/external/python/cpython2/Parser/
Dasdl.py316 def _dispatch(self, object): member in VisitorBase
/external/python/cpython3/Lib/
Dpprint.py204 _dispatch = {} variable in PrettyPrinter
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py414 def _dispatch(self, method, params): member in SimpleXMLRPCDispatcherTestCase.test_call_dispatch_func.TestInstance
/external/autotest/client/cros/faft/
Drpc_functions.py123 def _dispatch(self, called_method, params): member in FaftXmlRpcDelegate