/external/python/cpython3/Lib/ |
D | pprint.py | 173 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/ |
D | hb-subset.hh | 47 _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)...) )
|
D | hb-sanitize.hh | 139 _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/ |
D | object.hpp | 49 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/ |
D | globals.ts | 143 private _dispatch?: Dispatch = undefined; 189 this._dispatch = dispatch; 222 return assertExists(this._dispatch); 430 this._dispatch = undefined;
|
/external/python/cpython2/Doc/library/ |
D | simplexmlrpcserver.rst | 91 :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/ |
D | generator.py | 108 self._dispatch(msg) 120 def _dispatch(self, msg): member in Generator 330 def _dispatch(self, msg): member in DecodedGenerator
|
/external/python/cpython2/Lib/ |
D | SimpleXMLRPCServer.py | 260 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/ |
D | xmlrpc.server.rst | 101 :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/ |
D | generator.py | 181 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/ |
D | dispatch.hpp | 33 extern const cl_icd_dispatch _dispatch;
|
D | dispatch.cpp | 26 const cl_icd_dispatch _dispatch = { variable
|
/external/python/cpython3/Lib/xmlrpc/ |
D | server.py | 263 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/ |
D | test_xmlrpc.py | 367 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/ |
D | asdl.py | 302 meth = self._dispatch(object) 316 def _dispatch(self, object): member in VisitorBase
|
/external/autotest/client/cros/multimedia/ |
D | multimedia_xmlrpc_server.py | 88 def _dispatch(self, method, params): member in MultimediaXmlRpcDelegate
|
/external/python/cpython2/Lib/compiler/ |
D | transformer.py | 105 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/ |
D | rpc_functions.py | 154 def _dispatch(self, called_method, params): member in FaftXmlRpcDelegate
|
/external/llvm-project/clang/docs/ |
D | DiagnosticsReference.rst | 5175 |:warning:`warning:` |nbsp| :diagtext:`body of cpu\_dispatch function will be ignored`|
|