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

  /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...]

Completed in 1340 milliseconds