Lines Matching defs:Download
57 def Download(url, local_path):
58 """Download a large-ish binary file and print some status information while
82 Download(
83 ('http://download.microsoft.com/download/'
92 Download(
93 ('http://download.microsoft.com/download/'
102 Download(
103 ('http://download.microsoft.com/download/'
112 Download(
113 ('http://download.microsoft.com/download/'
122 Download(
123 ('http://download.microsoft.com/download/'
130 """Download the Win8 SDK. This one is slightly different than the simple
132 tool is provided that is a download manager. This is used to download the
141 Download(
142 ('http://download.microsoft.com/download/'
146 'Running sdksetup.exe to download Win8 SDK (may request elevation)...\n')
155 sys.stdout.write('Windows 8 SDK failed to download, retrying.\n')
156 raise SystemExit("After multiple retries, couldn't download Win8 SDK")
160 """Download Update3 to VS2012. See notes in DownloadSDK8."""
163 Download(
164 ('http://download.microsoft.com/download/'
180 """Download all distribution archives for the components we need."""
208 """Download all distribution archives for the components we need."""