HomeSort by relevance Sort by last modified time
    Searched defs:_dispatch (Results 1 - 21 of 21) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/api/
dispatch.cpp 26 const _cl_icd_dispatch _dispatch = { member in namespace:clover
  /external/autotest/client/cros/multimedia/
multimedia_xmlrpc_server.py 69 def _dispatch(self, method, params): member in class:MultimediaXmlRpcDelegate
  /external/bart/bart/sched/
SchedMultiAssert.py 182 return lambda *args, **kwargs: self._dispatch(attr_name, *args, **kwargs)
201 def _dispatch(self, func_name, *args, **kwargs): member in class:SchedMultiAssert
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
generator.py 109 self._dispatch(msg)
121 def _dispatch(self, msg):
325 def _dispatch(self, msg):
120 def _dispatch(self, msg): member in class:Generator
323 def _dispatch(self, msg): member in class:DecodedGenerator
  /external/python/cpython2/Lib/email/
generator.py 109 self._dispatch(msg)
121 def _dispatch(self, msg):
332 def _dispatch(self, msg):
120 def _dispatch(self, msg): member in class:Generator
330 def _dispatch(self, msg): member in class:DecodedGenerator
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
generator.py 109 self._dispatch(msg)
121 def _dispatch(self, msg):
333 def _dispatch(self, msg):
120 def _dispatch(self, msg): member in class:Generator
331 def _dispatch(self, msg): member in class:DecodedGenerator
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
generator.py 109 self._dispatch(msg)
121 def _dispatch(self, msg):
333 def _dispatch(self, msg):
120 def _dispatch(self, msg): member in class:Generator
331 def _dispatch(self, msg): member in class:DecodedGenerator
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 109 self._dispatch(msg)
121 def _dispatch(self, msg):
333 def _dispatch(self, msg):
120 def _dispatch(self, msg): member in class:Generator
331 def _dispatch(self, msg): member in class:DecodedGenerator
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 109 self._dispatch(msg)
121 def _dispatch(self, msg):
333 def _dispatch(self, msg):
120 def _dispatch(self, msg): member in class:Generator
331 def _dispatch(self, msg): member in class:DecodedGenerator
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SimpleXMLRPCServer.py 59 def _dispatch(self, method, params):
75 def _dispatch(self, method, params):
180 If the registered instance has a _dispatch method then that
183 e.g. instance._dispatch('add',(2,3))
185 If the registered instance does not have a _dispatch method
195 instance does not have a _dispatch method, method names
245 using the _dispatch method and the result is returned as
260 response = self._dispatch(method, params)
291 # if the instance has a _dispatch method then we
294 elif not hasattr(self.instance, '_dispatch'):
378 def _dispatch(self, method, params): member in class:SimpleXMLRPCDispatcher
    [all...]
  /external/python/cpython2/Lib/
SimpleXMLRPCServer.py 59 def _dispatch(self, method, params):
75 def _dispatch(self, method, params):
180 If the registered instance has a _dispatch method then that
183 e.g. instance._dispatch('add',(2,3))
185 If the registered instance does not have a _dispatch method
195 instance does not have a _dispatch method, method names
245 using the _dispatch method and the result is returned as
260 response = self._dispatch(method, params)
291 # if the instance has a _dispatch method then we
294 elif not hasattr(self.instance, '_dispatch')
378 def _dispatch(self, method, params): member in class:SimpleXMLRPCDispatcher
    [all...]
  /external/python/cpython3/Lib/email/
generator.py 182 self._dispatch(msg)
201 def _dispatch(self, msg):
484 def _dispatch(self, msg):
200 def _dispatch(self, msg): member in class:Generator
481 def _dispatch(self, msg): member in class:DecodedGenerator
  /external/python/cpython3/Lib/
pprint.py 164 p = self._dispatch.get(type(object).__repr__, None)
178 _dispatch = {} variable in class:PrettyPrinter
192 _dispatch[dict.__repr__] = _pprint_dict
205 _dispatch[_collections.OrderedDict.__repr__] = _pprint_ordered_dict
213 _dispatch[list.__repr__] = _pprint_list
222 _dispatch[tuple.__repr__] = _pprint_tuple
241 _dispatch[set.__repr__] = _pprint_set
242 _dispatch[frozenset.__repr__] = _pprint_set
293 _dispatch[str.__repr__] = _pprint_str
314 _dispatch[bytes.__repr__] = _pprint_byte
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SimpleXMLRPCServer.py 59 def _dispatch(self, method, params):
75 def _dispatch(self, method, params):
180 If the registered instance has a _dispatch method then that
183 e.g. instance._dispatch('add',(2,3))
185 If the registered instance does not have a _dispatch method
195 instance does not have a _dispatch method, method names
245 using the _dispatch method and the result is returned as
260 response = self._dispatch(method, params)
291 # if the instance has a _dispatch method then we
294 elif not hasattr(self.instance, '_dispatch')
378 def _dispatch(self, method, params): member in class:SimpleXMLRPCDispatcher
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
SimpleXMLRPCServer.py 59 def _dispatch(self, method, params):
75 def _dispatch(self, method, params):
180 If the registered instance has a _dispatch method then that
183 e.g. instance._dispatch('add',(2,3))
185 If the registered instance does not have a _dispatch method
195 instance does not have a _dispatch method, method names
245 using the _dispatch method and the result is returned as
260 response = self._dispatch(method, params)
291 # if the instance has a _dispatch method then we
294 elif not hasattr(self.instance, '_dispatch')
378 def _dispatch(self, method, params): member in class:SimpleXMLRPCDispatcher
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 59 def _dispatch(self, method, params):
75 def _dispatch(self, method, params):
180 If the registered instance has a _dispatch method then that
183 e.g. instance._dispatch('add',(2,3))
185 If the registered instance does not have a _dispatch method
195 instance does not have a _dispatch method, method names
245 using the _dispatch method and the result is returned as
260 response = self._dispatch(method, params)
291 # if the instance has a _dispatch method then we
294 elif not hasattr(self.instance, '_dispatch')
378 def _dispatch(self, method, params): member in class:SimpleXMLRPCDispatcher
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 59 def _dispatch(self, method, params):
75 def _dispatch(self, method, params):
180 If the registered instance has a _dispatch method then that
183 e.g. instance._dispatch('add',(2,3))
185 If the registered instance does not have a _dispatch method
195 instance does not have a _dispatch method, method names
245 using the _dispatch method and the result is returned as
260 response = self._dispatch(method, params)
291 # if the instance has a _dispatch method then we
294 elif not hasattr(self.instance, '_dispatch')
378 def _dispatch(self, method, params): member in class:SimpleXMLRPCDispatcher
    [all...]
  /external/python/cpython3/Lib/xmlrpc/
server.py 64 def _dispatch(self, method, params):
80 def _dispatch(self, method, params):
176 If the registered instance has a _dispatch method then that
179 e.g. instance._dispatch('add',(2,3))
181 If the registered instance does not have a _dispatch method
191 instance does not have a _dispatch method, method names
241 using the _dispatch method and the result is returned as
256 response = self._dispatch(method, params)
285 # if the instance has a _dispatch method then we
288 elif not hasattr(self.instance, '_dispatch')
368 def _dispatch(self, method, params): member in class:SimpleXMLRPCDispatcher
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl.py 302 meth = self._dispatch(object)
316 def _dispatch(self, object): member in class:VisitorBase
  /external/python/cpython2/Parser/
asdl.py 302 meth = self._dispatch(object)
316 def _dispatch(self, object): member in class:VisitorBase
  /external/autotest/client/cros/faft/
rpc_functions.py 51 'FAFTClient.[categories].[method_name]', because _dispatch will rename
121 def _dispatch(self, method, params): member in class:RPCFunctions
122 """This _dispatch method handles string conversion especially.

Completed in 538 milliseconds