Home
last modified time | relevance | path

Searched refs:allow_reuse_address (Results 1 – 25 of 27) sorted by relevance

12

/external/python/cpython2/Lib/
DSocketServer.py408 allow_reuse_address = False variable in TCPServer
429 if self.allow_reuse_address:
485 allow_reuse_address = False variable in UDPServer
DBaseHTTPServer.py104 allow_reuse_address = 1 # Seems to make sense in testing environment variable in HTTPServer
DSimpleXMLRPCServer.py580 allow_reuse_address = True variable in SimpleXMLRPCServer
/external/python/cpython3/Lib/
Dsocketserver.py443 allow_reuse_address = False variable in TCPServer
464 if self.allow_reuse_address:
520 allow_reuse_address = False variable in UDPServer
/external/libpcap/testprogs/
Dvisopts.py283 allow_reuse_address = True variable in run_httpd.MySocketServer
/external/autotest/site_utils/
Dlog_socket_server.py83 allow_reuse_address = 1 variable in LogRecordSocketReceiver
/external/curl/tests/
Ddictserver.py40 socketserver.TCPServer.allow_reuse_address = True
Dnegtelnetserver.py42 socketserver.TCPServer.allow_reuse_address = True
/external/autotest/client/site_tests/policy_ProxySettings/
Dpolicy_ProxySettings.py53 ThreadingTCPServer.allow_reuse_address = True
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dcoverage-report-server.py193 socketserver.TCPServer.allow_reuse_address = True
/external/python/cpython3/Lib/xmlrpc/
Dserver.py590 allow_reuse_address = True variable in SimpleXMLRPCServer
/external/python/cpython2/Doc/library/
Dsimplexmlrpcserver.rst40 the *allow_reuse_address* class variable before the address is bound.
Dsocketserver.rst252 .. attribute:: allow_reuse_address
/external/python/cpython3/Lib/http/
Dserver.py133 allow_reuse_address = 1 # Seems to make sense in testing environment variable in HTTPServer
/external/python/cpython2/Lib/logging/
Dconfig.py860 allow_reuse_address = 1 variable in listen.ConfigSocketReceiver
/external/python/cpython3/Lib/logging/
Dconfig.py873 allow_reuse_address = 1 variable in listen.ConfigSocketReceiver
/external/python/cpython3/Doc/library/
Dxmlrpc.server.rst42 the *allow_reuse_address* class variable before the address is bound.
Dsocketserver.rst277 .. attribute:: allow_reuse_address
/external/python/cpython2/Lib/test/
Dtest_logging.py891 allow_reuse_address = 1 variable in LogRecordSocketReceiver
/external/python/cpython2/Doc/howto/
Dlogging-cookbook.rst411 allow_reuse_address = 1
/external/curl/tests/python_dependencies/impacket/
Dsmbserver.py3569 SocketServer.TCPServer.allow_reuse_address = True
/external/python/cpython3/Lib/test/
Dtest_logging.py968 allow_reuse_address = True variable in TestTCPServer
/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst494 allow_reuse_address = True
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2612 :attr:`allow_reuse_address` attribute before calling the
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2616 :attr:`allow_reuse_address` attribute before calling the

12