/third_party/skia/third_party/externals/angle2/doc/ |
D | dEQP-Charts.md | 5 Warning: the charts below that are wrapped by iframe tags may not display 15 …iframe id="GLES 2.0 Desktop OpenGL Win10 NVIDIA" width="1200px" height="371px" class="noborder" sr… 17 …iframe id="GLES 3.0 Desktop OpenGL Win10 NVIDIA" width="1200px" height="371px" class="noborder" sr… 19 …iframe id="GLES 3.1 Desktop OpenGL Win10 NVIDIA" width="1200px" height="371px" class="noborder" sr… 21 …iframe id="EGL Desktop OpenGL Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="ht… 27 …iframe id="GLES 2.0 Vulkan Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https… 29 …iframe id="GLES 3.0 Vulkan Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https… 31 …iframe id="GLES 3.1 Vulkan Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https… 33 …iframe id="EGL Vulkan Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://do… 37 …iframe id="GLES 2.0 Vulkan khr Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="h… [all …]
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_session.c | 231 session->iframe.state = NGHTTP2_IB_IGN_ALL; in session_terminate_session() 306 nghttp2_inbound_frame *iframe = &session->iframe; in session_inbound_frame_reset() local 311 switch (iframe->frame.hd.type) { in session_inbound_frame_reset() 315 nghttp2_frame_headers_free(&iframe->frame.headers, mem); in session_inbound_frame_reset() 318 nghttp2_frame_priority_free(&iframe->frame.priority); in session_inbound_frame_reset() 321 nghttp2_frame_rst_stream_free(&iframe->frame.rst_stream); in session_inbound_frame_reset() 324 nghttp2_frame_settings_free(&iframe->frame.settings, mem); in session_inbound_frame_reset() 326 nghttp2_mem_free(mem, iframe->iv); in session_inbound_frame_reset() 328 iframe->iv = NULL; in session_inbound_frame_reset() 329 iframe->niv = 0; in session_inbound_frame_reset() [all …]
|
/third_party/nghttp2/lib/ |
D | nghttp2_session.c | 231 session->iframe.state = NGHTTP2_IB_IGN_ALL; in session_terminate_session() 306 nghttp2_inbound_frame *iframe = &session->iframe; in session_inbound_frame_reset() local 311 switch (iframe->frame.hd.type) { in session_inbound_frame_reset() 315 nghttp2_frame_headers_free(&iframe->frame.headers, mem); in session_inbound_frame_reset() 318 nghttp2_frame_priority_free(&iframe->frame.priority); in session_inbound_frame_reset() 321 nghttp2_frame_rst_stream_free(&iframe->frame.rst_stream); in session_inbound_frame_reset() 324 nghttp2_frame_settings_free(&iframe->frame.settings, mem); in session_inbound_frame_reset() 326 nghttp2_mem_free(mem, iframe->iv); in session_inbound_frame_reset() 328 iframe->iv = NULL; in session_inbound_frame_reset() 329 iframe->niv = 0; in session_inbound_frame_reset() [all …]
|
/third_party/node/test/fixtures/wpt/common/ |
D | object-association.js | 11 const iframe = document.createElement("iframe"); constant 12 document.body.appendChild(iframe); 13 const frame = iframe.contentWindow; 18 iframe.remove(); 25 const iframe = document.createElement("iframe"); constant 26 document.body.appendChild(iframe); 27 const frame = iframe.contentWindow; 33 iframe.onload = t.step_func(() => { 45 iframe.src = "/common/blank.html"; 50 const iframe = document.createElement("iframe"); constant [all …]
|
/third_party/node/test/fixtures/wpt/encoding/streams/ |
D | invalid-realm.window.js | 5 const iframe = document.createElement('iframe'); 6 document.body.appendChild(iframe); 7 return iframe; 11 const iframe = addIframe(); constant 12 const stream = new iframe.contentWindow.TextDecoderStream(); 16 iframe.remove(); 21 const iframe = addIframe(); constant 22 const stream = new iframe.contentWindow.TextEncoderStream(); 26 iframe.remove(); 32 const iframe = addIframe(); constant [all …]
|
D | realms.window.js | 13 let iframe = document.createElement('iframe'); 15 iframe.srcdoc = `<!doctype html> 24 iframe.style.display = 'none'; 25 document.body.appendChild(iframe); 30 iframe.onload = () => { 31 realmPromiseResolve(iframe.contentWindow);
|
/third_party/parse5/test/data/parser-feedback/ |
D | tests5.test | 109 "description": "<iframe> <!---> </iframe>x", 110 "input": "<iframe> <!---> </iframe>x", 114 "iframe", 123 "iframe" 133 "description": "<iframe> <!--- </iframe>->x</iframe> --> </iframe>x", 134 "input": "<iframe> <!--- </iframe>->x</iframe> --> </iframe>x", 138 "iframe", 147 "iframe" 155 "iframe" 163 "iframe"
|
D | tests16.test | 2221 "description": "<!doctype html><noscript><iframe></noscript>X", 2222 "input": "<!doctype html><noscript><iframe></noscript>X", 2238 "<iframe>" 2252 "description": "<!doctype html><noscript><iframe></noscript>X", 2253 "input": "<!doctype html><noscript><iframe></noscript>X", 2269 "<iframe>" 2465 "description": "<!doctype html><iframe><!--<iframe></iframe>--></iframe>", 2466 "input": "<!doctype html><iframe><!--<iframe></iframe>--></iframe>", 2477 "iframe", 2482 "<!--<iframe>" [all …]
|
D | tests19.test | 2131 "description": "<!doctype html><iframe></iframe><frameset>", 2132 "input": "<!doctype html><iframe></iframe><frameset>", 2143 "iframe", 2148 "iframe"
|
/third_party/node/test/fixtures/wpt/streams/transferable/ |
D | deserialize-error.window.js | 6 const iframe = document.createElement('iframe'); constant 7 iframe.src = `${HTTPS_NOTSAMESITE_ORIGIN}/streams/transferable/resources/deserialize-error-frame.ht… 14 iframe.contentWindow.postMessage(ws, '*', [ws]); 25 iframe.contentWindow.postMessage(rs, '*', [rs]); 30 iframe.remove(); 37 document.body.appendChild(iframe); 39 fetch_tests_from_window(iframe.contentWindow);
|
/third_party/skia/site/docs/dev/present/ |
D | pathops.md | 13 <iframe 16 mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> 20 <iframe 23 mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> 27 <iframe 30 mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
|
/third_party/node/test/fixtures/wpt/common/security-features/resources/ |
D | common.sub.js | 383 const iframe = createElement( 388 return bindEvents2(window, "message", iframe, "error", window, "error") 390 if (event.source !== iframe.contentWindow) 569 const iframe = 578 bindEvents2(window, "message", iframe, "error", window, "error") 580 if (event.source !== iframe.contentWindow) 1226 let iframe; 1232 iframe = createElement( 1234 return iframe.eventPromise; 1237 iframe = createElement("iframe", {src: frameUrl}, document.body, true); [all …]
|
/third_party/node/test/fixtures/wpt/streams/ |
D | queuing-strategies-size-function-per-global.window.js | 1 const iframe = document.createElement('iframe'); constant 2 document.body.appendChild(iframe); 7 const yourQs = new iframe.contentWindow[type]({ highWaterMark: 1 }); 14 iframe.remove();
|
/third_party/cJSON/fuzzing/inputs/ |
D | test6 | 6 html, body, iframe { margin: 0; padding: 0; height: 100%; } 7 iframe { display: block; width: 100%; border: none; } 12 <iframe src="//s3.amazonaws.com/heroku_pages/error.html"> 14 </iframe>
|
/third_party/ffmpeg/libavformat/ |
D | oggparsetheora.c | 151 uint64_t iframe, pframe; in theora_gptopts() local 156 iframe = gp >> thp->gpshift; in theora_gptopts() 160 iframe++; in theora_gptopts() 166 *dts = iframe + pframe; in theora_gptopts() 168 return iframe + pframe; in theora_gptopts()
|
D | oggparsedirac.c | 107 uint64_t iframe = gp >> 30; in old_dirac_gptopts() local 113 return iframe + pframe; in old_dirac_gptopts()
|
/third_party/node/test/fixtures/wpt/encoding/resources/ |
D | decode-common.js | 10 var iframe = iframeRef(document.getElementById("scrwin")); 11 nodes = iframe.querySelectorAll("span");
|
D | encode-form-common.js | 107 var iframe = frames[id]; 118 iframe.onload = function() { 119 var url = iframe.contentWindow.location;
|
/third_party/gstreamer/gstplugins_bad/gst/y4m/ |
D | gsty4mdec.c | 688 GstVideoFrame iframe, oframe; in gst_y4m_dec_chain() local 702 gst_video_frame_map (&iframe, &y4mdec->info, buffer, GST_MAP_READ); in gst_y4m_dec_chain() 706 w = GST_VIDEO_FRAME_COMP_WIDTH (&iframe, i); in gst_y4m_dec_chain() 707 h = GST_VIDEO_FRAME_COMP_HEIGHT (&iframe, i); in gst_y4m_dec_chain() 708 istride = GST_VIDEO_FRAME_COMP_STRIDE (&iframe, i); in gst_y4m_dec_chain() 710 src = GST_VIDEO_FRAME_COMP_DATA (&iframe, i); in gst_y4m_dec_chain() 721 gst_video_frame_unmap (&iframe); in gst_y4m_dec_chain()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_uvc.c | 1485 uint8_t iformat, iframe, nframes; in fuvc_streaming_set() local 1527 iframe = CLAMP((uint32_t)com.bFrameIndex, 1U, (uint32_t)nframes); in fuvc_streaming_set() 1528 frame = &pformat->frames[iframe - 1]; in fuvc_streaming_set() 1537 target->bFrameIndex = iframe; in fuvc_streaming_set() 1772 int iframe, int iformat) in fuvc_fill_streaming_control() argument 1797 if (iframe < 0) in fuvc_fill_streaming_control() 1799 iframe = nframes + iframe; in fuvc_fill_streaming_control() 1802 if (iframe < 0 || iframe >= (int)nframes) in fuvc_fill_streaming_control() 1807 frame = &pformat->frames[iframe]; in fuvc_fill_streaming_control() 1814 ctrl->bFrameIndex = iframe + 1; /* 360 1 720 2 */ in fuvc_fill_streaming_control()
|
/third_party/node/test/fixtures/wpt/common/security-features/ |
D | types.md | 35 - `<iframe>`s, or 42 …rce request is to be sent from a classic dedicated worker created from `<iframe srcdoc>` inside th…
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | m3u8.c | 1843 stream->iframe = g_str_has_prefix (data, "#EXT-X-I-FRAME-STREAM-INF:"); in gst_hls_master_playlist_new_from_data() 1844 data += stream->iframe ? 26 : 18; in gst_hls_master_playlist_new_from_data() 1872 } else if (stream->iframe && g_str_equal (a, "URI")) { in gst_hls_master_playlist_new_from_data() 1895 if (stream->iframe) { in gst_hls_master_playlist_new_from_data() 2017 gboolean iframe = FALSE; in gst_hls_master_playlist_new_from_data() 2023 iframe = GST_M3U8 (self->current_variant->data)->iframe; in gst_hls_master_playlist_new_from_data() 2028 if (iframe) in gst_hls_master_playlist_new_from_data() 2089 if (current_variant == NULL || !current_variant->iframe) in gst_hls_master_playlist_get_variant_for_bitrate() 2108 if (current_variant->iframe) { in gst_hls_master_playlist_get_matching_variant()
|
D | m3u8.h | 213 gboolean iframe; member
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoraparse.c | 407 gint64 iframe; in make_granulepos() local 417 iframe = keyframe + 1; in make_granulepos() 419 iframe = keyframe; in make_granulepos() 424 return (iframe << parse->shift) + (frame - keyframe); in make_granulepos()
|
D | gsttheoraenc.c | 143 guint64 iframe, pframe; in granulepos_to_timestamp() local 149 iframe = granulepos >> shift; in granulepos_to_timestamp() 150 pframe = granulepos - (iframe << shift); in granulepos_to_timestamp() 153 return gst_util_uint64_scale ((guint64) (iframe + pframe), in granulepos_to_timestamp()
|