HomeSort by relevance Sort by last modified time
    Searched defs:_marshaled_dispatch (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): member in class:SimpleXMLRPCDispatcher
502 response = self.server._marshaled_dispatch(
624 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:MultiPathXMLRPCServer
626 response = self.dispatchers[path]._marshaled_dispatch(
647 response = self._marshaled_dispatch(request_text)
  /external/python/cpython2/Lib/
SimpleXMLRPCServer.py 241 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:SimpleXMLRPCDispatcher
505 response = self.server._marshaled_dispatch(
627 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:MultiPathXMLRPCServer
629 response = self.dispatchers[path]._marshaled_dispatch(
650 response = self._marshaled_dispatch(request_text)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SimpleXMLRPCServer.py 241 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:SimpleXMLRPCDispatcher
505 response = self.server._marshaled_dispatch(
627 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:MultiPathXMLRPCServer
629 response = self.dispatchers[path]._marshaled_dispatch(
650 response = self._marshaled_dispatch(request_text)
  /prebuilts/gdb/linux-x86/lib/python2.7/
SimpleXMLRPCServer.py 241 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:SimpleXMLRPCDispatcher
505 response = self.server._marshaled_dispatch(
627 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:MultiPathXMLRPCServer
629 response = self.dispatchers[path]._marshaled_dispatch(
650 response = self._marshaled_dispatch(request_text)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 241 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:SimpleXMLRPCDispatcher
505 response = self.server._marshaled_dispatch(
627 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:MultiPathXMLRPCServer
629 response = self.dispatchers[path]._marshaled_dispatch(
650 response = self._marshaled_dispatch(request_text)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 241 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:SimpleXMLRPCDispatcher
505 response = self.server._marshaled_dispatch(
627 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:MultiPathXMLRPCServer
629 response = self.dispatchers[path]._marshaled_dispatch(
650 response = self._marshaled_dispatch(request_text)
  /external/python/cpython3/Lib/xmlrpc/
server.py 237 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:SimpleXMLRPCDispatcher
495 response = self.server._marshaled_dispatch(
613 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:MultiPathXMLRPCServer
615 response = self.dispatchers[path]._marshaled_dispatch(
637 response = self._marshaled_dispatch(request_text)
    [all...]
  /external/python/cpython3/Lib/test/
test_xmlrpc.py 584 def _marshaled_dispatch(self, data, dispatch_method=None, path=None): member in class:http_multi_server.BrokenDispatcher
    [all...]

Completed in 2194 milliseconds