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/ |
D | SimpleXMLRPCServer.py | 586 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)
|
D | DocXMLRPCServer.py | 253 bind_and_activate=True): argument 255 allow_none, encoding, bind_and_activate)
|
D | SocketServer.py | 402 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/ |
D | SocketServer.py | 413 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/ |
D | test_xmlrpc.py | 304 logRequests=False, bind_and_activate=False) 363 logRequests=False, bind_and_activate=False)
|