Home
last modified time | relevance | path

Searched refs:duck (Results 1 – 16 of 16) sorted by relevance

/third_party/pulseaudio/src/modules/
Dstream-interaction.c50 bool duck:1; member
157 if (u->duck && !interaction_applied) { in cork_or_duck()
165 } else if (!u->duck) { in cork_or_duck()
174 if (u->duck) { in uncork_or_unduck()
224 if (new_trigger && ((!corked && !j->muted) || u->duck)) { in apply_interaction_to_sink()
438 u->duck = false; in pa_stream_interaction_init()
440 u->duck = true; in pa_stream_interaction_init()
444 if (u->duck) { in pa_stream_interaction_init()
494 if (u->duck) in pa_stream_interaction_init()
530 roles = pa_modargs_get_value(ma, u->duck ? "ducking_roles" : "cork_roles", NULL); in pa_stream_interaction_init()
[all …]
/third_party/ffmpeg/tests/fate/
Dvpx.mak2 fate-truemotion1-15: CMD = framecrc -i $(TARGET_SAMPLES)/duck/phant2-940.duk -pix_fmt rgb24 -an -vf…
5 fate-truemotion1-24: CMD = framecrc -i $(TARGET_SAMPLES)/duck/sonic3dblast_intro-partial.avi -pix_f…
11 fate-truemotion2: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tm20.avi
14 fate-truemotion2rt-low: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tr20_low.avi -an
17 fate-truemotion2rt-mid: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tr20_mid.avi -an
20 fate-truemotion2rt-high: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tr20_high.avi -an
Dadpcm.mak47 fate-adpcm-ima-dk3: CMD = md5 -i $(TARGET_SAMPLES)/duck/sop-audio-only.avi -f s16le
50 fate-adpcm-ima-dk4: CMD = md5 -i $(TARGET_SAMPLES)/duck/salsa-audio-only.avi -f s16le
/third_party/skia/third_party/externals/libwebp/
D.mailmap1 Johann Koenig <johann.koenig@duck.com>
2 Johann Koenig <johann.koenig@duck.com> <johannkoenig@google.com>
DAUTHORS16 - Johann Koenig (johann dot koenig at duck dot com)
/third_party/parse5/test/data/parser-feedback/
Dwebkit01.test188 "description": "<foo bar=\"baz\"></foo><potato quack=\"duck\"></potato>",
189 "input": "<foo bar=\"baz\"></foo><potato quack=\"duck\"></potato>",
206 "quack": "duck"
217 "description": "<foo bar=\"baz\"><potato quack=\"duck\"></potato></foo>",
218 "input": "<foo bar=\"baz\"><potato quack=\"duck\"></potato></foo>",
231 "quack": "duck"
246 "description": "<foo></foo bar=\"baz\"><potato></potato quack=\"duck\">",
247 "input": "<foo></foo bar=\"baz\"><potato></potato quack=\"duck\">",
/third_party/python/Doc/
Dglossary.rst35 Abstract base classes complement :term:`duck-typing` by
348 duck-typing
351 called or used ("If it looks like a duck and quacks like a duck, it
352 must be a duck.") By emphasizing interfaces rather than specific types,
355 :func:`isinstance`. (Note, however, that duck-typing can be complemented
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt6208 鳧>'[wild duck]';
6211 鳬>'[wild duck]';
6224 鴛>'[male mandarin duck]';
6227 鴦>'[female mandarin duck]';
6228 鴨>'[duck]';
6257 鶩>'[duck]';
/third_party/python/Doc/library/
Dtyping.rst47 * :pep:`544`: Protocols: Structural subtyping (static duck typing)
521 *structural subtyping* (or static duck-typing)::
1236 structural subtyping (static duck-typing), for example::
/third_party/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt1413 䴙 < a\-kind\-of\-bird\-resembling\-the\-duck;
2631 板鴨 < pressed\-\(dried\)\-salted\-duck;
2653 䳊 < a\-wild\-duck\-like\-water\-bird;
4570 鸯 < female\-mandarin\-duck;
5470 鸳 < male\-mandarin\-duck;
12678 烤鴨 < roast\-duck;
12937 凫 < wild\-duck;
18036 鴢 < \(duck\);
20539 鸭 < duck;
26454 板鴨 > pressed\-\(dried\)\-salted\-duck;
[all …]
/third_party/python/Doc/whatsnew/
D3.4.rst1053 :func:`~inspect.signature` now supports duck types of CPython functions,
D2.6.rst1237 above example. Python has a strong tradition of duck-typing, where
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dalice29.txt2925 As a duck with its eyelids, so he with his nose
/third_party/icu/icu4c/source/test/testdata/
Demoji-test.txt2196 1F986 ; fully-qualified # �� duck
/third_party/icu/icu4j/perf-tests/data/collation/
Dulyss10.txt8092 anything? Peeping Tom through the keyhole. Decoy duck. Hotblooded young
8563 --For near a month, man, before it came off. Sucking duck eggs by God till
8656 rabbi. Combustible duck. Curly cabbage A LA DUCHESSE DE PARME. Just as
8828 --Lord love a duck, he said. Look at what I'm standing drinks to! Cold
15640 --Could a swim duck? says I.
19466 the buck and doe of the forest glade, the farmyard drake and duck.
23819 BELLO: Would if you could, lame duck. A downpour we want not your drizzle.
/third_party/python/Misc/
DHISTORY2442 - Issue #17159: inspect.signature now accepts duck types of functions,