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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib.py 807 _localhost = None variable
    [all...]
  /external/python/cpython2/Lib/
urllib.py 817 _localhost = None variable
820 global _localhost
821 if _localhost is None:
822 _localhost = socket.gethostbyname('localhost')
823 return _localhost
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 809 _localhost = None variable
812 global _localhost
813 if _localhost is None:
814 _localhost = socket.gethostbyname('localhost')
815 return _localhost
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 809 _localhost = None variable
812 global _localhost
813 if _localhost is None:
814 _localhost = socket.gethostbyname('localhost')
815 return _localhost
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 809 _localhost = None variable
812 global _localhost
813 if _localhost is None:
814 _localhost = socket.gethostbyname('localhost')
815 return _localhost
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 809 _localhost = None variable
812 global _localhost
813 if _localhost is None:
814 _localhost = socket.gethostbyname('localhost')
815 return _localhost
    [all...]
  /external/python/cpython3/Lib/urllib/
request.py 2329 _localhost = None variable
    [all...]

Completed in 1355 milliseconds