Home
last modified time | relevance | path

Searched +full:download +full:- +full:url (Results 1 – 25 of 1058) sorted by relevance

12345678910>>...43

/external/skia/toolchain/
Ddownload_linux_amd64_toolchain.bzl4 It downloads the necessary headers, executables, and pre-compiled static/shared libraries to
12 (See https://bazel.build/docs/output_directories#layout-diagram)
19 # The clang from CIPD has no prefix, and we download it directly from our GCS bucket
21 # https://chrome-infra-packages.appspot.com/p/skia/bots/clang_linux/+/5h9JgVTkZk0fFuOyLUCHZXIFqG1b1…
26 # (libm), etc. linux-libc-dev has the header files specific to linux. libc6-dev has the libc
35 # From https://packages.debian.org/buster/amd64/libc6/download
37 …"url": "https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+deb10u…
40 # From https://packages.debian.org/buster/amd64/linux-libc-dev/download
42 …"url": "https://security.debian.org/debian-security/pool/updates/main/l/linux/linux-libc-dev_4.19.…
45 # From https://packages.debian.org/buster/amd64/libc6-dev/download
[all …]
/external/bazelbuild-rules_python/python/private/pypi/
Dsimpleapi_download.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
26 """Download Simple API HTML.
30 attr: Contains the parameters for the download. They are grouped into a
37 * sources: list[str], the sources to download things for. Each value is
39 * envsubst: list[str], the envsubst vars for performing substitution in index url.
40 * netrc: The netrc parameter for ctx.download, see http_file for docs.
41 * auth_patterns: The auth_patterns parameter for ctx.download, see
49 reflected when re-evaluating the extension unless we do
50 `bazel clean --expunge`.
51 parallel_download: A boolean to enable usage of bazel 7.1 non-blocking downloads.
[all …]
/external/python/google-api-python-client/docs/dyn/
Drealtimebidding_v1.buyers.creatives.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Drealtimebidding_v1.bidders.creatives.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/python/apitools/apitools/base/py/
Dtransfer_test.py1 # -*- coding: utf-8 -*-
9 # http://www.apache.org/licenses/LICENSE-2.0
43 self.assertIn('content-range', response.info)
44 response_header = response.info['content-range']
57 download = transfer.Download.FromStream(
59 self.assertEqual(chunksize - 1,
60 download._Download__ComputeEndByte(0, end=50))
63 download = transfer.Download.FromStream(six.StringIO())
65 download._Download__ComputeEndByte(0, use_chunks=False))
69 download = transfer.Download.FromStream(
[all …]
Dtransfer.py9 # http://www.apache.org/licenses/LICENSE-2.0
17 """Upload and download support for apitools."""
40 'Download',
56 """Print download progress based on response."""
57 if 'content-range' in response.info:
58 print('Received %s' % response.info['content-range'])
64 """Print information about a completed download."""
65 print('Download complete')
135 def url(self): member in _Transfer
138 def _Initialize(self, http, url): argument
[all …]
/external/cronet/tot/build/fuchsia/
Dupdate_product_bundles_test.py3 # Use of this source code is governed by a BSD-style license that can be
35 update_product_bundles.convert_to_products(['unknown-image']),
36 ['unknown-image'])
41 ['smart_display_eng.astro-release']), ['smart_display_eng.astro'])
46 'qemu.arm64', 'qemu.x64', 'core.x64-dfv2-release',
47 'workstation_eng.chromebook-x64-release'
51 'terminal.qemu-arm64', 'terminal.x64', 'core.x64-dfv2',
52 'workstation_eng.chromebook-x64'
82 "name": "workstation-eng.chromebook-x64",
100 mock.call(cmd=('--machine', 'json', 'repository', 'list'),
[all …]
/external/angle/build/fuchsia/
Dupdate_product_bundles_test.py3 # Use of this source code is governed by a BSD-style license that can be
35 update_product_bundles.convert_to_products(['unknown-image']),
36 ['unknown-image'])
41 ['smart_display_eng.astro-release']), ['smart_display_eng.astro'])
46 'qemu.arm64', 'qemu.x64', 'core.x64-dfv2-release',
47 'workstation_eng.chromebook-x64-release'
51 'terminal.qemu-arm64', 'terminal.x64', 'core.x64-dfv2',
52 'workstation_eng.chromebook-x64'
82 "name": "workstation-eng.chromebook-x64",
100 mock.call(cmd=('--machine', 'json', 'repository', 'list'),
[all …]
/external/cronet/stable/build/fuchsia/
Dupdate_product_bundles_test.py3 # Use of this source code is governed by a BSD-style license that can be
35 update_product_bundles.convert_to_products(['unknown-image']),
36 ['unknown-image'])
41 ['smart_display_eng.astro-release']), ['smart_display_eng.astro'])
46 'qemu.arm64', 'qemu.x64', 'core.x64-dfv2-release',
47 'workstation_eng.chromebook-x64-release'
51 'terminal.qemu-arm64', 'terminal.x64', 'core.x64-dfv2',
52 'workstation_eng.chromebook-x64'
82 "name": "workstation-eng.chromebook-x64",
100 mock.call(cmd=('--machine', 'json', 'repository', 'list'),
[all …]
/external/python/asn1crypto/dev/
Ddeps.py1 # coding: utf-8
28 deps_dir = os.path.join(build_root, 'modularcrypto-deps')
56 def _download(url, dest): argument
58 Downloads a URL to a directory
60 :param url:
61 The URL to download
70 print('Downloading %s' % url)
71 filename = os.path.basename(url)
77 code += "(New-Object Net.WebClient).DownloadFile('%s', '%s');" % (url, dest_path)
78 _execute([powershell_exe, '-Command', code], dest, 'Unable to connect to')
[all …]
/external/freetype/tests/scripts/
Ddownload-test-fonts.py3 """Download test fonts used by the FreeType regression test programs. These
17 # The list of download items describing the font files to install. Each
18 # download item is a dictionary with one of the following schemas:
20 # - File item:
23 # Type: URL string.
25 # Description: URL to download the file from.
31 # it must be different from the original URL's basename.
38 # - Zip items:
44 # Type: URL string.
46 # Description: URL to download the zip archive from.
[all …]
/external/pytorch/tools/stats/
Dimport_test_stats.py14 def get_disabled_issues() -> List[str]:
21 SLOW_TESTS_FILE = ".pytorch-slow-tests.json"
22 DISABLED_TESTS_FILE = ".pytorch-disabled-tests.json"
24 TEST_TIMES_FILE = "test-times.json"
25 TEST_CLASS_TIMES_FILE = "test-class-times.json"
26 TEST_FILE_RATINGS_FILE = "test-file-ratings.json"
27 TEST_CLASS_RATINGS_FILE = "test-class-ratings.json"
39 url: str,
41 ) -> Dict[str, Any]:
48 print(f"Downloading {url} to {path}")
[all …]
/external/cronet/tot/net/base/
Dfilename_util_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
16 #include "url/gurl.h"
24 const char* url; member
29 const char* url; member
61 // LC_CTYPE is not "utf8" or "utf-8" because some of the string conversions in GetLocaleWarningString()
76 std::string default_filename(base::WideToUTF8(test_case->default_filename)); in RunGenerateFileNameTestCase()
78 GURL(test_case->url), test_case->content_disp_header, in RunGenerateFileNameTestCase()
79 test_case->referrer_charset, test_case->suggested_filename, in RunGenerateFileNameTestCase()
80 test_case->mime_type, default_filename); in RunGenerateFileNameTestCase()
81 EXPECT_EQ(test_case->expected_filename, FilePathAsWString(file_path)) in RunGenerateFileNameTestCase()
[all …]
/external/cronet/stable/net/base/
Dfilename_util_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
16 #include "url/gurl.h"
24 const char* url; member
29 const char* url; member
61 // LC_CTYPE is not "utf8" or "utf-8" because some of the string conversions in GetLocaleWarningString()
76 std::string default_filename(base::WideToUTF8(test_case->default_filename)); in RunGenerateFileNameTestCase()
78 GURL(test_case->url), test_case->content_disp_header, in RunGenerateFileNameTestCase()
79 test_case->referrer_charset, test_case->suggested_filename, in RunGenerateFileNameTestCase()
80 test_case->mime_type, default_filename); in RunGenerateFileNameTestCase()
81 EXPECT_EQ(test_case->expected_filename, FilePathAsWString(file_path)) in RunGenerateFileNameTestCase()
[all …]
/external/antlr/runtime/Python3/
Dez_setup.py65 _python_cmd('setup.py', '-q', 'bdist_egg', '--dist-dir', to_dir)
116 """Download Setuptools."""
117 egg = os.path.join(to_dir, 'setuptools-%s-py%d.%d.egg'
125 # Remove previously-imported pkg_resources if present (see
126 # https://bitbucket.org/pypa/setuptools/pull-request/7/ for details).
156 # pkg_resources not available; setuptools is not installed; download
159 # no version of setuptools was found; allow download
182 'easy_install -U setuptools'.
202 Run the command to download target.
204 If the command fails, clean up before re-raising the error.
[all …]
/external/antlr/runtime/Python/
Dez_setup.py65 _python_cmd('setup.py', '-q', 'bdist_egg', '--dist-dir', to_dir)
116 """Download Setuptools."""
117 egg = os.path.join(to_dir, 'setuptools-%s-py%d.%d.egg'
125 # Remove previously-imported pkg_resources if present (see
126 # https://bitbucket.org/pypa/setuptools/pull-request/7/ for details).
156 # pkg_resources not available; setuptools is not installed; download
159 # no version of setuptools was found; allow download
182 'easy_install -U setuptools'.
202 Run the command to download target.
204 If the command fails, clean up before re-raising the error.
[all …]
/external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/cargo/
Dcargo-bazel-lock.json7 "package_url": "https://github.com/gimli-rs/addr2line",
10 "url": "https://static.crates.io/crates/addr2line/0.21.0/download", string
45 "license": "Apache-2.0 OR MIT",
47 "Apache-2.0",
50 "license_file": "LICENSE-APACHE"
55 "package_url": "https://github.com/jonas-schievink/adler.git",
58 "url": "https://static.crates.io/crates/adler/1.0.2/download", string
84 "license": "0BSD OR MIT OR Apache-2.0",
87 "Apache-2.0",
90 "license_file": "LICENSE-0BSD"
[all …]
/external/curl/docs/examples/
Dchkspeed.c21 * SPDX-License-Identifier: curl
25 * Show transfer timing info after download completes.
29 * download data into a chunk of memory instead of storing it in a file.
30 * After successful download we use curl_easy_getinfo() calls to get the
31 * amount of downloaded bytes, the time used for the whole download, and
32 * the average download speed.
33 * On Linux you can create the download test files with:
69 const char *url = URL_1M; in main() local
74 for(argc--, argv++; *argv; argc--, argv++) { in main()
75 if(argv[0][0] == '-') { in main()
[all …]
/external/bazelbuild-rules_python/
Dinternal_dev_deps.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
47 …https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib
48 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
56 strip_prefix = "rules_shell-0.2.0",
57url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.2.0/rules_shell-v0.2.0.tar.g…
63 …s://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.0.tar…
64 … "https://github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.0.tar.gz",
72 strip_prefix = "rules_testing-0.6.0",
73url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.6.0/rules_testing-v0.6.0.t…
80 …ttps://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.…
[all …]
/external/geonames/
DMETADATA8 url {
12 url {
14 …value: "Downloaded from https://download.geonames.org/export/dump/cities1000.zip on 2021-07-29, SH…
16 url {
18 …value: "Downloaded from https://download.geonames.org/export/dump/cities15000.zip on 2021-07-29, S…
20 url {
22 …value: "Downloaded from https://download.geonames.org/export/dump/cities500.zip on 2021-07-29, SHA…
24 url {
26 …value: "Downloaded from https://download.geonames.org/export/dump/cities5000.zip on 2021-07-29, SH…
28 url {
[all …]
/external/federated-compute/fcp/demo/
Dmedia_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
37 name = 'file-name'
44 url = group.add('name', data)
46 service.download(b'',
47 *url.split('/')[-2:]),
51 'Content-Length': len(data),
52 'Content-Type': 'application/octet-stream',
59 content_type = 'application/x-test'
60 url = group.add('name', data, content_type=content_type)
62 service.download(b'',
[all …]
/external/swiftshader/tests/regres/llvm/
Dllvm.go7 // http://www.apache.org/licenses/LICENSE-2.0
63 // Download downloads and verifies the LLVM toolchain for the current OS.
64 func (v Version) Download() ([]byte, error) { func
70 url, sig, key, err := v.DownloadInfoForOS(osName)
75 resp, err := http.Get(url)
77 return nil, fmt.Errorf("Could not download LLVM from %v: %v", url, err)
83 return nil, fmt.Errorf("Could not download LLVM from %v: %v", url, err)
106 // DownloadInfoForOS returns the download url, signature and key for the given
108 func (v Version) DownloadInfoForOS(os string) (url, sig, key string, err error) {
114url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/clang+llvm-10.0.0-x86…
[all …]
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/downloader/
DDownloadRequest.java8 * http://www.apache.org/licenses/LICENSE-2.0
28 /** Request to download a file. */
35 private static final int UNSPECIFIED_TRAFFIC_TAG = -1;
39 /** The File Uri to download the file at. */
42 /** The url to download the file from. */
49 * be provided when performing a network download.
51 * <p>When performing in-memory downloads (using the "inlinefile" url scheme), this will not be
71 * in-memory downloads (see <internal> for more info on the "inlinefile" url scheme).
74 * should ensure that 1) the "inlinefile" url scheme is used and 2) an {@link
90 /** Sets the on-device destination uri of the file. */
[all …]
/external/tink/cc/integration/gcpkms/
Dtink_cc_gcpkms_deps.bzl23 …s://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.31.0/rules_go-v0.31.0.z…
24 … "https://github.com/bazelbuild/rules_go/releases/download/v0.31.0/rules_go-v0.31.0.zip",
30 # Release from 2022-09-16.
34url = "https://github.com/bazelbuild/rules_apple/releases/download/1.1.2/rules_apple.1.1.2.tar.gz",
37 # Release from 2022-09-16.
41url = "https://github.com/bazelbuild/rules_swift/releases/download/1.2.0/rules_swift.1.2.0.tar.gz",
44 # Release from 2022-10-31.
48url = "https://github.com/bazelbuild/apple_support/releases/download/1.3.2/apple_support.1.3.2.tar…
52 # Matches version embedded in com_github_grpc_grpc from 2022-05-11.
56 strip_prefix = "googleapis-2f9af297c84c55c8b871ba4495e01ade42476c92",
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/complicated_dependencies/
Dcargo-bazel-lock.json4 "aho-corasick 1.1.3": {
5 "name": "aho-corasick",
7 "package_url": "https://github.com/BurntSushi/aho-corasick",
10 "url": "https://static.crates.io/crates/aho-corasick/1.1.3/download", string
41 "license_file": "LICENSE-MIT"
46 "package_url": "https://github.com/rust-lang/rust-bindgen",
49 "url": "https://static.crates.io/crates/bindgen/0.66.1/download", string
105 "id": "clang-sys 1.7.0",
121 "id": "proc-macro2 1.0.81",
133 "id": "rustc-hash 1.1.0",
[all …]

12345678910>>...43