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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 289 FTP_HOST = "ftp://ftp.mirror.nl/pub/gnu/"
293 with test_support.transient_internet(self.FTP_HOST, timeout=None):
294 u = _urlopen_with_retry(self.FTP_HOST)
299 with test_support.transient_internet(self.FTP_HOST):
302 u = _urlopen_with_retry(self.FTP_HOST)
309 with test_support.transient_internet(self.FTP_HOST):
312 u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
318 with test_support.transient_internet(self.FTP_HOST):
319 u = _urlopen_with_retry(self.FTP_HOST, timeout=60)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 289 FTP_HOST = "ftp://ftp.mirror.nl/pub/gnu/"
293 with test_support.transient_internet(self.FTP_HOST, timeout=None):
294 u = _urlopen_with_retry(self.FTP_HOST)
299 with test_support.transient_internet(self.FTP_HOST):
302 u = _urlopen_with_retry(self.FTP_HOST)
309 with test_support.transient_internet(self.FTP_HOST):
312 u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
318 with test_support.transient_internet(self.FTP_HOST):
319 u = _urlopen_with_retry(self.FTP_HOST, timeout=60)

Completed in 29 milliseconds