Home
last modified time | relevance | path

Searched refs:find_unused_port (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython2/Lib/bsddb/test/
Dtest_replication.py73 master_port = test_support.find_unused_port()
74 client_port = test_support.find_unused_port()
/external/python/cpython2/Lib/test/
Dtest_socket.py632 port = test_support.find_unused_port()
640 port = test_support.find_unused_port()
1330 port = test_support.find_unused_port()
1340 port = test_support.find_unused_port()
1384 self.source_port = test_support.find_unused_port()
Dtest_test_support.py111 port = support.find_unused_port()
Dtest_httplib.py718 self.source_port = test_support.find_unused_port()
/external/python/cpython2/Misc/NEWS.d/
D2.7b2.rst202 logging updated to remove usage of find_unused_port().
596 Remove use of find_unused_port() in test_smtplib and test_multiprocessing.
D2.6a3.rst289 test_support.find_unused_port() has also been introduced, which will pass a
D2.7a2.rst456 test_multiprocessing now uses test_support.find_unused_port instead of a
/external/python/cpython3/Lib/test/
Dtest_ftplib.py748 port = support.find_unused_port()
760 port = support.find_unused_port()
Dtest_support.py99 port = support.find_unused_port()
Dtest_socket.py1248 port = support.find_unused_port()
1316 port = support.find_unused_port()
1324 port = support.find_unused_port()
4695 port = support.find_unused_port()
4705 port = support.find_unused_port()
4748 self.source_port = support.find_unused_port()
Dtest_smtplib.py246 src_port = support.find_unused_port()
Dtest_httplib.py1422 self.source_port = support.find_unused_port()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py765 port = support.find_unused_port()
1294 port = support.find_unused_port()
2205 port = support.find_unused_port()
2296 port = support.find_unused_port()
Dtest_proactor_events.py926 port = support.find_unused_port()
Dtest_unix_events.py486 port = support.find_unused_port()
/external/python/cpython2/Lib/test/support/
D__init__.py447 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): function
/external/python/cpython3/Doc/library/
Dtest.rst1069 .. function:: find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM)
1087 :func:`find_unused_port` where possible. Using a hard coded port is
/external/python/cpython3/Lib/test/support/
D__init__.py633 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): function
/external/python/cpython3/Misc/
DHISTORY14444 - Issue #8576: Remove use of find_unused_port() in test_smtplib and
14504 - Issue #7498: test_multiprocessing now uses test.support.find_unused_port