Searched refs:IPV6_ENABLED (Results 1 – 16 of 16) sorted by relevance
/external/python/cpython3/Lib/test/support/ |
D | socket_helper.py | 139 IPV6_ENABLED = _is_ipv6_enabled() variable 182 if not IPV6_ENABLED:
|
/external/python/cpython3/Lib/test/ |
D | test_socket.py | 963 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test') 1508 if socket_helper.IPV6_ENABLED: 1721 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test.') 1728 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test.') 1738 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test.') 1753 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test.') 1770 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test.') 1780 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test.') 1882 if socket_helper.IPV6_ENABLED: 4203 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test.') [all …]
|
D | test_smtpd.py | 172 @unittest.skipUnless(socket_helper.IPV6_ENABLED, "IPv6 not enabled") 762 @unittest.skipUnless(socket_helper.IPV6_ENABLED, "IPv6 not enabled")
|
D | test_asyncore.py | 797 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 support required')
|
D | test_ftplib.py | 820 @skipUnless(socket_helper.IPV6_ENABLED, "IPv6 not enabled")
|
D | test_ssl.py | 766 if socket_helper.IPV6_ENABLED: 849 if socket_helper.IPV6_ENABLED: 2260 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'Needs IPv6')
|
D | test_logging.py | 1951 @unittest.skipUnless(socket_helper.IPV6_ENABLED,
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_base_events.py | 94 if socket_helper.IPV6_ENABLED: 1159 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'no IPv6 support') 1291 if socket_helper.IPV6_ENABLED: 1310 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'no IPv6 support') 1642 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 not supported or enabled')
|
D | test_events.py | 1151 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 not supported or enabled') 1261 @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 not supported or enabled')
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 558 IPV6_ENABLED = _is_ipv6_enabled() variable
|
/external/python/cpython2/Lib/test/ |
D | test_socket.py | 38 SUPPORTS_IPV6 = test_support.IPV6_ENABLED
|
D | test_ssl.py | 1590 if support.IPV6_ENABLED:
|
/external/curl/ |
D | configure.ac | 1344 IPV6_ENABLED=1 1345 AC_SUBST(IPV6_ENABLED) subst 4955 if test "x$IPV6_ENABLED" = "x1"; then
|
D | configure | 23107 IPV6_ENABLED=1 44722 if test "x$IPV6_ENABLED" = "x1"; then
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 1426 .. data:: IPV6_ENABLED
|
/external/python/cpython3/Misc/ |
D | HISTORY | 10450 and make it available as ``test.support.IPV6_ENABLED``. Patch by
|