Home
last modified time | relevance | path

Searched refs:logRequests (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/
DSimpleXMLRPCServer.py566 if self.server.logRequests:
589 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True): argument
590 self.logRequests = logRequests
612 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True): argument
614 SimpleXMLRPCServer.__init__(self, addr, requestHandler, logRequests, allow_none,
DDocXMLRPCServer.py252 logRequests=1, allow_none=False, encoding=None, argument
254 SimpleXMLRPCServer.__init__(self, addr, requestHandler, logRequests,
/external/autotest/client/cros/faft/
Drpc_server.py29 logRequests=True)
/external/python/cpython2/Doc/library/
Ddocxmlrpcserver.rst23 .. class:: DocXMLRPCServer(addr[, requestHandler[, logRequests[, allow_none[, encoding[, bind_and_…
39 *logRequests* parameter to the :class:`~DocXMLRPCServer.DocXMLRPCServer` constructor parameter is
Dsimplexmlrpcserver.rst27 .. class:: SimpleXMLRPCServer(addr[, requestHandler[, logRequests[, allow_none[, encoding[, bind_an…
33 are passed to the :class:`SocketServer.TCPServer` constructor. If *logRequests*
64 requests and modifies logging so that the *logRequests* parameter to the
/external/python/cpython2/Lib/test/
Dtest_docxmlrpc.py23 serv = DocXMLRPCServer(("localhost", 0), logRequests=False)
Dtest_xmlrpc.py340 logRequests=False, bind_and_activate=False)
400 logRequests=False, bind_and_activate=False)
/external/toolchain-utils/automation/server/
Dserver.py115 logRequests=False)