Home
last modified time | relevance | path

Searched full:download (Results 1 – 25 of 1590) sorted by relevance

12345678910>>...64

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/
Dgsturidownloader.c39 GstFragment *download; member
41 GMutex download_lock; /* used to restrict to one download only */
96 * element created with gst_element_make_from_uri and will handle the download */ in gst_uri_downloader_init()
130 if (downloader->priv->download) { in gst_uri_downloader_dispose()
131 g_object_unref (downloader->priv->download); in gst_uri_downloader_dispose()
132 downloader->priv->download = NULL; in gst_uri_downloader_dispose()
191 if (downloader->priv->download != NULL) { in gst_uri_downloader_sink_event()
193 downloader->priv->download->completed = TRUE; in gst_uri_downloader_sink_event()
194 downloader->priv->download->download_stop_time = in gst_uri_downloader_sink_event()
208 if (downloader->priv->download != NULL) { in gst_uri_downloader_sink_event()
[all …]
/third_party/ffmpeg/doc/
Dstyle.min.css23download h4, #index h4{margin-top:180px}#download h4.first, #index h4.first{margin-top:20px}#downl…
/third_party/python/Doc/tools/templates/
Ddownload.html2 {% set title = 'Download' %}
10 <h1>Download Python {{ release }} Documentation</h1>
14 <p>To download an archive containing all the documents for this version of
20 … <td><a href="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.zip">Download</a> (ca. 13 MiB)</td>
21 …<td><a href="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.tar.bz2">Download</a> (ca. 13 MiB)<…
24 <td><a href="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.zip">Download</a> (ca. 13 MiB)</td>
25 … <td><a href="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.tar.bz2">Download</a> (ca. 13 MiB)</td>
28 <td><a href="{{ dlbase }}/python-{{ release }}-docs-html.zip">Download</a> (ca. 9 MiB)</td>
29 <td><a href="{{ dlbase }}/python-{{ release }}-docs-html.tar.bz2">Download</a> (ca. 6 MiB)</td>
32 <td><a href="{{ dlbase }}/python-{{ release }}-docs-text.zip">Download</a> (ca. 3 MiB)</td>
[all …]
/third_party/cef/libcef/browser/
Ddownload_manager_delegate.h15 #include "components/download/public/common/download_item.h"
21 class CefDownloadManagerDelegate : public download::DownloadItem::Observer,
36 void OnDownloadUpdated(download::DownloadItem* item) override;
37 void OnDownloadDestroyed(download::DownloadItem* item) override;
41 download::DownloadItem* item) override;
46 download::DownloadItem* item,
54 AlloyBrowserHostImpl* GetOrAssociateBrowser(download::DownloadItem* item);
55 AlloyBrowserHostImpl* GetBrowser(download::DownloadItem* item);
62 // the browser navigates while the download is in progress.
64 std::map<download::DownloadItem*, AlloyBrowserHostImpl*>;
Ddownload_manager_delegate.cc30 using download::DownloadItem;
95 NOTREACHED() << "failed to create the download directory"; in GenerateFilename()
160 download::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS, in ChooseDownloadPath()
161 download::DownloadItem::MixedContentStatus::UNKNOWN, suggested_path, in ChooseDownloadPath()
163 download::DOWNLOAD_INTERRUPT_REASON_NONE); in ChooseDownloadPath()
177 // The download will be cancelled if |path| is empty. in ChooseDownloadPathCallback()
179 download::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS, in ChooseDownloadPathCallback()
180 download::DownloadItem::MixedContentStatus::UNKNOWN, in ChooseDownloadPathCallback()
182 download::DOWNLOAD_INTERRUPT_REASON_NONE); in ChooseDownloadPathCallback()
286 void CefDownloadManagerDelegate::OnDownloadUpdated(DownloadItem* download) { in OnDownloadUpdated() argument
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/base/
Dnet_test.dart28 'Download failed -- attempting retry 1 in 1 second...\n'
29 'Download failed -- attempting retry 2 in 2 seconds...\n'
30 'Download failed -- attempting retry 3 in 4 seconds...\n'
31 'Download failed -- attempting retry 4 in 8 seconds...\n',
51 'Download failed -- attempting retry 1 in 1 second...\n'
52 'Download failed -- attempting retry 2 in 2 seconds...\n'
53 'Download failed -- attempting retry 3 in 4 seconds...\n'
54 'Download failed -- attempting retry 4 in 8 seconds...\n',
74 'Download failed -- attempting retry 1 in 1 second...\n'
75 'Download failed -- attempting retry 2 in 2 seconds...\n'
[all …]
/third_party/cef/include/
Dcef_download_handler.h46 // Callback interface used to asynchronously continue a download.
52 // Call to continue the download. Set |download_path| to the full file path
53 // for the download including the file name or leave blank to use the
62 // Callback interface used to asynchronously cancel a download.
68 // Call to cancel the download.
74 // Call to pause the download.
80 // Call to resume the download.
94 // Called before a download begins. |suggested_name| is the suggested name for
95 // the download file. By default the download will be canceled. Execute
96 // |callback| either asynchronously or in this method to continue the download
[all …]
/third_party/cef/include/capi/
Dcef_download_handler_capi.h52 // Callback structure used to asynchronously continue a download.
61 // Call to continue the download. Set |download_path| to the full file path
62 // for the download including the file name or leave blank to use the
72 // Callback structure used to asynchronously cancel a download.
81 // Call to cancel the download.
86 // Call to pause the download.
91 // Call to resume the download.
107 // Called before a download begins. |suggested_name| is the suggested name for
108 // the download file. By default the download will be canceled. Execute
110 // download if desired. Do not keep a reference to |download_item| outside of
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-process-release.js189 sourceUrl: 'https://nodejs.org/download/release/v12.8.0/node-v12.8.0.tar.gz',
190 headersUrl: 'https://nodejs.org/download/release/v12.8.0/node-v12.8.0-headers.tar.gz',
191 libUrl: 'https://nodejs.org/download/release/v12.8.0/win-x64/node.lib'
200 baseUrl: 'https://nodejs.org/download/release/v12.8.0/',
201 tarballUrl: 'https://nodejs.org/download/release/v12.8.0/node-v12.8.0-headers.tar.gz',
202 shasumsUrl: 'https://nodejs.org/download/release/v12.8.0/SHASUMS256.txt',
204 …ia32: { libUrl: 'https://nodejs.org/download/release/v12.8.0/win-x86/node.lib', libPath: 'win-x86/…
205 …x64: { libUrl: 'https://nodejs.org/download/release/v12.8.0/win-x64/node.lib', libPath: 'win-x64/n…
206 …arm64: { libUrl: 'https://nodejs.org/download/release/v12.8.0/win-arm64/node.lib', libPath: 'win-a…
215 sourceUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/node-v12.8.0.tar.gz',
[all …]
Dtest-download.js17 test('download over http', function (t) {
35 var req = install.test.download(gyp, {}, url)
49 test('download over https with custom ca', function (t) {
79 var req = install.test.download(gyp, {}, url)
93 test('download over http with proxy', function (t) {
125 var req = install.test.download(gyp, {}, url)
140 test('download over http with noproxy', function (t) {
173 var req = install.test.download(gyp, {}, url)
188 test('download with missing cafile', function (t) {
194 install.test.download(gyp, {}, 'http://bad/')
[all …]
/third_party/icu/icu4c/source/test/letest/
Dreadme.html45 can download them from the web. To do this, you'll need access to a
48 <p>Download a recent version of the Java 2 Platform, Standard
51 Click on the "Download" button for the version of Java that you
52 want to download. The page offers both JDKs and JREs. (The JRE is
53 sufficient for letest.) The download page will have a link to the
55 agreement, and then click on the Accept button. Download the
60 <p>Next is the Hindi font. Go to the NCST site and download
61 <a href="http://tdil.mit.gov.in/download/Raghu.htm">raghu.ttf</a>.
62 When you hit the DOWNLOAD button on the page, it will open another
64 that you understand and agree to all of this before you download
[all …]
/third_party/node/deps/npm/docs/content/configuring-npm/
Dinstall.md4 description: Download and install node and npm
9 ## Download and Install npm
48 * [Node.js installer](https://nodejs.org/en/download/)
53 … Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/downloa…
60 - One of the installers on the [Node.js download page](https://nodejs.org/en/download/)
62 Or see [this page](https://nodejs.org/en/download/package-manager/) to install npm for Linux in the…
70 [pkg-mgr]: https://nodejs.org/en/download/package-manager/
/third_party/node/deps/npm/man/man5/
Dinstall.53 \fBinstall\fR \- Download and Install npm
51 Node\.js installer \fIhttps://nodejs\.org/en/download/\fR
58 …indows, use one of the installers from the Node\.js download page \fIhttps://nodejs\.org/en/downlo…
66 One of the installers on the Node\.js download page \fIhttps://nodejs\.org/en/download/\fR
70 Or see this page \fIhttps://nodejs\.org/en/download/package\-manager/\fR to install npm for Linux i…
73 …a variety of operating systems, see this page \fIhttps://nodejs\.org/en/download/package\-manager/…
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dnet.dart17 /// Download a file from the given URL and return the bytes.
27 printStatus('Download failed -- retry $attempts');
30 printStatus('Download failed -- attempting retry $attempts in '
73 … 'Could not authenticate download server. You may be experiencing a man-in-the-middle attack,\n'
79 printTrace('Download error: $error');
82 printTrace('Download error: $error');
94 'Download failed.\n'
101 printTrace('Download error: ${response.statusCode} ${response.reasonPhrase}');
110 printTrace('Download error: $error');
/third_party/mesa3d/.gitlab-ci/piglit/
Dbuild-piglit_backport-s3-migration.diff28 + jwt = OPTIONS.download['jwt']
37 def download(url: str, file_path: str, headers, attempts=2) -> None:
41 assert OPTIONS.download['minio_bucket']
42 assert OPTIONS.download['role_session_name']
43 assert OPTIONS.download['jwt']
46 + elif OPTIONS.download['jwt']:
63 + OPTIONS.download['minio_host'] = ''
64 + OPTIONS.download['jwt'] = 'jwt'
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dinstall.js131 // now download the node tarball
152 // download the tarball and extract!
163 var req = download(gyp, process.env, release.tarballUrl)
218 // need to download node.lib
228 // Only download SHASUMS.txt if we downloaded something in need of SHA verification
230 // download SHASUMS.txt
247 log.verbose('download contents checksum', JSON.stringify(contentShasums))
250 …log.verbose('validating download checksum for ' + k, '(%s == %s)', contentShasums[k], expectShasum…
262 log.verbose('check download content checksum, need to download `SHASUMS256.txt`...')
265 var req = download(gyp, process.env, release.shasumsUrl)
[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:
25 # Description: URL to download the file from.
46 # Description: URL to download the zip archive from.
55 # download items:
128 """Download a file from a given URL.
203 """Download and install one item.
206 item: Download item as a dictionary, see above for schema.
208 force_download: Set to True to force download and installation, even
[all …]
/third_party/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:
25 # Description: URL to download the file from.
46 # Description: URL to download the zip archive from.
55 # download items:
128 """Download a file from a given URL.
203 """Download and install one item.
206 item: Download item as a dictionary, see above for schema.
208 force_download: Set to True to force download and installation, even
[all …]
/third_party/cef/tests/ceftests/
Ddownload_unittest.cc20 const char kTestDomain[] = "test-download.com";
21 const char kTestStartUrl[] = "http://test-download.com/test.html";
22 const char kTestDownloadUrl[] = "http://test-download.com/download.txt";
23 const char kTestNavUrl[] = "http://test-download-nav.com/nav.html";
28 const char kTestContent[] = "Download test text";
92 // Delay the download response a single time. in Read()
242 AddResource(kTestStartUrl, "<html><body>Download Test</body></html>", in RunTest()
264 // Begin the download by clicking a link. in OnLoadEnd()
265 // ALT key will trigger download of custom protocol links. in OnLoadEnd()
277 // Begin the download progammatically. in OnLoadEnd()
[all …]
/third_party/ltp/testcases/network/stress/ftp/
Dftp-download-stress.sh22 TCID=ftp-download-stress
29 # Big file size to upload/download in ftp tests (byte)
31 # Regular file size to upload/download in ftp tests (byte)
67 tst_resm TINFO "download file with size '$DOWNLOAD_BIGFILESIZE'"
73 tst_rhost_run -s -c "ftp-download-stress01-rmt.sh \
81 tst_resm TINFO "Download data asynchronously in $NS_DURATION sec"
86 tst_rhost_run -s -c "ftp-download-stress02-rmt.sh $(tst_ipaddr) \
/third_party/skia/site/docs/dev/contrib/
Dpatch.md38 2. Download the raw patch set.
40 - Open the codereview web page and look for the "Download raw patch set" link
43 https://codereview.appspot.com/download/issue6201055_1.diff )
45 download the patch from the command line:
48 curl https://codereview.appspot.com/download/issue6201055_1.diff
51 wget https://codereview.appspot.com/download/issue6201055_1.diff
55 - Otherwise, figure out some other way to download this file and save it as
/third_party/flutter/skia/site/dev/contrib/
Dpatch.md36 2. Download the raw patch set.
38 * Open the codereview web page and look for the "Download raw patch set"
41 https://codereview.appspot.com/download/issue6201055_1.diff )
43 download the patch from the command line:
46 curl https://codereview.appspot.com/download/issue6201055_1.diff
49 wget https://codereview.appspot.com/download/issue6201055_1.diff
53 * Otherwise, figure out some other way to download this file and save it as
/third_party/icu/docs/userguide/
Dicu4j-locale-service-provider.md29 [`java.util.spi.LocaleServiceProvider`](http://download.oracle.com/javase/6/docs/api/java/util/spi/…
46 * [`BreakIteratorProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/BreakItera…
47 * [`CollatorProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/CollatorProvide…
48 * [`DateFormatProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/DateFormatPro…
49 * [`DateFormatSymbolsProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/DateFo…
50 * [`DecimalFormatSymbolsProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/Dec…
51 * [`NumberFormatProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/NumberForma…
52 * [`CurrencyNameProvider`](http://download.oracle.com/javase/6/docs/api/java/util/spi/CurrencyNam…
53 * [`LocaleNameProvider`](http://download.oracle.com/javase/6/docs/api/java/util/spi/LocaleNamePro…
54 * [`TimeZoneNameProvider`](http://download.oracle.com/javase/6/docs/api/java/util/spi/TimeZoneNam…
[all …]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/docs/
DBuild.md5 Download the top level oboe repository from GitHub.
15 ## Download Oboe
17 You can either use git to clone Oboe or download a Zip archive.
19 If you don't use git then just download the Zip archive.
22 2. Click on the green button that says "Clone or Download" and follow the instructions.
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdownload.c80 GstVulkanDownload *download; member
93 _image_to_raw_new_impl (GstVulkanDownload * download) in _image_to_raw_new_impl() argument
97 raw->download = download; in _image_to_raw_new_impl()
155 gst_vulkan_queue_create_command_pool (raw->download->queue, in _image_to_raw_perform()
169 raw->pool = gst_vulkan_buffer_pool_new (raw->download->device); in _image_to_raw_perform()
171 gst_buffer_pool_config_set_params (config, raw->download->out_caps, size, in _image_to_raw_perform()
211 GST_WARNING_OBJECT (raw->download, "Input is not a GstVulkanImageMemory"); in _image_to_raw_perform()
218 GST_WARNING_OBJECT (raw->download, in _image_to_raw_perform()
311 fence = gst_vulkan_device_create_fence (raw->download->device, &error); in _image_to_raw_perform()
315 gst_vulkan_queue_submit_lock (raw->download->queue); in _image_to_raw_perform()
[all …]

12345678910>>...64