/third_party/libxml2/doc/html/ |
D | index.sgml | 10 <ANCHOR id="MAX-STRERROR-CAPS" href="libxml/libxml-wincecompat.html#MAX-STRERROR-CAPS"> 11 <ANCHOR id="O-RDONLY-CAPS" href="libxml/libxml-wincecompat.html#O-RDONLY-CAPS"> 12 <ANCHOR id="O-WRONLY-CAPS" href="libxml/libxml-wincecompat.html#O-WRONLY-CAPS"> 13 <ANCHOR id="O-RDWR-CAPS" href="libxml/libxml-wincecompat.html#O-RDWR-CAPS"> 14 <ANCHOR id="O-APPEND-CAPS" href="libxml/libxml-wincecompat.html#O-APPEND-CAPS"> 15 <ANCHOR id="O-CREAT-CAPS" href="libxml/libxml-wincecompat.html#O-CREAT-CAPS"> 16 <ANCHOR id="O-TRUNC-CAPS" href="libxml/libxml-wincecompat.html#O-TRUNC-CAPS"> 17 <ANCHOR id="O-EXCL-CAPS" href="libxml/libxml-wincecompat.html#O-EXCL-CAPS"> 29 <ANCHOR id="SOCKLEN-T-CAPS" href="libxml/libxml-wsockcompat.html#SOCKLEN-T-CAPS"> 30 <ANCHOR id="EWOULDBLOCK-CAPS" href="libxml/libxml-wsockcompat.html#EWOULDBLOCK-CAPS"> [all …]
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-box.c | 28 #define CAPS " capsfilter caps=\"video/x-raw, format=(string)I420, width=(int)640, height=(int)480\… macro 39 g_strdup_printf ("videotestsrc ! " CAPS in make_pipeline() 40 " ! videobox name=box ! videoscale ! " CAPS in make_pipeline()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | baseaudiovisualizer.c | 90 #define CAPS "audio/x-raw, " \ macro 108 GST_STATIC_CAPS (CAPS) 129 caps = gst_caps_from_string (CAPS); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/examples/snapshot/ |
D | snapshot.c | 25 #define CAPS "video/x-raw,format=RGB,width=160,pixel-aspect-ratio=1/1" macro 52 " appsink name=sink caps=\"" CAPS "\"", argv[1]); in main()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstline21enc.c | 49 #define CAPS "video/x-raw, format={ I420, YUY2, YVYU, UYVY, VYUY }, width=(int)720, height=(int){ 5… macro 54 GST_STATIC_CAPS (CAPS)); 59 GST_STATIC_CAPS (CAPS));
|
D | gstline21dec.c | 59 #define CAPS "video/x-raw, format={ I420, YUY2, YVYU, UYVY, VYUY, v210 }" macro 64 GST_STATIC_CAPS (CAPS)); 69 GST_STATIC_CAPS (CAPS));
|
/third_party/gstreamer/gstplugins_base/gst/audiomixer/ |
D | gstaudiomixer.c | 173 #define CAPS \ macro 177 #define CAPS \ macro 186 GST_STATIC_CAPS (CAPS)
|
D | gstaudiointerleave.c | 106 #define CAPS \ macro 110 #define CAPS \ macro
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | caps_grammar | 13 CAPS = STRUCTURE [ ';' STRUCTURE ]*
|
D | porting-to-1.0.txt | 127 gst_pad_set_caps() now pushes a CAPS event for backward compatibility. 128 Consider sending the CAPS event yourself. It is not possible anymore to set 220 type-specific GST_VALUE_HOLDS_{BUFFER,CAPS,etc.}() instead. 627 CAPS event if needed).
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstquery.c | 1551 GST_QUARK (CAPS), GST_TYPE_CAPS, caps, in gst_query_new_allocation() 1583 GST_QUARK (CAPS))); in gst_query_parse_allocation() 2345 GST_QUARK (CAPS), GST_TYPE_CAPS, caps, in gst_query_new_accept_caps() 2370 GST_QUARK (CAPS))); in gst_query_parse_accept_caps() 2447 GST_QUARK (CAPS), GST_TYPE_CAPS, NULL, NULL); in gst_query_new_caps() 2490 gst_structure_id_set (structure, GST_QUARK (CAPS), GST_TYPE_CAPS, caps, NULL); in gst_query_set_caps_result() 2511 GST_QUARK (CAPS))); in gst_query_parse_caps_result()
|
D | gstbufferpool.c | 847 GST_QUARK (CAPS), GST_TYPE_CAPS, caps, in gst_buffer_pool_config_set_params() 1027 GST_QUARK (CAPS))); in gst_buffer_pool_config_get_params()
|
D | gstevent.c | 896 GST_QUARK (CAPS), GST_TYPE_CAPS, caps, NULL)); in gst_event_new_caps() 921 GST_QUARK (CAPS))); in gst_event_parse_caps()
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/ |
D | typography_demo.dart | 60 TextStyleItem(name: 'Button', style: textTheme.button, text: 'MEDIUM (ALL CAPS) 14sp'),
|
/third_party/flutter/flutter/dev/tools/gen_keycodes/ |
D | README.md | 156 For example, on a French keyboard layout, pressing CAPS LOCK then pressing 159 DOWN, code 0x0100070039. (CAPS LOCK DOWN)<br> 160 UP, code 0x0100070039. (CAPS LOCK UP)<br>
|
/third_party/flutter/flutter/dev/tools/gen_keycodes/data/ |
D | keyboard_key.tmpl | 43 /// Conversely, if you wanted a game where the key next to the CAPS LOCK (the 308 /// As an example, if you wanted a game where the key next to the CAPS LOCK (the 321 /// to the right of the CAPS LOCK key. 345 /// _message = 'Pressed the key next to CAPS LOCK!';
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | raw_keyboard.dart | 67 /// The CAPS LOCK modifier key. 357 /// the CAPS LOCK key made the player move left, you would be comparing the 359 /// is the key next to the CAPS LOCK key on a QWERTY keyboard. This would 361 /// CAPS LOCK produces a "Q" when pressed.
|
D | raw_keyboard_linux.dart | 164 /// This mask is used to check the [modifiers] field to test whether the CAPS
|
D | raw_keyboard_macos.dart | 204 /// This mask is used to check the [modifiers] field to test whether the CAPS
|
D | raw_keyboard_fuchsia.dart | 184 /// This mask is used to check the [modifiers] field to test whether the CAPS
|
D | raw_keyboard_android.dart | 406 /// This mask is used to check the [metaState] field to test whether the CAPS
|
/third_party/gstreamer/gstplugins_base/gst/adder/ |
D | gstadder.c | 168 #define CAPS \ macro 172 #define CAPS \ macro 181 GST_STATIC_CAPS (CAPS) 188 GST_STATIC_CAPS (CAPS)
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-raspberrypi.md | 149 this determining the CAPS LOCK behavior:
|
/third_party/gstreamer/gstplugins_bad/ext/avtp/ |
D | gstavtpcvfdepay.c | 202 GST_ELEMENT_ERROR (avtpcvfdepay, CORE, CAPS, (NULL), (NULL)); in gst_avtp_cvf_depay_push()
|
/third_party/boost/libs/foreach/doc/ |
D | foreach.qbk | 179 People have complained about the name _foreach_. It's too long. `ALL CAPS` can
|