Home
last modified time | relevance | path

Searched refs:urlretrieve (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllibnet.py147 def urlretrieve(self, *args): member in urlretrieveNetworkTests
148 return _open_with_retry(urllib.urlretrieve, *args)
152 file_location,info = self.urlretrieve("http://www.python.org/")
165 file_location,info = self.urlretrieve("http://www.python.org/",
178 file_location, header = self.urlretrieve("http://www.python.org/")
185 file_location, fileheaders = self.urlretrieve(logo)
Dtest_urllib.py253 result = urllib.urlretrieve("file:%s" % test_support.TESTFN)
263 result = urllib.urlretrieve(self.constructLocalFileUrl(
287 urllib.urlretrieve(self.constructLocalFileUrl(test_support.TESTFN),
296 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
310 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
324 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
/device/linaro/bootloader/edk2/BaseTools/gcc/
Dmingw-gcc-build.py305 urllib.urlretrieve(url, local_file, progress)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib.py87 def urlretrieve(url, filename=None, reporthook=None, data=None): function
1600 fn, h = urlretrieve(url, None, reporthook)