/third_party/gstreamer/gstreamer/gst/ |
D | gstclock.c | 209 gboolean filling; member 824 priv->filling = TRUE; in gst_clock_init() 1353 priv->filling = TRUE; in gst_clock_set_master() 1561 priv->filling = FALSE; in gst_clock_add_observation_unapplied() 1565 if (G_UNLIKELY (priv->filling && priv->time_index < priv->window_threshold)) in gst_clock_add_observation_unapplied() 1566 goto filling; in gst_clock_add_observation_unapplied() 1568 n = priv->filling ? priv->time_index : priv->window_size; in gst_clock_add_observation_unapplied() 1590 filling: in gst_clock_add_observation_unapplied() 1661 priv->filling = TRUE; in gst_clock_set_property()
|
/third_party/openssl/external/perl/Text-Template-1.56/ |
D | README | 5 filling in templates generally. A `template' is a piece of text that 24 The result of filling in this template is a string, which might look
|
D | Changes | 147 - Code added to prevent memory leaks when filling many templates. Thanks 170 - Code added to prevent memory leaks when filling many templates. Thanks to 287 - Better support for filling out the same template more than once
|
/third_party/mesa3d/docs/gallium/ |
D | cso.rst | 6 CSO work on the principle of reusable state; they are created by filling
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | TODO | 14 - the ringbuffer should have a state where it is filling up the
|
/third_party/ffmpeg/doc/ |
D | resampler.texi | 160 squeezing, filling and trimming. Setting this to 1 will enable filling and 176 seconds) to trigger stretching/squeezing/filling or trimming of the 178 stretching/squeezing/filling and trimming is disabled
|
/third_party/libxml2/ |
D | testlimits.c | 155 char filling[CHUNK + 1]; variable 161 filling[i] = 'a'; in fillFilling() 163 filling[CHUNK] = 0; in fillFilling() 213 memcpy(buffer, &filling[0], len); in hugeRead() 359 memcpy(buffer, &filling[0], len); in crazyRead()
|
/third_party/mesa3d/src/panfrost/ci/ |
D | panfrost-g52-skips.txt | 9 # We lack a dependency between the vertex job filling the indirect draw
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstdownloadbuffer.h | 75 gboolean filling; member
|
D | gstdownloadbuffer.c | 361 dlbuf->filling = TRUE; in reset_positions() 625 dlbuf->filling = FALSE; in perform_seek_to_offset() 717 dlbuf->filling = TRUE; in gst_download_buffer_wait_for_data() 1229 if (dlbuf->filling) { in gst_download_buffer_chain() 1294 dlbuf->filling = FALSE; in gst_download_buffer_chain()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.0.4.rst | 53 - tu: Fix indices of drm_msm_gem_submit_cmd when filling them 86 - pan/mdg: Fix mask usage when filling before a spill
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.shaders.linkage.txt | 43 Shader execution tests render a grid of quads filling entire viewport with
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | floating_action_button_theme.dart | 54 /// The color to use for filling the button when the button has input focus. 57 /// The color to use for filling the button when the button has a pointer
|
D | toggle_buttons_theme.dart | 61 /// The color to use for filling the button when the button has input focus. 70 /// The color to use for filling the toggle button when the button has a
|
D | floating_action_button.dart | 236 /// The color to use when filling the button. 241 /// The color to use for filling the button when the button has input focus. 246 /// The color to use for filling the button when the button has a pointer
|
/third_party/gstreamer/gstplugins_base/tests/validate/videorate/ |
D | change_rate_reverse_playback.validatetest | 46 # Source is now EOS, videorate is filling up the segment with last buffer
|
/third_party/python/Doc/library/ |
D | textwrap.rst | 1 :mod:`textwrap` --- Text wrapping and filling 5 :synopsis: Text wrapping and filling 16 If you're just wrapping or filling one or two text strings, the convenience
|
/third_party/mesa3d/docs/drivers/ |
D | panfrost.rst | 130 each tile are reordered according to a space-filling curve. 148 ``src/panfrost/shared/test/test-tiling.cpp``, which documents the space-filling
|
/third_party/openssl/doc/man3/ |
D | X509V3_set_ctx.pod | 20 e.g., to look up values for filling in authority key identifiers.
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse_kernel.h | 93 __u64 filling; /* JPA needed for minor >= 12, but meaning unknown */ member
|
/third_party/node/deps/npm/node_modules/safer-buffer/ |
D | Porting-Buffer.md | 66 `new Buffer(size).fill(0)`, which is what you would otherwise need to ensure zero-filling. 195 * keep in mind that zero-filling minimizes the potential risks. 203 _Note that the same applies to `new Buffer` usage without zero-filling, depending on the Node.js
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_cmp_print_log.pod | 66 according to the pattern OSSL_CMP_LOG_START#level ": %s\n", filling in
|
/third_party/vk-gl-cts/doc/testspecs/GL3/ |
D | functional.conditional_render.txt | 75 compared to the color of the intermediate clear or the filling triangle as
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | shape_decoration.dart | 24 /// optionally filling it with a color or a gradient, optionally painting an 132 /// A gradient to use when filling the shape.
|
/third_party/zlib/doc/ |
D | algorithm.txt | 119 more time filling in duplicate symbol entries than you do actually decoding. 121 kbytes. You can imagine that filling in a 2^15 entry table for a 15-bit code
|