/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_socket.py | 35 SUPPORTS_IPV6 = socket.has_ipv6 and try_address('::1', family=socket.AF_INET6) 491 from socket import inet_pton, AF_INET6, has_ipv6 namespace 492 if not has_ipv6: 525 from socket import inet_ntop, AF_INET6, has_ipv6 namespace 526 if not has_ipv6: [all...] |
test_ftplib.py | 759 if socket.has_ipv6:
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_socket.py | 35 SUPPORTS_IPV6 = socket.has_ipv6 and try_address('::1', family=socket.AF_INET6) 491 from socket import inet_pton, AF_INET6, has_ipv6 namespace 492 if not has_ipv6: 525 from socket import inet_ntop, AF_INET6, has_ipv6 namespace 526 if not has_ipv6: [all...] |
test_ftplib.py | 759 if socket.has_ipv6:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | 35 SUPPORTS_IPV6 = socket.has_ipv6 and try_address('::1', family=socket.AF_INET6) 491 from socket import inet_pton, AF_INET6, has_ipv6 namespace 492 if not has_ipv6: 525 from socket import inet_ntop, AF_INET6, has_ipv6 namespace 526 if not has_ipv6: [all...] |
test_ftplib.py | 759 if socket.has_ipv6:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | 35 SUPPORTS_IPV6 = socket.has_ipv6 and try_address('::1', family=socket.AF_INET6) 491 from socket import inet_pton, AF_INET6, has_ipv6 namespace 492 if not has_ipv6: 525 from socket import inet_ntop, AF_INET6, has_ipv6 namespace 526 if not has_ipv6: [all...] |
test_ftplib.py | 759 if socket.has_ipv6:
|
/external/curl/tests/ |
runtests.pl | 213 my $has_ipv6; # set if libcurl is built with IPv6 support [all...] |