Searched refs:CAPS (Results 1 – 25 of 29) sorted by relevance
12
/external/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 …]
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | capslock | 3 replace key <CAPS> { [ Caps_Lock ] }; 9 replace key <CAPS> { [ Shift_Lock ] }; 15 replace key <CAPS> { [ ISO_Next_Group, Caps_Lock ] }; 20 key <CAPS> { [ Escape ] }; 26 key <CAPS> { 34 key <CAPS> { [ Escape ] }; 39 key <CAPS> { [ BackSpace ] }; 44 key <CAPS> { [ Super_L ] }; 45 modifier_map Mod4 { <CAPS> }; 50 key <CAPS> { [ Hyper_L ] }; [all …]
|
D | ctrl | 4 replace key <CAPS> { [ Control_L, Control_L ] }; 5 modifier_map Control { <CAPS>, <LCTL> }; 16 replace key <CAPS> { [ Control_L ] };
|
D | level3 | 153 key <CAPS> { 184 key <CAPS> {
|
D | group | 78 key <CAPS> { [ Caps_Lock, ISO_Next_Group ] }; 85 key <CAPS> { [ ISO_First_Group, ISO_Last_Group ] }; 407 key <CAPS> {
|
D | pc | 22 key <CAPS> { [ Caps_Lock ] };
|
D | us | 784 key <CAPS> { [ BackSpace, BackSpace, BackSpace, BackSpace ] }; 1276 key <CAPS> { [ BackSpace, Escape, BackSpace, BackSpace ] }; 1317 key <CAPS> { [ BackSpace, Escape, BackSpace, BackSpace ] }; 1364 key <CAPS> { [ BackSpace ] };
|
D | in | 283 // key <CAPS> { [ Caps_Lock ] }; 360 // key <CAPS> { [ Caps_Lock ] }; 501 // key <CAPS> { [ Caps_Lock ] }; 577 // key <CAPS> { [ Caps_Lock ] };
|
D | de | 143 key <CAPS> { [ Caps_Lock ] };
|
/external/mockito/src/main/java/org/mockito/internal/util/ |
D | StringUtil.java | 15 private static final Pattern CAPS = Pattern.compile("([A-Z\\d][^A-Z\\d]*)"); field in StringUtil 78 Matcher match = CAPS.matcher(className); in decamelizeClassName()
|
/external/ImageMagick/scripts/ |
D | txt2html | 253 $CAPS = 512; 795 $line_action |= $CAPS; 905 ($line_action & ($CAPS | $END | $MAILQUOTE))));
|
/external/u-boot/include/ |
D | i8042.h | 66 #define CAPS 0x0004 /* capslock */ macro
|
/external/libxkbcommon/xkbcommon/test/data/symbols/macintosh_vndr/ |
D | apple | 72 // CAPS key is always Caps_Lock, even for JIS keyboards 73 replace key <CAPS> { [ Caps_Lock ] };
|
D | us | 107 key <CAPS> { [ Caps_Lock ] };
|
/external/libxkbcommon/xkbcommon/test/data/keymaps/ |
D | comprehensive-plus-geom.xkb | 62 <CAPS> = 66; 1230 key <CAPS> { [ Control_L, Control_L ] }; 1455 modifier_map Control { <CAPS> }; 1472 alias <AC00> = <CAPS>; 1508 shape "CAPS" { 1620 { <CAPS>, "CAPS", 1, color="grey20" },
|
D | syntax-error.xkb | 62 <CAPS> = 66; 1231 key <CAPS> { [ Control_L, Control_L ] }; 1456 modifier_map Control { <CAPS> }; 1473 alias <AC00> = <CAPS>; 1509 shape "CAPS" { 1621 { <CAPS>, "CAPS", 1, color="grey20" },
|
D | no-types.xkb | 62 <CAPS> = 66; 848 key <CAPS> { [ Caps_Lock ] }; 1013 modifier_map Lock { <CAPS> };
|
D | quartz.xkb | 834 shape "CAPS" { 946 { <CAPS>, "CAPS", 1, color="grey20" },
|
D | no-aliases.xkb | 62 <CAPS> = 66; 1104 key <CAPS> { [ Caps_Lock ] }; 1324 modifier_map Lock { <CAPS> };
|
D | unbound-vmod.xkb | 62 <CAPS> = 66; 1292 key <CAPS> { [ Control_L, Control_L ] }; 1521 modifier_map Control { <CAPS> };
|
D | host.xkb | 62 <CAPS> = 66; 1441 key <CAPS> { [ Caps_Lock, ISO_Next_Group ] }; 1668 modifier_map Lock { <CAPS> };
|
D | stringcomp.data | 62 <CAPS> = 66; 1560 key <CAPS> { 1904 modifier_map Lock { <CAPS> };
|
/external/libxkbcommon/xkbcommon/test/data/keycodes/ |
D | evdev | 42 <CAPS> = 66;
|
D | xfree86 | 47 <CAPS> = 66;
|
D | evdev-xkbcommon | 297 alias <CAPS> = <CAPSLOCK>;
|
12