Home
last modified time | relevance | path

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

12345678910>>...60

/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 …]
Ddownload_item_impl.cc9 #include "components/download/public/common/download_item.h"
12 CefDownloadItemImpl::CefDownloadItemImpl(download::DownloadItem* value) in CefDownloadItemImpl()
13 : CefValueBase<CefDownloadItem, download::DownloadItem>( in CefDownloadItemImpl()
29 return const_value().GetState() == download::DownloadItem::IN_PROGRESS; in IsInProgress()
34 return const_value().GetState() == download::DownloadItem::COMPLETE; in IsComplete()
39 return const_value().GetState() == download::DownloadItem::CANCELLED; in IsCanceled()
/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/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/node/deps/npm/node_modules/node-gyp/test/
Dtest-process-release.js173 sourceUrl: 'https://nodejs.org/download/release/v12.8.0/node-v12.8.0.tar.gz',
174 headersUrl: 'https://nodejs.org/download/release/v12.8.0/node-v12.8.0-headers.tar.gz',
175 libUrl: 'https://nodejs.org/download/release/v12.8.0/win-x64/node.lib'
184 baseUrl: 'https://nodejs.org/download/release/v12.8.0/',
185 tarballUrl: 'https://nodejs.org/download/release/v12.8.0/node-v12.8.0-headers.tar.gz',
186 shasumsUrl: 'https://nodejs.org/download/release/v12.8.0/SHASUMS256.txt',
188 …ia32: { libUrl: 'https://nodejs.org/download/release/v12.8.0/win-x86/node.lib', libPath: 'win-x86/…
189 …x64: { libUrl: 'https://nodejs.org/download/release/v12.8.0/win-x64/node.lib', libPath: 'win-x64/n…
190 …arm64: { libUrl: 'https://nodejs.org/download/release/v12.8.0/win-arm64/node.lib', libPath: 'win-a…
197 … sourceUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/node-v12.8.0.tar.gz',
[all …]
Dtest-download.js20 describe('download', function () {
21 it('download over http', async function () {
37 const res = await install.test.download(gyp, url)
41 it('download over https with custom ca', async function () {
72 const res = await install.test.download(gyp, url)
76 it('download over http with proxy', async function () {
103 const res = await install.test.download(gyp, url)
107 it('download over http with noproxy', async function () {
134 const res = await install.test.download(gyp, url)
138 it('download with missing cafile', async function () {
[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/man/man5/
Dinstall.53 \fBinstall\fR - Download and install node and npm
35 \fBNode.js installer\fR \fI\(lahttps://nodejs.org/en/download/\(ra\fR
42 …s, use one of the installers from the \fBNode.js download page\fR \fI\(lahttps://nodejs.org/en/dow…
50 One of the installers on the \fBNode.js download page\fR \fI\(lahttps://nodejs.org/en/download/\(ra…
54 Or see \fBthis page\fR \fI\(lahttps://nodejs.org/en/download/package-manager/\(ra\fR to install npm…
57 … of operating systems, see \fBthis page\fR \fI\(lahttps://nodejs.org/en/download/package-manager/\…
/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/docs/content/configuring-npm/
Dinstall.md4 description: Download and install node and npm
49 * [Node.js installer](https://nodejs.org/en/download/)
56 [Node.js download page](https://nodejs.org/en/download/). Be sure to
67 - One of the installers on the [Node.js download
68 page](https://nodejs.org/en/download/)
70 Or see [this page](https://nodejs.org/en/download/package-manager/) to
78 [pkg-mgr]: https://nodejs.org/en/download/package-manager/
/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/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/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/icu/docs/userguide/icu4j/
Dlocale-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/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 …]
/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/icu/docs/processes/release/tasks/publish/
Dindex.md160 ### Create ICU download page
162 Create the download page before the first milestone, if we have one, or before
169 sitemap, or on the bottom of the main download page where it says something like
172 Copy the download page for the last release: Go to that page, gear menu, Copy
177 Adjust the new page as needed: Change the title to "Download ICU 61 Release
193 Look at the download pages of the last two releases for templates for things
208 ## Milestone on the main download page
210 We had the following HTML on the main download page for ICU 4.8M1 = 4.7.1:
222 <td style="width:105px;height:29px">&nbsp;<a href="https://sites.google.com/site/icusite/download/4…
236 Download Directories are located at, for example,
[all …]
/third_party/json/docs/mkdocs/docs/home/
Dreleases.md7 - [include.zip](https://github.com/nlohmann/json/releases/download/v3.7.3/include.zip) (274 KB)
8 …- [include.zip.asc](https://github.com/nlohmann/json/releases/download/v3.7.3/include.zip.asc) (1 …
9 - [json.hpp](https://github.com/nlohmann/json/releases/download/v3.7.3/json.hpp) (791 KB)
10 - [json.hpp.asc](https://github.com/nlohmann/json/releases/download/v3.7.3/json.hpp.asc) (1 KB)
35 - [include.zip](https://github.com/nlohmann/json/releases/download/v3.7.2/include.zip) (274 KB)
36 …- [include.zip.asc](https://github.com/nlohmann/json/releases/download/v3.7.2/include.zip.asc) (1 …
37 - [json.hpp](https://github.com/nlohmann/json/releases/download/v3.7.2/json.hpp) (791 KB)
38 - [json.hpp.asc](https://github.com/nlohmann/json/releases/download/v3.7.2/json.hpp.asc) (1 KB)
66 - [include.zip](https://github.com/nlohmann/json/releases/download/v3.7.1/include.zip) (273 KB)
67 …- [include.zip.asc](https://github.com/nlohmann/json/releases/download/v3.7.1/include.zip.asc) (1 …
[all …]
/third_party/curl/docs/examples/
Dchkspeed.c25 * 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:
184 /* check for total download time */ in main()
187 printf("Total download time: %lu.%06lu sec.\n", in main()
190 /* check for average download speed */ in main()
193 printf("Average download speed: %lu kbyte/sec.\n", in main()
/third_party/astc-encoder/Test/
Dastc_test_image_dl.py19 The ``astc_test_image_dl`` utility provides a means to programatically download
35 def download(testSet, index, srcUrl, dstPath): function
37 Download a single image.
41 index (int): The download index.
42 srcUrl (str): The download URL.
125 Download the public domain Kodak image set.
132 # Download the original RGB images
137 download(testSet, i, src, dst)

12345678910>>...60