Searched refs:download_base (Results 1 – 7 of 7) sorted by relevance
/external/antlr/runtime/Python/ |
D | ez_setup.py | 60 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 83 egg = download_setuptools(version, download_base, to_dir, download_delay) 101 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 113 url = download_base + egg_name 134 version, download_base, delay, url
|
/external/python/apitools/ |
D | ez_setup.py | 69 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 85 egg = download_setuptools(version, download_base, to_dir, download_delay) 110 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 122 url = download_base + egg_name 143 version, download_base, delay, url
|
/external/antlr/runtime/Python3/ |
D | ez_setup.py | 119 def _do_download(version, download_base, to_dir, download_delay): argument 123 tarball = download_setuptools(version, download_base, 131 def use_setuptools(version=DEFAULT_VERSION, download_base=DEFAULT_URL, argument 145 return _do_download(version, download_base, to_dir, download_delay) 161 return _do_download(version, download_base, to_dir, 164 return _do_download(version, download_base, to_dir, 170 def download_setuptools(version=DEFAULT_VERSION, download_base=DEFAULT_URL, argument 187 url = download_base + tgz_name
|
/external/googletest/googlemock/scripts/ |
D | upload.py | 739 required = self.options.download_base or self.options.revision is not None 1194 if not options.download_base: 1277 base = vcs.GuessBase(options.download_base) 1280 if not base and options.download_base: 1281 options.download_base = True 1336 if options.send_mail and options.download_base: 1338 if not options.download_base: 1349 if not options.download_base or not uploaded_diff_file: 1367 if not options.download_base: 1370 if not options.download_base:
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | upload.py | 739 required = self.options.download_base or self.options.revision is not None 1194 if not options.download_base: 1277 base = vcs.GuessBase(options.download_base) 1280 if not base and options.download_base: 1281 options.download_base = True 1336 if options.send_mail and options.download_base: 1338 if not options.download_base: 1349 if not options.download_base or not uploaded_diff_file: 1367 if not options.download_base: 1370 if not options.download_base:
|
/external/google-breakpad/src/testing/scripts/ |
D | upload.py | 739 required = self.options.download_base or self.options.revision is not None 1194 if not options.download_base: 1277 base = vcs.GuessBase(options.download_base) 1280 if not base and options.download_base: 1281 options.download_base = True 1336 if options.send_mail and options.download_base: 1338 if not options.download_base: 1349 if not options.download_base or not uploaded_diff_file: 1367 if not options.download_base: 1370 if not options.download_base:
|
/external/googletest/googletest/scripts/ |
D | upload.py | 739 required = self.options.download_base or self.options.revision is not None 1194 if not options.download_base: 1277 base = vcs.GuessBase(options.download_base) 1280 if not base and options.download_base: 1281 options.download_base = True 1336 if options.send_mail and options.download_base: 1338 if not options.download_base: 1349 if not options.download_base or not uploaded_diff_file: 1367 if not options.download_base: 1370 if not options.download_base:
|