HomeSort by relevance Sort by last modified time
    Searched refs:fqhn (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_socket.py 342 fqhn = socket.getfqdn(ip)
343 if not fqhn in all_host_names:
344 self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(all_host_names)))
    [all...]
  /external/python/cpython2/Lib/test/
test_socket.py 366 fqhn = socket.getfqdn(ip)
367 if not fqhn in all_host_names:
368 self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(all_host_names)))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socket.py 342 fqhn = socket.getfqdn(ip)
343 if not fqhn in all_host_names:
344 self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(all_host_names)))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socket.py 342 fqhn = socket.getfqdn(ip)
343 if not fqhn in all_host_names:
344 self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(all_host_names)))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 342 fqhn = socket.getfqdn(ip)
343 if not fqhn in all_host_names:
344 self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(all_host_names)))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 342 fqhn = socket.getfqdn(ip)
343 if not fqhn in all_host_names:
344 self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(all_host_names)))
    [all...]
  /external/python/cpython3/Lib/test/
test_socket.py 801 fqhn = socket.getfqdn(ip)
802 if not fqhn in all_host_names:
803 self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(all_host_names)))
    [all...]

Completed in 550 milliseconds