Home
last modified time | relevance | path

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

12345678910>>...15

/third_party/mesa3d/.gitlab-ci/piglit/
Dbuild-piglit_backport-s3-migration.diff1 diff --git a/framework/replay/download_utils.py b/framework/replay/download_utils.py
3 --- a/framework/replay/download_utils.py
5 @@ -31,6 +31,7 @@ import xml.etree.ElementTree as ET
13 @@ -88,7 +89,7 @@ def get_minio_credentials(url):
17 -def get_authorization_headers(url, resource):
18 +def get_minio_authorization_headers(url, resource):
19 minio_key, minio_secret, minio_token = get_minio_credentials(url)
21 content_type = 'application/octet-stream'
22 @@ -106,6 +107,17 @@ def get_authorization_headers(url, resource):
26 +def get_jwt_authorization_headers(url, resource):
[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/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 …]
DMANUAL.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
11 Get the main page from a web-server:
45 curl --ftp-ssl ftp://files.are.example.com/secrets.txt
49 curl -u username sftp://example.com/etc/issue
52 password-protected) to authenticate:
54 curl -u username: --key ~/.ssh/id_rsa scp://example.com/~/file.txt
57 (password-protected) to authenticate:
59 curl -u username: --key ~/.ssh/id_rsa --pass private_key_password
[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/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/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/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/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/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/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/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/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 …]
/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 …]
Ddebuginfod_find_debuginfo.31 '\"! tbl | nroff \-man
18 debuginfod_find_debuginfo \- request debuginfo from debuginfod
24 Link with \fB-ldebuginfod\fP.
86 a null-terminated, lowercase hex string or a binary blob. If
99 names with the CU compilation-directory, followed by a mandatory "/".
158 such as an exact download size becomes known.
161 \fIinterrupt\fP the download operation. (The library does \fInot\fP
185 .SS "URL"
187 The URL of the current or most recent outgoing download, if known,
203 indicates success, but out-of-memory conditions may result in
[all …]
/third_party/skia/tools/skqp/
Ddownload_model.py4 # Use of this source code is governed by a BSD-style license that can be
26 def download(md5, path): function
34 url = 'https://storage.googleapis.com/skia-skqp-assets/' + md5
36 shutil.copyfileobj(urllib2.urlopen(url), o)
54 download(md5, file_list_file)
63 pool.apply_async(download, record, callback=lambda x: sys.stderr.write('.'))
/third_party/mindspore/mindspore-src/source/tests/st/networks/models/fasterrcnn/src/backbone/
Ddet_resnet.py7 # http://www.apache.org/licenses/LICENSE-2.0
51 def _cfg(url="", **kwargs): argument
53 "url": url,
62 …"det_resnet18": _cfg(url="https://download.mindspore.cn/toolkits/mindcv/resnet/resnet18-1e65cd21.c…
63 …"det_resnet34": _cfg(url="https://download.mindspore.cn/toolkits/mindcv/resnet/resnet34-f297d27e.c…
64 …"det_resnet50": _cfg(url="https://download.mindspore.cn/toolkits/mindcv/resnet/resnet50-e0733ab8.c…
65 …"det_resnet101": _cfg(url="https://download.mindspore.cn/toolkits/mindcv/resnet/resnet101-689c5e77…
66 …"det_resnet152": _cfg(url="https://download.mindspore.cn/toolkits/mindcv/resnet/resnet152-beb689d8…
87 down_sample: Optional[nn.Cell] = None) -> None:
103 def construct(self, x: Tensor) -> Tensor:
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
Dest.c2 * Hotspot 2.0 OSU client - EST client
3 * Copyright (c) 2012-2014, Qualcomm Atheros, Inc.
26 #include "utils/xml-utils.h"
27 #include "utils/http-utils.h"
41 int i, num, ret = -1; in pkcs7_to_cert()
64 switch (OBJ_obj2nid(p7->type)) { in pkcs7_to_cert()
66 certs = p7->d.sign->cert; in pkcs7_to_cert()
69 certs = p7->d.signed_and_enveloped->cert; in pkcs7_to_cert()
121 int est_load_cacerts(struct hs20_osu_client *ctx, const char *url) in est_load_cacerts() argument
129 buflen = os_strlen(url) + 100; in est_load_cacerts()
[all …]
/third_party/python/Tools/ssl/
Dmultissltests.py23 (c) 2013-2017 Christian Heimes <christian@python.org>
75 '--debug',
80 '--disable-ancient',
85 '--openssl',
94 '--libressl',
103 '--tests',
109 '--base-directory',
114 '--no-network',
120 '--steps',
130 '--system',
[all …]
/third_party/skia/
DWORKSPACE.bazel6 # See https://github.com/emscripten-core/emsdk/tree/85d27a4a2a60d591613a305b14ae438c2bb3ce11/bazel#…
10 strip_prefix = "emsdk-2.0.32/bazel",
11 url = "https://github.com/emscripten-core/emsdk/archive/refs/tags/2.0.32.tar.gz",
25 … From https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x86_…
26 clang_prefix = "clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-20.04/",
28 …rl = "https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x86_…
29 # From https://packages.debian.org/bullseye/amd64/musl-dev/download
31 musl_dev_url = "http://ftp.debian.org/debian/pool/main/m/musl/musl-dev_1.2.2-1_amd64.deb",
38 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skylib-1.1.1.tar.gz",
39 …https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skylib
/third_party/skia/infra/bots/assets/text_blob_traces/
DREADME.md5 ------
7 Download and build Chromium as usual, but add the line
12 Run `chrome --no-sandbox URL` Trace files will be written to the current
16 ------
21 infra/bots/assets/assets.py upload -t text_blob_traces text_blob_traces
25 Download section in Text Blob Traces
26 --------
30 infra/bots/assets/assets.py download -t text_blob_traces text_blob_traces
33 -----------------------
35 tools/git-sync-deps
[all …]

12345678910>>...15