OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:download_base
(Results
1 - 7
of
7
) sorted by null
/external/antlr/runtime/Python/
ez_setup.py
60
version=DEFAULT_VERSION,
download_base
=DEFAULT_URL, to_dir=os.curdir,
66
as an egg for download under the `
download_base
` URL (which should end with
83
egg = download_setuptools(version,
download_base
, to_dir, download_delay)
101
version=DEFAULT_VERSION,
download_base
=DEFAULT_URL, to_dir=os.curdir,
107
as an egg for download under the `
download_base
` URL (which should end
113
url =
download_base
+ egg_name
134
version,
download_base
, delay, url
/external/python/apitools/
ez_setup.py
69
version=DEFAULT_VERSION,
download_base
=DEFAULT_URL, to_dir=os.curdir,
75
as an egg for download under the `
download_base
` URL (which should end with
85
egg = download_setuptools(version,
download_base
, to_dir, download_delay)
110
version=DEFAULT_VERSION,
download_base
=DEFAULT_URL, to_dir=os.curdir,
116
as an egg for download under the `
download_base
` URL (which should end
122
url =
download_base
+ egg_name
143
version,
download_base
, delay, url
/external/antlr/runtime/Python3/
ez_setup.py
119
def _do_download(version,
download_base
, to_dir, download_delay):
123
tarball = download_setuptools(version,
download_base
,
131
def use_setuptools(version=DEFAULT_VERSION,
download_base
=DEFAULT_URL,
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,
175
as an egg for download under the `
download_base
` URL (which should end
187
url =
download_base
+ tgz_name
/external/google-breakpad/src/testing/gtest/scripts/
upload.py
446
group.add_option("--
download_base
", action="store_true",
447
dest="
download_base
", default=False,
739
required = self.options.
download_base
or self.options.revision is not None
[
all
...]
/external/google-breakpad/src/testing/scripts/
upload.py
446
group.add_option("--
download_base
", action="store_true",
447
dest="
download_base
", default=False,
739
required = self.options.
download_base
or self.options.revision is not None
[
all
...]
/external/googletest/googlemock/scripts/
upload.py
446
group.add_option("--
download_base
", action="store_true",
447
dest="
download_base
", default=False,
739
required = self.options.
download_base
or self.options.revision is not None
[
all
...]
/external/googletest/googletest/scripts/
upload.py
446
group.add_option("--
download_base
", action="store_true",
447
dest="
download_base
", default=False,
739
required = self.options.
download_base
or self.options.revision is not None
[
all
...]
Completed in 295 milliseconds