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

  /external/autotest/server/cros/ap_configurators/
fetch_prebuilt_pyauto.py 138 chrome_zip = urllib.urlretrieve(self._chrome_zip_url)[0]
142 remoting_zip = urllib.urlretrieve(self._remoting_zip_url)[0]
147 pyautolib_py = urllib.urlretrieve(self._pyautolib_py_url)[0]
150 pyautolib_so = urllib.urlretrieve(self._pyautolib_so_url)[0]
154 ffmpegsumo_so = urllib.urlretrieve(self._ffmpegsumo_so_url)[0]
157 chromedriver = urllib.urlretrieve(self._chromedriver_url)[0]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllibnet.py 153 """Tests urllib.urlretrieve using the network."""
155 def urlretrieve(self, *args): member in class:urlretrieveNetworkTests
156 return _open_with_retry(urllib.urlretrieve, *args)
160 file_location,info = self.urlretrieve("http://www.python.org/")
162 " urlretrieve is not a valid path")
166 " by urlretrieve failed")
173 file_location,info = self.urlretrieve("http://www.python.org/",
185 # Make sure header returned as 2nd value from urlretrieve is good.
186 file_location, header = self.urlretrieve("http://www.python.org/")
193 file_location, fileheaders = self.urlretrieve(logo
    [all...]
test_urllib.py 282 """Test urllib.urlretrieve() on local files"""
296 self.text = 'testing urllib.urlretrieve'
336 result = urllib.urlretrieve("file:%s" % test_support.TESTFN)
346 result = urllib.urlretrieve(self.constructLocalFileUrl(
370 urllib.urlretrieve(self.constructLocalFileUrl(test_support.TESTFN),
379 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
393 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
407 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
415 """Test urllib.urlretrieve() using fake http connections"""
432 self.assertRaises(urllib.ContentTooShortError, urllib.urlretrieve,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllibnet.py 153 """Tests urllib.urlretrieve using the network."""
155 def urlretrieve(self, *args): member in class:urlretrieveNetworkTests
156 return _open_with_retry(urllib.urlretrieve, *args)
160 file_location,info = self.urlretrieve("http://www.python.org/")
162 " urlretrieve is not a valid path")
166 " by urlretrieve failed")
173 file_location,info = self.urlretrieve("http://www.python.org/",
185 # Make sure header returned as 2nd value from urlretrieve is good.
186 file_location, header = self.urlretrieve("http://www.python.org/")
193 file_location, fileheaders = self.urlretrieve(logo
    [all...]
test_urllib.py 282 """Test urllib.urlretrieve() on local files"""
296 self.text = 'testing urllib.urlretrieve'
336 result = urllib.urlretrieve("file:%s" % test_support.TESTFN)
346 result = urllib.urlretrieve(self.constructLocalFileUrl(
370 urllib.urlretrieve(self.constructLocalFileUrl(test_support.TESTFN),
379 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
393 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
407 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
415 """Test urllib.urlretrieve() using fake http connections"""
432 self.assertRaises(urllib.ContentTooShortError, urllib.urlretrieve,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllibnet.py 153 """Tests urllib.urlretrieve using the network."""
155 def urlretrieve(self, *args): member in class:urlretrieveNetworkTests
156 return _open_with_retry(urllib.urlretrieve, *args)
160 file_location,info = self.urlretrieve("http://www.python.org/")
162 " urlretrieve is not a valid path")
166 " by urlretrieve failed")
173 file_location,info = self.urlretrieve("http://www.python.org/",
185 # Make sure header returned as 2nd value from urlretrieve is good.
186 file_location, header = self.urlretrieve("http://www.python.org/")
193 file_location, fileheaders = self.urlretrieve(logo
    [all...]
test_urllib.py 282 """Test urllib.urlretrieve() on local files"""
296 self.text = 'testing urllib.urlretrieve'
336 result = urllib.urlretrieve("file:%s" % test_support.TESTFN)
346 result = urllib.urlretrieve(self.constructLocalFileUrl(
370 urllib.urlretrieve(self.constructLocalFileUrl(test_support.TESTFN),
379 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
393 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
407 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
415 """Test urllib.urlretrieve() using fake http connections"""
432 self.assertRaises(urllib.ContentTooShortError, urllib.urlretrieve,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllibnet.py 153 """Tests urllib.urlretrieve using the network."""
155 def urlretrieve(self, *args): member in class:urlretrieveNetworkTests
156 return _open_with_retry(urllib.urlretrieve, *args)
160 file_location,info = self.urlretrieve("http://www.python.org/")
162 " urlretrieve is not a valid path")
166 " by urlretrieve failed")
173 file_location,info = self.urlretrieve("http://www.python.org/",
185 # Make sure header returned as 2nd value from urlretrieve is good.
186 file_location, header = self.urlretrieve("http://www.python.org/")
193 file_location, fileheaders = self.urlretrieve(logo
    [all...]
test_urllib.py 282 """Test urllib.urlretrieve() on local files"""
296 self.text = 'testing urllib.urlretrieve'
336 result = urllib.urlretrieve("file:%s" % test_support.TESTFN)
346 result = urllib.urlretrieve(self.constructLocalFileUrl(
370 urllib.urlretrieve(self.constructLocalFileUrl(test_support.TESTFN),
379 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
393 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
407 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
415 """Test urllib.urlretrieve() using fake http connections"""
432 self.assertRaises(urllib.ContentTooShortError, urllib.urlretrieve,
    [all...]
  /external/boringssl/src/util/bot/
update_clang.py 42 urllib.urlretrieve(url, path, reporthook=report)
  /external/autotest/client/bin/
test_config.py 43 utils.urlretrieve(cfg, self.cfg)
  /external/autotest/server/
base_utils.py 80 utils.urlretrieve(location, tmpfile)
  /external/autotest/site_utils/chromeos_proxy/
swarming_bots.py 207 urllib.urlretrieve('%s/bot_code' % self.swarming_proxy, dest)
  /external/autotest/client/common_lib/
base_utils.py 720 def urlretrieve(url, filename, data=None, timeout=300): function
771 urlretrieve(src, dest)
    [all...]
base_utils_unittest.py 456 base_utils.urlretrieve(url, dest, data=data, timeout=timeout)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 35 __all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve",
90 def urlretrieve(url, filename=None, reporthook=None, data=None): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 35 __all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve",
90 def urlretrieve(url, filename=None, reporthook=None, data=None): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 35 __all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve",
90 def urlretrieve(url, filename=None, reporthook=None, data=None): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 35 __all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve",
90 def urlretrieve(url, filename=None, reporthook=None, data=None): function
    [all...]

Completed in 1650 milliseconds