Home
last modified time | relevance | path

Searched refs:bind_and_activate (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DSimpleXMLRPCServer.py586 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True): argument
590 SocketServer.TCPServer.__init__(self, addr, requestHandler, bind_and_activate)
609 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True): argument
612 encoding, bind_and_activate)
DDocXMLRPCServer.py253 bind_and_activate=True): argument
255 allow_none, encoding, bind_and_activate)
DSocketServer.py402 def __init__(self, server_address, RequestHandlerClass, bind_and_activate=True): argument
407 if bind_and_activate:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
DSocketServer.py413 def __init__(self, server_address, RequestHandlerClass, bind_and_activate=True): argument
418 if bind_and_activate:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xmlrpc.py304 logRequests=False, bind_and_activate=False)
363 logRequests=False, bind_and_activate=False)