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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 772 gai_errnos = []
776 gai_errnos = [getattr(socket, name, num)
782 (isinstance(err, socket.gaierror) and n in gai_errnos) or
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 853 gai_errnos = []
857 gai_errnos = [getattr(socket, name, num)
863 (isinstance(err, socket.gaierror) and n in gai_errnos) or
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py 853 gai_errnos = []
857 gai_errnos = [getattr(socket, name, num)
863 (isinstance(err, socket.gaierror) and n in gai_errnos) or
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 853 gai_errnos = []
857 gai_errnos = [getattr(socket, name, num)
863 (isinstance(err, socket.gaierror) and n in gai_errnos) or
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 853 gai_errnos = []
857 gai_errnos = [getattr(socket, name, num)
863 (isinstance(err, socket.gaierror) and n in gai_errnos) or
    [all...]
  /external/python/cpython2/Lib/test/
test_support.py     [all...]

Completed in 122 milliseconds