| /external/skia/toolchain/ |
| D | download_linux_amd64_toolchain.bzl | 4 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/python/google-api-python-client/docs/dyn/ |
| D | realtimebidding_v1.buyers.creatives.html | 8 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 …]
|
| D | realtimebidding_v1.bidders.creatives.html | 8 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/angle/build/fuchsia/ |
| D | update_product_bundles_test.py | 3 # Use of this source code is governed by a BSD-style license that can be 34 update_product_bundles.convert_to_products(['unknown-image']), 35 ['unknown-image']) 40 ['smart_display_eng.astro-release']), ['smart_display_eng.astro']) 45 'qemu.arm64', 'qemu.x64', 'core.x64-dfv2-release', 46 'workstation_eng.chromebook-x64-release' 50 'terminal.qemu-arm64', 'terminal.x64', 'core.x64-dfv2', 51 'workstation_eng.chromebook-x64' 81 "name": "workstation-eng.chromebook-x64", 99 mock.call(cmd=('--machine', 'json', 'repository', 'list'), [all …]
|
| /external/python/asn1crypto/dev/ |
| D | deps.py | 1 # 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/ |
| D | download-test-fonts.py | 3 """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/cronet/net/base/ |
| D | filename_util_unittest.cc | 2 // 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/python/apitools/apitools/base/py/ |
| D | transfer.py | 9 # 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 …]
|
| D | transfer_test.py | 1 # -*- coding: utf-8 -*- 9 # http://www.apache.org/licenses/LICENSE-2.0 42 self.assertIn('content-range', response.info) 43 response_header = response.info['content-range'] 56 download = transfer.Download.FromStream( 58 self.assertEqual(chunksize - 1, 59 download._Download__ComputeEndByte(0, end=50)) 62 download = transfer.Download.FromStream(six.StringIO()) 64 download._Download__ComputeEndByte(0, use_chunks=False)) 68 download = transfer.Download.FromStream( [all …]
|
| /external/antlr/runtime/Python3/ |
| D | ez_setup.py | 65 _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/ |
| D | ez_setup.py | 65 _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/ |
| D | cargo-bazel-lock.json | 7 "package_url": "https://github.com/gimli-rs/addr2line", 10 "url": "https://crates.io/api/v1/crates/addr2line/0.21.0/download", string 45 "license": "Apache-2.0 OR MIT", 47 "Apache-2.0", 55 "package_url": "https://github.com/jonas-schievink/adler.git", 58 "url": "https://crates.io/api/v1/crates/adler/1.0.2/download", string 84 "license": "0BSD OR MIT OR Apache-2.0", 87 "Apache-2.0", 98 "url": "https://crates.io/api/v1/crates/anyhow/1.0.75/download", string 131 "license": "MIT OR Apache-2.0", [all …]
|
| /external/curl/docs/examples/ |
| D | chkspeed.c | 21 * 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/python/setuptools/setuptools/ |
| D | package_index.py | 33 EGG_FRAGMENT = re.compile(r'^egg=([-A-Za-z0-9_.+!]+)$') 37 r'href="[^?]+\?:action=show_md5&digest=([0-9a-f]{32})">md5</a>\)' 39 URL_SCHEME = re.compile('([-+.a-z0-9]{2,}):', re.I).match 49 _tmpl = "setuptools/{setuptools.__version__} Python-urllib/{py_major}" 59 "Not a URL, existing file, or requirement spec: %r" % (spec,) 71 base = name[:-10] 73 elif lower.startswith('.win32-py', -16): 74 py_ver = name[-7:-4] 75 base = name[:-16] 77 elif lower.endswith('.win-amd64.exe'): [all …]
|
| /external/federated-compute/fcp/demo/ |
| D | media_test.py | 7 # 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/geonames/ |
| D | METADATA | 8 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/bazelbuild-rules_rust/examples/crate_universe/no_cargo_manifests/ |
| D | cargo-bazel-lock.json | 4 "async-trait 0.1.64": { 5 "name": "async-trait", 7 "package_url": "https://github.com/dtolnay/async-trait", 10 "url": "https://crates.io/api/v1/crates/async-trait/0.1.64/download", string 48 "id": "async-trait 0.1.64", 52 "id": "proc-macro2 1.0.51", 74 "license": "MIT OR Apache-2.0", 76 "Apache-2.0", 87 "url": "https://crates.io/api/v1/crates/autocfg/1.1.0/download", string 113 "license": "Apache-2.0 OR MIT", [all …]
|
| /external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/downloader/ |
| D | DownloadRequest.java | 8 * 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/bazelbuild-rules_rust/examples/crate_universe/multi_package/ |
| D | cargo-bazel-lock.json | 4 "aho-corasick 0.7.20": { 5 "name": "aho-corasick", 7 "package_url": "https://github.com/BurntSushi/aho-corasick", 10 "url": "https://crates.io/api/v1/crates/aho-corasick/0.7.20/download", string 65 "url": "https://crates.io/api/v1/crates/anyhow/1.0.69/download", string 124 "license": "MIT OR Apache-2.0", 126 "Apache-2.0", 131 "assert-json-diff 2.0.2": { 132 "name": "assert-json-diff", 134 "package_url": "https://github.com/davidpdrsn/assert-json-diff.git", [all …]
|
| /external/bazelbuild-rules_rust/crate_universe/test_data/cargo_bazel_lockfile/ |
| D | multi_package-cargo-bazel-lock.json | 4 "aho-corasick 0.7.20": { 5 "name": "aho-corasick", 7 "package_url": "https://github.com/BurntSushi/aho-corasick", 10 "url": "https://crates.io/api/v1/crates/aho-corasick/0.7.20/download", string 65 "url": "https://crates.io/api/v1/crates/anyhow/1.0.69/download", string 124 "license": "MIT OR Apache-2.0", 126 "Apache-2.0", 131 "assert-json-diff 2.0.2": { 132 "name": "assert-json-diff", 134 "package_url": "https://github.com/davidpdrsn/assert-json-diff.git", [all …]
|
| /external/tink/cc/integration/gcpkms/ |
| D | tink_cc_gcpkms_deps.bzl | 23 …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. 34 …url = "https://github.com/bazelbuild/rules_apple/releases/download/1.1.2/rules_apple.1.1.2.tar.gz", 37 # Release from 2022-09-16. 41 …url = "https://github.com/bazelbuild/rules_swift/releases/download/1.2.0/rules_swift.1.2.0.tar.gz", 44 # Release from 2022-10-31. 48 …url = "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/python/cpython2/Lib/plat-mac/ |
| D | pimp.py | 3 This is currently a MacOSX-only strawman implementation. 7 an online XML database per (platform, python-version) containing packages 46 # source: setup-based package 53 DEFAULT_PIMPDATABASE_FMT="http://www.python.org/packman/version-%s/%s-%s-%s-%s-%s.plist" 67 osname, release, machine = longplatform.split('-') 80 url = DEFAULT_PIMPDATABASE_FMT % (PIMP_VERSION, status, pyvers, osname, rel, machine) 82 urllib2.urlopen(url) 91 … url = DEFAULT_PIMPDATABASE_FMT % (PIMP_VERSION, status, pyvers, osname, release, machine) 98 return url 120 """Abstract base class - Downloader for archives""" [all …]
|
| /external/bazelbuild-rules_rust/examples/crate_universe/cargo_aliases/ |
| D | cargo-bazel-lock.json | 4 "aho-corasick 0.7.20": { 5 "name": "aho-corasick", 7 "package_url": "https://github.com/BurntSushi/aho-corasick", 10 "url": "https://crates.io/api/v1/crates/aho-corasick/0.7.20/download", string 95 "id": "names 0.12.1-dev", 104 "id": "value-bag 1.0.0-alpha.7", 132 "url": "https://crates.io/api/v1/crates/atty/0.2.14/download", string 160 "id": "hermit-abi 0.1.19", 193 "url": "https://crates.io/api/v1/crates/autocfg/1.1.0/download", string 219 "license": "Apache-2.0 OR MIT", [all …]
|
| /external/jazzer-api/ |
| D | repositories.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 27 …s://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar… 28 … "https://github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz", 37 …https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib… 38 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz", 46 …url = "https://github.com/bazelbuild/rules_kotlin/releases/download/v1.8/rules_kotlin_release.tgz", 53 strip_prefix = "rules_jvm_external-5.2", 54 …url = "https://github.com/bazelbuild/rules_jvm_external/releases/download/5.2/rules_jvm_external-5… 61 strip_prefix = "apple_support-dab92884a6f031e63ac263e5de8a02f13ac42508", 62 …url = "https://github.com/bazelbuild/apple_support/archive/dab92884a6f031e63ac263e5de8a02f13ac4250… [all …]
|
| /external/oss-fuzz/infra/cifuzz/ |
| D | http_utils.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 # pylint: disable=wrong-import-position,import-error 32 def download_and_unpack_zip(url, extract_directory, headers=None): argument 33 """Downloads and unpacks a zip file from an HTTP URL. 36 url: A url to the zip file to be downloaded and unpacked. 38 headers: (Optional) HTTP headers to send with the download request. 53 if not download_url(url, tmp_file.name, headers=headers): 60 logging.error('Error unpacking zip from %s. Bad Zipfile.', url) 71 except Exception: # pylint: disable=broad-except 75 def get_json_from_url(url): argument [all …]
|