HomeSort by relevance Sort by last modified time
    Searched refs:dispatch_method (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SimpleXMLRPCServer.py 241 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
257 if dispatch_method is not None:
258 response = dispatch_method(method, params)
624 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
627 data, dispatch_method, path)
  /external/python/cpython2/Lib/
SimpleXMLRPCServer.py 241 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
257 if dispatch_method is not None:
258 response = dispatch_method(method, params)
627 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
630 data, dispatch_method, path)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SimpleXMLRPCServer.py 241 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
257 if dispatch_method is not None:
258 response = dispatch_method(method, params)
627 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
630 data, dispatch_method, path)
  /prebuilts/gdb/linux-x86/lib/python2.7/
SimpleXMLRPCServer.py 241 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
257 if dispatch_method is not None:
258 response = dispatch_method(method, params)
627 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
630 data, dispatch_method, path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 241 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
257 if dispatch_method is not None:
258 response = dispatch_method(method, params)
627 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
630 data, dispatch_method, path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 241 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
257 if dispatch_method is not None:
258 response = dispatch_method(method, params)
627 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
630 data, dispatch_method, path)
  /external/python/cpython3/Lib/xmlrpc/
server.py 237 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
253 if dispatch_method is not None:
254 response = dispatch_method(method, params)
613 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
616 data, dispatch_method, path)
    [all...]
  /external/python/cpython3/Lib/test/
test_xmlrpc.py 584 def _marshaled_dispatch(self, data, dispatch_method=None, path=None):
    [all...]

Completed in 63 milliseconds