Home
last modified time | relevance | path

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

12345678910>>...18

/third_party/skia/m133/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/protobuf/
Dprotobuf_deps.bzl1 """Load dependencies needed to compile the protobuf library as a 3rd-party consumer.
9 strip_prefix = "protobuf-VERSION",
11 url = ...,
21 …el/private:proto_bazel_features.bzl", "proto_bazel_features") # buildifier: disable=bzl-visibility
26 "com.google.caliper:caliper:1.0-beta-3",
30 "com.google.j2objc:j2objc-annotations:2.8",
31 "com.google.guava:guava:32.0.1-jre",
32 "com.google.guava:guava-testlib:32.0.1-jre",
35 "org.mockito:mockito-core:4.3.1",
41 repo_name = repo.split("/")[-1]
[all …]
DCargo.bazel.lock4 "aho-corasick 1.1.2": {
5 "name": "aho-corasick",
7 "package_url": "https://github.com/BurntSushi/aho-corasick",
10 "url": "https://static.crates.io/crates/aho-corasick/1.1.2/download",
36 "perf-literal",
58 "license_file": "LICENSE-MIT"
66 "url": "https://static.crates.io/crates/autocfg/1.1.0/download",
92 "license": "Apache-2.0 OR MIT",
94 "Apache-2.0",
97 "license_file": "LICENSE-APACHE"
[all …]
DWORKSPACE3 # An explicit self-reference to work around changes in Bazel 7.0
4 # See https://github.com/bazelbuild/bazel/issues/19973#issuecomment-1787814450
5 # buildifier: disable=duplicated-name
32 …s://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar…
33 "https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
41 strip_prefix = "googletest-1.15.0",
43 …"https://github.com/google/googletest/releases/download/v1.15.0/googletest-1.15.0.tar.gz" # 2024-0…
65 # https://github.com/bazelbuild/rules_jvm_external#updating-maven_installjson
118 strip_prefix = "rules_ruby-b7f3e9756f3c45527be27bc38840d5a1ba690436",
131 #ruby_runtime("jruby-9.2")
[all …]
/third_party/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 …]
/third_party/flatbuffers/
DWORKSPACE9 …s://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar…
10 "https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
17url = "https://github.com/bazelbuild/rules_apple/releases/download/3.1.1/rules_apple.3.1.1.tar.gz",
30url = "https://github.com/bazelbuild/rules_swift/releases/download/0.27.0/rules_swift.0.27.0.tar.g…
51 …s://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.z…
52 "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip",
65 strip_prefix = "protobuf-" + _PROTOBUF_VERSION,
76 patch_args = ["-p1"],
79 strip_prefix = "grpc-" + _GRPC_VERSION,
96 strip_prefix = "rules_js-1.34.1",
[all …]
/third_party/skia/third_party/externals/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)
104 // DownloadInfoForOS returns the download url, signature and key for the given
106 func (v Version) DownloadInfoForOS(os string) (url, sig, key string, err error) {
112url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/clang+llvm-10.0.0-x86…
[all …]
/third_party/curl/docs/
DFEATURES.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
7 # Features -- what curl can do
11 - config file support
12 - multiple URLs in a single command line
13 - range "globbing" support: [0-13], {one,two,three}
14 - multiple file upload on a single command line
15 - custom maximum transfer rate
16 - redirect stderr
[all …]
/third_party/rust/rust/src/ci/docker/scripts/
Dandroid-sdk-manager.py15 # fetched while executing `tools/bin/sdkmanager --list`
18 "sys-img/android/sys-img2-1.xml",
19 "sys-img/android-wear/sys-img2-1.xml",
20 "sys-img/android-wear-cn/sys-img2-1.xml",
21 "sys-img/android-tv/sys-img2-1.xml",
22 "sys-img/google_apis/sys-img2-1.xml",
23 "sys-img/google_apis_playstore/sys-img2-1.xml",
24 "addon2-1.xml",
25 "glass/addon2-1.xml",
26 "extras/intel/addon2-1.xml",
[all …]
/third_party/skia/m133/
DWORKSPACE.bazel14 # See https://github.com/emscripten-core/emsdk/tree/85d27a4a2a60d591613a305b14ae438c2bb3ce11/bazel#…
18 strip_prefix = "emsdk-3.1.44/bazel",
21 url = "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.44.tar.gz",
44url = "https://github.com/bazelbuild/rules_pkg/releases/download/0.9.1/rules_pkg-0.9.1.tar.gz",
60 strip_prefix = "rules_python-0.9.0",
63 url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.9.0.tar.gz",
93 …s://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.42.0/rules_go-v0.42.0.z…
94 "https://github.com/bazelbuild/rules_go/releases/download/v0.42.0/rules_go-v0.42.0.zip",
102 …tps://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.33.0/bazel-gazel…
103 …"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.33.0/bazel-gazelle-v0.33.0.tar.g…
[all …]
/third_party/python/Tools/peg_generator/scripts/
Ddownload_pypi_packages.py12 description="Helper program to download PyPI packages",
15 "-n", "--number", type=int, default=100, help="Number of packages to download"
18 "-a", "--all", action="store_true", help="Download all packages listed in the json file"
22 def load_json(filename: str) -> Dict[Any, Any]:
28 def remove_json(filename: str) -> None:
33 def download_package_json(package_name: str) -> None:
34 url = f"https://pypi.org/pypi/{package_name}/json"
35 urlretrieve(url, os.path.join("data", f"{package_name}.json"))
38 def download_package_code(name: str, package_json: Dict[Any, Any]) -> None:
39 source_index = -1
[all …]
/third_party/skia/m133/bazel/
Ddownload_config_files.bzl14 TODO(kjlubick) Make this more hermetic by having a place to download (and verify)
21 # I'd prefer to download a single zip that we can verify with sha256,
22 # or at least download from https://skia.googlesource.com/skia, however
23 # the latter only lets one download base64-encoded files and I would prefer
25url = "https://raw.githubusercontent.com/google/skia/{}/{}".format(repo_ctx.attr.skia_revision, sr…
27 # https://bazel.build/rules/lib/builtins/repository_ctx#download
28 repo_ctx.download(url, output = dst)
/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/
DWORKSPACE13 strip_prefix = "rules_js-1.24.0",
14url = "https://github.com/aspect-build/rules_js/releases/download/v1.24.0/rules_js-v1.24.0.tar.gz",
28 strip_prefix = "rules_ts-1.3.3",
29url = "https://github.com/aspect-build/rules_ts/releases/download/v1.3.3/rules_ts-v1.3.3.tar.gz",
35 # curl --silent https://registry.npmjs.org/typescript/5.0.3 | jq ._integrity
36 …ts_integrity = "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjj…
50 pnpm_lock = "//:pnpm-lock.yaml",
61 strip_prefix = "rules_esbuild-0.14.4",
62url = "https://github.com/aspect-build/rules_esbuild/releases/download/v0.14.4/rules_esbuild-v0.14…
/third_party/curl/docs/cmdline-opts/
D_PROTOCOLS.md1 <!-- Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. -->
2 <!-- SPDX-License-Identifier: curl -->
4 curl supports numerous protocols, or put in URL terms: schemes. Your
9 Read or write local files. curl does not support accessing file:// URL
22 Using the mail reading protocol, curl can download emails for you. With or
35 and curl can download it.
43 curl supports SMB version 1 for upload and download.
48 Fetching a telnet URL starts an interactive session where it sends what it
/third_party/python/Tools/msi/
Dbuildrelease.bat19 rem This is the URL that will be used to download installation files.
20 rem The files available from the default URL *will* conflict with your
24 rem The following substitutions will be applied to the download URL:
35 set EXTERNALS=%D%..\..\externals\windows-installer\
42 set PGO=-m test -q --pgo
49 if "%1" EQU "-h" goto Help
50 if "%1" EQU "-c" (set CERTNAME=%~2) && shift && shift && goto CheckOpts
51 if "%1" EQU "--certificate" (set CERTNAME=%~2) && shift && shift && goto CheckOpts
52 if "%1" EQU "-o" (set OUTDIR=%~2) && shift && shift && goto CheckOpts
53 if "%1" EQU "--out" (set OUTDIR=%~2) && shift && shift && goto CheckOpts
[all …]
/third_party/mindspore/mindspore-src/source/docs/api/api_python/samples/dataset/
Dtext_gallery.ipynb10 …dspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_notebo…
11 …"[![查看源文件](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resour…
13 …"此指南展示了[mindpore.dataset.text](https://www.mindspore.cn/docs/zh-CN/master/api_python/mindspore.dat…
35 …wnloading data from https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/datasets/b…
38 "Successfully downloaded file to ./bert-base-uncased-vocab.txt\n",
39 …"Downloading data from https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/dataset…
43 "['text_gallery.ipynb', 'article.txt', 'bert-base-uncased-vocab.txt']\n"
49 "from download import download\n",
54 "# Download opensource datasets\n",
56 …"url = \"https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/datasets/bert-base-un…
[all …]
/third_party/mindspore/mindspore-src/source/docs/api/api_python_en/samples/dataset/
Dtext_gallery.ipynb10 …"[![View Source On Gitee](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-image…
12 …dspore.cn/docs/en/master/api_python/mindspore.dataset.transforms.html#module-mindspore.dataset.tex…
34 …wnloading data from https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/datasets/b…
37 "Successfully downloaded file to ./bert-base-uncased-vocab.txt\n",
38 …"Downloading data from https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/dataset…
42 "['text_gallery.ipynb', 'article.txt', 'bert-base-uncased-vocab.txt']\n"
48 "from download import download\n",
53 "# Download opensource datasets\n",
55 …"url = \"https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/datasets/bert-base-un…
56 "download(url, './bert-base-uncased-vocab.txt', replace=True)\n",
[all …]
/third_party/rust/rust/src/bootstrap/
Ddownload.rs26 pub fn is_verbose(&self) -> bool { in is_verbose()
48 pub(crate) fn tempdir(&self) -> PathBuf { in tempdir()
57 pub(crate) fn try_run(&self, cmd: &mut Command) -> Result<(), ()> { in try_run()
68 pub(crate) fn check_run(&self, cmd: &mut Command) -> bool { in check_run()
78 fn should_fix_bins_and_dylibs(&self) -> bool { in should_fix_bins_and_dylibs()
80 match Command::new("uname").arg("-s").stderr(Stdio::inherit()).output() { in should_fix_bins_and_dylibs()
97 // - patchelf only works with ELF files, so no need to run it on Mac or Windows in should_fix_bins_and_dylibs()
98 …// - On other Unix systems, there is no stable syscall interface, so Nix doesn't manage the global… in should_fix_bins_and_dylibs()
103 // Use `/etc/os-release` instead of `/etc/NIXOS`. in should_fix_bins_and_dylibs()
105 let is_nixos = match File::open("/etc/os-release") { in should_fix_bins_and_dylibs()
[all …]
/third_party/benchmark/bazel/
Dbenchmark_deps.bzl12 …https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib
13 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz",
21 strip_prefix = "rules_foreign_cc-0.7.1",
22 url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.7.1.tar.gz",
28url = "https://github.com/bazelbuild/rules_python/releases/download/0.1.0/rules_python-0.1.0.tar.g…
36 strip_prefix = "abseil-cpp-20200225.2",
37 urls = ["https://github.com/abseil/abseil-cpp/archive/20200225.2.tar.gz"],
44 tag = "release-1.11.0",
63 strip_prefix = "libpfm-4.11.0",
64 … urls = ["https://sourceforge.net/projects/perfmon2/files/libpfm4/libpfm-4.11.0.tar.gz/download"],
/third_party/rust/rust/compiler/rustc_codegen_cranelift/build_system/
Dprepare.rs14 RelPath::DOWNLOAD.ensure_exists(dirs); in prepare()
32 [patch.crates-io] in prepare_stdlib()
33 rustc-std-workspace-core = { path = "./library/rustc-std-workspace-core" } in prepare_stdlib()
34 rustc-std-workspace-alloc = { path = "./library/rustc-std-workspace-alloc" } in prepare_stdlib()
35 rustc-std-workspace-std = { path = "./library/rustc-std-workspace-std" } in prepare_stdlib()
37 # Mandatory for correctly compiling compiler-builtins in prepare_stdlib()
39 debug-assertions = false in prepare_stdlib()
40 overflow-checks = false in prepare_stdlib()
41 codegen-units = 10000 in prepare_stdlib()
44 debug-assertions = false in prepare_stdlib()
[all …]
/third_party/skia/toolchain/
Dbuild_toolchain.bzl4 It currently makes use of musl and not glibc because the pre-compiled libraries from the latter
5 have absolute paths baked in and this makes linking difficult. The pre-compiled musl library
8 As inputs, it takes external URLs from which to download the clang binaries/libraries/includes
9 as well as the musl headers and pre-compiled binaries. Those files are downloaded and put
10 into one folder, with a little bit of re-arrangement so clang can find files (like the C runtime).
16 # https://docs.bazel.build/versions/main/skylark/lib/repository_ctx.html#download
17 download_info = ctx.download(
18 url = deb,
24 # This uses the extracted llvm-ar that comes with clang.
25 ctx.execute(["bin/llvm-ar", "x", "deb.ar"])
[all …]
/third_party/icu/docs/processes/release/tasks/publish/
Dindex.md1 ---
7 ---
9 <!--
12 -->
18 {: .no_toc .text-delta }
23 ---
30 ---
36 Build the icu-demos module following the README's. Update code and/or docs as
37 needed. "Reference" platforms for icu-demos are: RedHat Linux and win32. On Linux,
38 icu-demos is built against the "make install "'ed ICU. So, run ICU4C's configure
[all …]
/third_party/elfutils/doc/
Ddebuginfod-client-config.71 '\"! tbl | nroff \-man
5 .TH DEBUGINFOD-CLIENT-CONFIG 7
7 debuginfod-client-config \- debuginfod client environment variables, cache control files and etc.
12 .\" The preceding section permits this man page to be viewed as if self-contained.
25 This environment variable contains a list of URL prefixes for trusted
26 debuginfod instances. Alternate URL prefixes are separated by space.
33 downloaded files and cache-control files are kept. The default
58 This environment variable governs the download \fIcommencing\fP
66 \fIcomplete\fP the download a file found on a server in seconds. It is best
73 download in bytes. This is best used if the user would like to ensure
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
Dest.c2 * Hotspot 2.0 OSU client - EST client
3 * Copyright (c) 2012-2014, Qualcomm Atheros, Inc.
23 #include "utils/xml-utils.h"
24 #include "utils/http-utils.h"
38 int i, num, ret = -1; in pkcs7_to_cert()
61 switch (OBJ_obj2nid(p7->type)) { in pkcs7_to_cert()
63 certs = p7->d.sign->cert; in pkcs7_to_cert()
66 certs = p7->d.signed_and_enveloped->cert; in pkcs7_to_cert()
118 int est_load_cacerts(struct hs20_osu_client *ctx, const char *url) in est_load_cacerts() argument
126 buflen = os_strlen(url) + 100; in est_load_cacerts()
[all …]

12345678910>>...18