Home
last modified time | relevance | path

Searched refs:ALT (Results 1 – 25 of 122) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/Inputs/
Dtag-accelerators.rc45 42, 6, VIRTKEY, ALT
48 42, 9, VIRTKEY, NOINVERT, ALT
50 42, 11, VIRTKEY, CONTROL, ALT
51 42, 12, VIRTKEY, SHIFT, ALT
53 42, 14, VIRTKEY, NOINVERT, CONTROL, ALT
54 42, 15, VIRTKEY, NOINVERT, SHIFT, ALT
55 42, 16, VIRTKEY, CONTROL, SHIFT, ALT
56 42, 17, VIRTKEY, NOINVERT, CONTROL, SHIFT, ALT
63 "f", 24, VIRTKEY, ALT
66 "f", 27, VIRTKEY, NOINVERT, ALT
[all …]
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dsrvr_ctrl13 type="CTRL+ALT",
18 type="CTRL+ALT",
23 type="CTRL+ALT",
28 type="CTRL+ALT",
33 type="CTRL+ALT",
38 type="CTRL+ALT",
43 type="CTRL+ALT",
48 type="CTRL+ALT",
53 type="CTRL+ALT",
58 type="CTRL+ALT",
[all …]
Dkeypad79 type="CTRL+ALT", // Ungrab cancels server/keyboard/pointer grabs
83 type="CTRL+ALT", // ClsGrb kills whichever client has a grab in effect
87 type="CTRL+ALT", // -VMode switches to the previous video mode
91 type="CTRL+ALT", // +VMode switches to the next video mode
236 key.type[Group1]="CTRL+ALT" ;
262 key.type[Group1]="CTRL+ALT" ;
494 // be of type CTRL+ALT in order to assign server control events to
596 type="CTRL+ALT",
605 type="CTRL+ALT",
614 type="CTRL+ALT",
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dconv-trap.ll17 ; CHECK-NEXT: i32.const $push[[ALT:[0-9]+]]=, -2147483648{{$}}
18 ; CHECK-NEXT: return $pop[[ALT]]{{$}}
38 ; CHECK-NEXT: i32.const $push[[ALT:[0-9]+]]=, 0{{$}}
39 ; CHECK-NEXT: return $pop[[ALT]]{{$}}
57 ; CHECK-NEXT: i32.const $push[[ALT:[0-9]+]]=, -2147483648{{$}}
58 ; CHECK-NEXT: return $pop[[ALT]]{{$}}
78 ; CHECK-NEXT: i32.const $push[[ALT:[0-9]+]]=, 0{{$}}
79 ; CHECK-NEXT: return $pop[[ALT]]{{$}}
97 ; CHECK-NEXT: i64.const $push[[ALT:[0-9]+]]=, -9223372036854775808{{$}}
98 ; CHECK-NEXT: return $pop[[ALT]]{{$}}
[all …]
/external/antlr/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
DANTLRv3.g50 ALT;
220 : element+ -> ^(ALT[firstToken,"ALT"] element+ EOA["EOA"])
221 | -> ^(ALT[prevToken,"ALT"] EPSILON[prevToken,"EPSILON"] EOA["EOA"])
243 …( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id atom) EOA["EOA"]) EOB["E…
247 …( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id block) EOA["EOA"]) EOB["…
251 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] atom EOA["EOA"]) EOB["EOB"]) )
258 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] treeSpec EOA["EOA"]) EOB["EOB"]) )
360 | /* empty rewrite */ -> ^(ALT["ALT"] EPSILON["EPSILON"] EOA["EOA"])
369 : rewrite_tree_element+ -> ^(ALT["ALT"] rewrite_tree_element+ EOA["EOA"])
375 -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] rewrite_tree_atom EOA["EOA"]) EOB["EOB"]))
[all …]
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLRv3.g50 ALT;
217 : element+ -> ^(ALT[firstToken,"ALT"] element+ EOA["EOA"])
218 | -> ^(ALT[prevToken,"ALT"] EPSILON[prevToken,"EPSILON"] EOA["EOA"])
236 …( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id atom) EOA["EOA"]) EOB["E…
240 …( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id block) EOA["EOA"]) EOB["…
244 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] atom EOA["EOA"]) EOB["EOB"]) )
251 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] treeSpec EOA["EOA"]) EOB["EOB"]) )
365 | /* empty rewrite */ -> ^(ALT["ALT"] EPSILON["EPSILON"] EOA["EOA"])
374 : rewrite_tree_element+ -> ^(ALT["ALT"] rewrite_tree_element+ EOA["EOA"])
380 -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] rewrite_tree_atom EOA["EOA"]) EOB["EOB"]))
[all …]
DAssignTokenTypesWalker.g134 * stringAlias = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] EOA[]) EOB[])
138 GrammarAST alt = (GrammarAST)adaptor.create( ALT, "ALT" );
146 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] EOA[]) EOB[])
150 GrammarAST alt = (GrammarAST)adaptor.create( ALT, "ALT" );
158 * stringAlias2 = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] ACTION[] EOA[]) EOB[])
162 GrammarAST alt = (GrammarAST)adaptor.create( ALT, "ALT" );
171 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] ACTION[] EOA[]) EOB[])
175 GrammarAST alt = (GrammarAST)adaptor.create( ALT, "ALT" );
338 : ^( ALT (element)+ EOA )
DLeftRecursiveRuleWalker.g158 ( ^(ALT element+ EOA) rewrite? )+
181 | ^(ALT element+ EOA) // "other" case
186 …: ^( ALT (^(BACKTRACK_SEMPRED .*))? recurseNoLabel op=token recurse EOA ) {setTokenPrec($op.t, out…
190 …: ^( ALT (^(BACKTRACK_SEMPRED .*))? recurseNoLabel ^( BLOCK ( ^( ALT op=token EOA {setTokenPrec($o…
194 …: ^( ALT (^(BACKTRACK_SEMPRED .*))? recurseNoLabel op=token recurse token recurse EOA ) {setTokenP…
197 prefix : ^( ALT (^(BACKTRACK_SEMPRED .*))? {setTokenPrec((GrammarAST)input.LT(1), outerAlt);} ({!((…
199 suffix : ^( ALT (^(BACKTRACK_SEMPRED .*))? recurseNoLabel {setTokenPrec((GrammarAST)input.LT(1), ou…
240 : ^(REWRITES ( ^( REWRITE SEMPRED? (^(ALT .*)|^(TEMPLATE .*)|ACTION|ETC) ) )* )
DANTLR.g86 ALT;
308 * alt = ^(ALT["ALT"] {b} EOA["EOA"])
312 GrammarAST alt = (GrammarAST)adaptor.create(ALT, "ALT");
669 /** Build #(BLOCK ( #(ALT ...) EOB )+ ) */
708 // ALT and EOA have indexes tracking start/stop of entire alt
711 -> ^(ALT[$start,"ALT"] element+ EOA[input.LT(-1),"<end-of-alt>"])
713 -> ^(ALT[$start,"ALT"] EPSILON[input.LT(-1),"epsilon"] EOA[input.LT(-1),"<end-of-alt>"])
894 -> ^(ALT[$elemAST.getToken(), "ALT"] {$elemAST} EOA["<end-of-alt>"])
953 -> {!stream_rewrite_element.hasNext()}? ^(ALT[LT(1),"ALT"] EPSILON["epsilon"] EOA["<end-of-alt>"])
954 -> ^(ALT[LT(1),"ALT"] rewrite_element+ EOA["<end-of-alt>"])
[all …]
DANTLRv3Tree.g124 : ^(ALT element+ EOA)
125 | ^(ALT EPSILON EOA)
196 | ^(ALT EPSILON EOA)
204 : ^(ALT rewrite_tree_element+ EOA)
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/test/
DModifierKeyTest.java39 ModifierKey key = ModifierKey.ALT; in testParentModifierKey()
40 assertEquals("", ModifierKey.ALT, key.sibling()); in testParentModifierKey()
41 assertEquals("", ModifierKey.ALT, key.parent()); in testParentModifierKey()
DModifierKeySimplifierTest.java29 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.ALT, in testSimplifyInputWithBase()
36 ModifierKey.ALT, ModifierKey.CAPSLOCK)); in testSimplifyInputWithParentOn()
37 ImmutableSet<ModifierKey> onKeys = ImmutableSet.of(ModifierKey.ALT, ModifierKey.CAPSLOCK); in testSimplifyInputWithParentOn()
49 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.ALT, ModifierKey.CONTROL, in testSimplifyInputWithChildOn()
60 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.ALT, ModifierKey.CONTROL, in testSimplifyInputWithBothChildrenOn()
69 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.ALT, ModifierKey.CONTROL, in testSimplifyInputWithParentDontCare()
76 ImmutableSet.of(ModifierKey.ALT_LEFT), ImmutableSet.of(ModifierKey.ALT)); in testSimplifyInputWithParentDontCareAndChildOn()
89 ModifierKey.CONTROL_LEFT, ModifierKey.ALT, ModifierKey.OPTION, ModifierKey.CAPSLOCK, in testSimplifyInputWithChildDontCare()
100 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.SHIFT, ModifierKey.ALT, in testSimplifyInputWithAllThreeKeysPresent()
112 ModifierKey.ALT, ModifierKey.CAPSLOCK)); in testSimplifyToStringWithParentOn()
DModifierKeyCombinationTest.java16 ModifierKey.ALT, ModifierKey.COMMAND, ModifierKey.CAPSLOCK); in testOfOnKeysForSimpleCombination()
50 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.ALT, in testOfOnAndDontCareKeysForSimpleCombination()
59 ImmutableSet.of(ModifierKey.ALT, ModifierKey.COMMAND)); in testOfOnAndDontCareKeys_complex()
71 ImmutableSet.of(ModifierKey.ALT, ModifierKey.ALT_RIGHT, ModifierKey.COMMAND)); in testOfOnAndDontCareKeysForComplexCombinationWithVariant()
85 ModifierKey.CONTROL, ModifierKey.ALT, ModifierKey.CAPSLOCK, ModifierKey.COMMAND); in testOfOnAndDontCareKeys_empty()
/external/wpa_supplicant_8/hs20/server/ca/
Dsetup.sh176 ALT="DNS:$OSU_SERVER_HOSTNAME"
177 ALT="$ALT,otherName:1.3.6.1.4.1.40808.1.1.1;UTF8String:$OPER_ENG"
178 ALT="$ALT,otherName:1.3.6.1.4.1.40808.1.1.1;UTF8String:$OPER_FI"
184 sed "s/#@ALTNAME@/subjectAltName=critical,$ALT/" \
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/resources/
Dtest_resource.rc7 "^C", 999, VIRTKEY, ALT
33 "X", 164, VIRTKEY, ALT
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cvtres/Inputs/
Dtest_resource.rc7 "^C", 999, VIRTKEY, ALT
33 "X", 164, VIRTKEY, ALT
/external/libxkbcommon/xkbcommon/test/data/keymaps/
Dno-aliases.xkb199 <ALT> = 204;
285 type "SHIFT+ALT" {
327 type "CTRL+ALT" {
1099 type= "CTRL+ALT",
1106 type= "CTRL+ALT",
1110 type= "CTRL+ALT",
1114 type= "CTRL+ALT",
1118 type= "CTRL+ALT",
1122 type= "CTRL+ALT",
1126 type= "CTRL+ALT",
[all …]
Dunbound-vmod.xkb199 <ALT> = 204;
326 type "SHIFT+ALT" {
368 type "CTRL+ALT" {
1287 type= "CTRL+ALT",
1294 type= "CTRL+ALT",
1298 type= "CTRL+ALT",
1302 type= "CTRL+ALT",
1306 type= "CTRL+ALT",
1310 type= "CTRL+ALT",
1314 type= "CTRL+ALT",
[all …]
Dcomprehensive-plus-geom.xkb199 <ALT> = 204;
326 type "SHIFT+ALT" {
368 type "CTRL+ALT" {
1103 type= "CTRL+ALT",
1225 type= "CTRL+ALT",
1232 type= "CTRL+ALT",
1236 type= "CTRL+ALT",
1240 type= "CTRL+ALT",
1244 type= "CTRL+ALT",
1248 type= "CTRL+ALT",
[all …]
Dsyntax-error.xkb199 <ALT> = 204;
326 type "SHIFT+ALT" {
368 type "CTRL+ALT" {
1103 type= "CTRL+ALT",
1226 type= "CTRL+ALT",
1233 type= "CTRL+ALT",
1237 type= "CTRL+ALT",
1241 type= "CTRL+ALT",
1245 type= "CTRL+ALT",
1249 type= "CTRL+ALT",
[all …]
Dstringcomp.data199 <ALT> = 204;
318 type "SHIFT+ALT" {
360 type "CTRL+ALT" {
1542 type[group1]= "CTRL+ALT",
1543 type[group2]= "CTRL+ALT",
1544 type[group3]= "CTRL+ALT",
1568 type= "CTRL+ALT",
1572 type= "CTRL+ALT",
1576 type= "CTRL+ALT",
1580 type= "CTRL+ALT",
[all …]
Dhost.xkb199 <ALT> = 204;
325 type "SHIFT+ALT" {
367 type "CTRL+ALT" {
1436 type= "CTRL+ALT",
1443 type= "CTRL+ALT",
1447 type= "CTRL+ALT",
1451 type= "CTRL+ALT",
1455 type= "CTRL+ALT",
1459 type= "CTRL+ALT",
1463 type= "CTRL+ALT",
[all …]
/external/cldr/tools/java/org/unicode/cldr/ant/
DCLDRConverterTool.java199 String altVal = attr.get(LDMLConstants.ALT); in computeConvertibleXPaths()
310 String altVal = attr.get(LDMLConstants.ALT); in computeConvertibleXPaths()
384 String altVal = attr.get(LDMLConstants.ALT); in computeConvertibleXPaths()
404 altVal = nattr.get(LDMLConstants.ALT); in computeConvertibleXPaths()
/external/antlr/gunit/
DCHANGES.txt32 "( ^(A B) | ^(b C) )" -> (BLOCK (ALT ("^(" A B)) (ALT ("^(" b C)))
41 "a : A<X,Y=a.b.c>;" -> (RULE a (BLOCK (ALT
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.rc69 "?", IDM_ABOUT, ASCII, ALT
70 "/", IDM_ABOUT, ASCII, ALT

12345