Home
last modified time | relevance | path

Searched refs:_dispatch (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython3/Lib/
Dpprint.py173 p = self._dispatch.get(type(object).__repr__, None)
187 _dispatch = {} variable in PrettyPrinter
204 _dispatch[dict.__repr__] = _pprint_dict
217 _dispatch[_collections.OrderedDict.__repr__] = _pprint_ordered_dict
225 _dispatch[list.__repr__] = _pprint_list
234 _dispatch[tuple.__repr__] = _pprint_tuple
253 _dispatch[set.__repr__] = _pprint_set
254 _dispatch[frozenset.__repr__] = _pprint_set
305 _dispatch[str.__repr__] = _pprint_str
326 _dispatch[bytes.__repr__] = _pprint_bytes
[all …]
/external/harfbuzz_ng/src/
Dhb-subset.hh47 _dispatch (const T &obj, hb_priority<1>, Ts&&... ds) HB_AUTO_RETURN
50 _dispatch (const T &obj, hb_priority<0>, Ts&&... ds) HB_AUTO_RETURN
55 ( _dispatch (obj, hb_prioritize, hb_forward<Ts> (ds)...) )
Dhb-sanitize.hh139 _dispatch (const T &obj, hb_priority<1>, Ts&&... ds) HB_AUTO_RETURN
142 _dispatch (const T &obj, hb_priority<0>, Ts&&... ds) HB_AUTO_RETURN
147 ( _dispatch (obj, hb_prioritize, hb_forward<Ts> (ds)...) ) in dispatch()
/external/mesa3d/src/gallium/frontends/clover/core/
Dobject.hpp49 descriptor() : dispatch(&_dispatch) { in descriptor()
70 if (!o || o->dispatch != &_dispatch || in validate()
88 if (!d || d->dispatch != &_dispatch) in validate()
105 if (!d || d->dispatch != &_dispatch) in validate()
122 if (!d || d->dispatch != &_dispatch) in validate()
/external/perfetto/ui/src/frontend/
Dglobals.ts143 private _dispatch?: Dispatch = undefined;
189 this._dispatch = dispatch;
222 return assertExists(this._dispatch);
430 this._dispatch = undefined;
/external/python/cpython2/Doc/library/
Dsimplexmlrpcserver.rst91 :meth:`_dispatch` method, it is called with the requested method name and the
92 parameters from the request. Its API is ``def _dispatch(self, method, params)``
96 :meth:`_dispatch` is returned to the client as the result. If *instance* does
97 not have a :meth:`_dispatch` method, it is searched for an attribute matching
101 have a :meth:`_dispatch` method, then if the requested method name contains
253 :meth:`_dispatch` method, it is called with the requested method name and the
255 result. If instance does not have a :meth:`_dispatch` method, it is searched
/external/python/cpython2/Lib/email/
Dgenerator.py108 self._dispatch(msg)
120 def _dispatch(self, msg): member in Generator
330 def _dispatch(self, msg): member in DecodedGenerator
/external/python/cpython2/Lib/
DSimpleXMLRPCServer.py260 response = self._dispatch(method, params)
364 results.append([self._dispatch(method_name, params)])
378 def _dispatch(self, method, params): member in SimpleXMLRPCDispatcher
407 return self.instance._dispatch(method, params)
/external/python/cpython3/Doc/library/
Dxmlrpc.server.rst101 :meth:`_dispatch` method, it is called with the requested method name and the
102 parameters from the request. Its API is ``def _dispatch(self, method, params)``
106 :meth:`_dispatch` is returned to the client as the result. If *instance* does
107 not have a :meth:`_dispatch` method, it is searched for an attribute matching
111 have a :meth:`_dispatch` method, then if the requested method name contains
315 :meth:`_dispatch` method, it is called with the requested method name and the
317 result. If instance does not have a :meth:`_dispatch` method, it is searched
/external/python/cpython3/Lib/email/
Dgenerator.py181 self._dispatch(msg)
204 def _dispatch(self, msg): member in Generator
485 def _dispatch(self, msg): member in DecodedGenerator
/external/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.hpp33 extern const cl_icd_dispatch _dispatch;
Ddispatch.cpp26 const cl_icd_dispatch _dispatch = { variable
/external/python/cpython3/Lib/xmlrpc/
Dserver.py263 response = self._dispatch(method, params)
365 results.append([self._dispatch(method_name, params)])
383 def _dispatch(self, method, params): member in SimpleXMLRPCDispatcher
417 return self.instance._dispatch(method, params)
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py367 dispatcher._dispatch('dispatched_func', exp_params)
386 dispatcher._dispatch('dispatched_func', exp_params)
400 def _dispatch(self, method, params): member in SimpleXMLRPCDispatcherTestCase.test_call_dispatch_func.TestInstance
407 dispatcher._dispatch(exp_method, exp_params)
418 dispatcher._dispatch('method', ('param',))
426 dispatcher._dispatch('method', ('param',))
433 dispatcher._dispatch('method', ('param',))
/external/python/cpython2/Parser/
Dasdl.py302 meth = self._dispatch(object)
316 def _dispatch(self, object): member in VisitorBase
/external/autotest/client/cros/multimedia/
Dmultimedia_xmlrpc_server.py88 def _dispatch(self, method, params): member in MultimediaXmlRpcDelegate
/external/python/cpython2/Lib/compiler/
Dtransformer.py105 self._dispatch = {}
108 self._dispatch[value] = getattr(self, name)
109 self._dispatch[token.NEWLINE] = self.com_NEWLINE
798 return self._dispatch[node[0]]
805 return self._dispatch[node[0]](node[1:])
/external/autotest/client/cros/faft/
Drpc_functions.py154 def _dispatch(self, called_method, params): member in FaftXmlRpcDelegate
/external/llvm-project/clang/docs/
DDiagnosticsReference.rst5175 |:warning:`warning:` |nbsp| :diagtext:`body of cpu\_dispatch function will be ignored`|