/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/ |
D | gsturidownloader.c | 39 GstFragment *download; member 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() 209 if (downloader->priv->download->headers) in gst_uri_downloader_sink_event() 210 gst_structure_free (downloader->priv->download->headers); in gst_uri_downloader_sink_event() [all …]
|
/third_party/ffmpeg/doc/ |
D | style.min.css | 23 …download h4, #index h4{margin-top:180px}#download h4.first, #index h4.first{margin-top:20px}#downl…
|
/third_party/cef/libcef/browser/ |
D | download_manager_delegate.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); 64 std::map<download::DownloadItem*, AlloyBrowserHostImpl*>;
|
D | download_manager_delegate.cc | 30 using download::DownloadItem; 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() 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 287 CefRefPtr<AlloyBrowserHostImpl> browser = GetBrowser(download); in OnDownloadUpdated() 294 new CefDownloadItemImpl(download)); in OnDownloadUpdated() [all …]
|
D | download_item_impl.cc | 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()
|
D | download_item_impl.h | 12 namespace download { 18 : public CefValueBase<CefDownloadItem, download::DownloadItem> { 20 explicit CefDownloadItemImpl(download::DownloadItem* value);
|
/third_party/mesa3d/.gitlab-ci/piglit/ |
D | build-piglit_backport-s3-migration.diff | 28 + 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/typescript/tests/baselines/reference/ |
D | templateLiteralTypesPatterns.js | 11 function download(hostSpec: Protocol<"http" | "https" | "ftp", string>) { } function 13 download("http://example.com/protocol"); 15 download("example.com/noprotocol"); 17 download("gopher://example.com/protocol"); 213 function download(hostSpec) { } 215 download("http://example.com/protocol"); 217 download("example.com/noprotocol"); 219 download("gopher://example.com/protocol");
|
/third_party/ltp/runtest/ |
D | net_stress.appl | 14 ftp4-download-stress ftp-download-stress.sh 15 ftp6-download-stress ftp-download-stress.sh -6
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkdownload.c | 80 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/ |
D | WORKSPACE.bazel | 25 …# From https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x86… 28 …clang_url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0… 29 # From https://packages.debian.org/bullseye/amd64/musl-dev/download 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-skyli…
|
/third_party/node/deps/npm/docs/content/configuring-npm/ |
D | install.md | 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/rust/crates/cxx/third-party/bazel/ |
D | defs.bzl | 378 urls = ["https://crates.io/api/v1/crates/bitflags/1.3.2/download"], 388 urls = ["https://crates.io/api/v1/crates/cc/1.0.79/download"], 398 urls = ["https://crates.io/api/v1/crates/clap/4.1.4/download"], 408 urls = ["https://crates.io/api/v1/crates/clap_lex/0.3.1/download"], 418 urls = ["https://crates.io/api/v1/crates/codespan-reporting/0.11.1/download"], 428 urls = ["https://crates.io/api/v1/crates/once_cell/1.17.0/download"], 438 urls = ["https://crates.io/api/v1/crates/os_str_bytes/6.4.1/download"], 448 urls = ["https://crates.io/api/v1/crates/proc-macro2/1.0.51/download"], 458 urls = ["https://crates.io/api/v1/crates/quote/1.0.23/download"], 468 urls = ["https://crates.io/api/v1/crates/scratch/1.0.3/download"], [all …]
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypesPatterns.ts | 11 function download(hostSpec: Protocol<"http" | "https" | "ftp", string>) { } function 13 download("http://example.com/protocol"); 15 download("example.com/noprotocol"); 17 download("gopher://example.com/protocol");
|
/third_party/icu/docs/userguide/icu4j/ |
D | locale-service-provider.md | 29 [`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/icu/docs/userguide/icu/ |
D | release.md | 25 See the [ICU download page](https://icu.unicode.org/download/) to find the subpage for the current … 29 …in previous releases can also be found the main [ICU download page](https://icu.unicode.org/downlo…
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlsdemux.c | 1651 GstFragment *download; in gst_hls_demux_update_rendition_manifest() local 1659 download = in gst_hls_demux_update_rendition_manifest() 1663 if (download == NULL) in gst_hls_demux_update_rendition_manifest() 1669 if (download->redirect_permanent && download->redirect_uri) { in gst_hls_demux_update_rendition_manifest() 1670 gst_m3u8_set_uri (m3u8, download->redirect_uri, NULL, media->name); in gst_hls_demux_update_rendition_manifest() 1672 gst_m3u8_set_uri (m3u8, download->uri, download->redirect_uri, media->name); in gst_hls_demux_update_rendition_manifest() 1675 buf = gst_fragment_get_buffer (download); in gst_hls_demux_update_rendition_manifest() 1678 g_object_unref (download); in gst_hls_demux_update_rendition_manifest() 1702 GstFragment *download; in gst_hls_demux_update_playlist() local 1714 download = in gst_hls_demux_update_playlist() [all …]
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldownloadelement.c | 872 gst_gl_download_element_init (GstGLDownloadElement * download) in gst_gl_download_element_init() argument 874 gst_base_transform_set_prefer_passthrough (GST_BASE_TRANSFORM (download), in gst_gl_download_element_init() 1096 GstGLDownloadElement *download; member 1114 GstGLDownloadElement *download = transfer->download; in _create_cached_dmabuf_info() local 1123 gst_dmabuf_allocator_alloc (download->dmabuf_allocator, fd, size); in _create_cached_dmabuf_info() 1135 _try_export_dmabuf (GstGLDownloadElement * download, GstBuffer * inbuf) in _try_export_dmabuf() argument 1167 transfer.download = download; in _try_export_dmabuf() 1190 src_caps = gst_pad_get_current_caps (GST_BASE_TRANSFORM (download)->srcpad); in _try_export_dmabuf() 1194 if (download->add_videometa) { in _try_export_dmabuf() 1362 GstGLDownloadElement *download = GST_GL_DOWNLOAD_ELEMENT_CAST (trans); in gst_gl_download_element_decide_allocation() local [all …]
|
/third_party/json/docs/mkdocs/docs/home/ |
D | releases.md | 7 - [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/skia/site/docs/dev/contrib/ |
D | patch.md | 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/skia/site/docs/dev/testing/ |
D | download.md | 19 To download the isolated files for a test first visit 33 download \ 36 --target=./download/
|
/third_party/curl/tests/data/ |
D | test38 | 35 download on. 53 # the download target file must remain untouched 56 download on.
|
/third_party/rust/crates/cxx/.devcontainer/ |
D | build.Dockerfile | 8 …&& wget -q -O bin/install-bazel https://github.com/bazelbuild/bazel/releases/download/4.0.0/bazel-… 10 …&& wget -q -O bin/buildifier https://github.com/bazelbuild/buildtools/releases/latest/download/bui… 11 …&& wget -q -O tmp/watchman.zip https://github.com/facebook/watchman/releases/download/v2020.09.21.…
|
/third_party/curl/docs/cmdline-opts/ |
D | max-filesize.d | 5 Help: Maximum file size to download 13 Specify the maximum size (in bytes) of a file to download. If the file 22 download, for such files this option has no effect even if the file transfer
|
/third_party/skia/tools/skqp/ |
D | download_model.py | 26 def download(md5, path): function 54 download(md5, file_list_file) 63 pool.apply_async(download, record, callback=lambda x: sys.stderr.write('.'))
|