HomeSort by relevance Sort by last modified time
    Searched refs:Alt (Results 1 - 25 of 47) sorted by null

1 2

  /external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
p2-0x.cpp 10 struct Alt {
14 constexpr short s = Alt();
18 case Alt():
24 switch (Alt a = Alt()) {
25 case Alt():
32 case Alt():
  /external/chromium_org/third_party/cython/src/Cython/Plex/
__init__.py 18 Str, Any, AnyBut, AnyChar, Seq, Alt, Opt, Rep, Rep1,
35 from Regexps import RE, Seq, Alt, Rep1, Empty, Str, Any, AnyBut, AnyChar, Range
Traditional.py 9 from Regexps import Alt, Seq, Rep, Rep1, Opt, Any, AnyBut, Bol, Eol, Char
44 re = Alt(*re_list)
Regexps.py 84 return Alt(*re_list)
92 return Alt(RawCodeRange(code1, nl_code),
140 return Alt(self, other)
334 class Alt(RE):
335 """Alt(re1, re2, re3...) is an RE which matches either |re1| or
370 return "Alt(%s)" % ','.join(map(str, self.re_list))
450 result = Alt(*tuple(map(Str1, strs)))
458 #result = apply(Alt, tuple(map(Char, s)))
496 result = Alt(*ranges)
504 result = Alt(re, Empty
    [all...]
  /external/chromium_org/third_party/angle/util/
Event.h 31 bool Alt;
  /external/chromium_org/ui/keyboard/resources/
main.css 17 kb-keyboard.alt-active kb-modifier-key[char=Alt],
  /external/llvm/unittests/ADT/
SparseSetTest.cpp 161 struct Alt {
163 explicit Alt(unsigned x) : Value(x) {}
168 typedef SparseSet<Alt> ASet;
171 Set.insert(Alt(1005));
177 Set.insert(Alt(1006));
178 Set.insert(Alt(1006));
SparseMultiSetTest.cpp 208 struct Alt {
210 explicit Alt(unsigned x) : Value(x) {}
215 typedef SparseMultiSet<Alt> ASet;
218 Set.insert(Alt(1005));
224 Set.insert(Alt(1006));
225 Set.insert(Alt(1006));
BitVectorTest.cpp 90 TypeParam Alt(3, false);
91 Alt.resize(6, true);
92 std::swap(Alt, Vec);
93 EXPECT_TRUE(Copy == Alt);
  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 38 void Alt() {
  /external/chromium_org/v8/src/
effects.h 54 static Effect Alt(Effect e1, Effect e2, Zone* zone) {
110 void Alt(Var var, Effect effect) {
113 effect = Effect::Alt(locator.value(), effect, Base::zone());
118 void Alt(Effects that) {
144 void Call(Var var, Effect effect) { self.Alt(var, effect); }
typing.cc 168 then_effects.Alt(else_effects);
231 local_effects.Alt(clause_effects);
331 try_effects.Alt(catch_effects);
373 then_effects.Alt(else_effects);
639 left_effects.Alt(right_effects);
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryMac.mm 290 case 58: // Left Alt
291 case 61: // Right Alt
398 case 58: // Left Alt
399 case 61: // Right Alt
400 return @"Alt";
429 // "Alt"
431 return @"Alt";
758 // Windows and Linux set |isSystemKey| if alt is down. Blink looks at this
759 // flag to decide if it should handle a key or not. E.g. alt-left/right
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ShortcutRegistry.js 115 if (!event || !WebInspector.isBeingEdited(/** @type {!Node} */ (event.target)) || /^F\d+|Control|Shift|Alt|Meta|Win|U\+001B$/.test(keyIdentifier))
122 if ((keyModifiers & (modifiers.Ctrl | modifiers.Alt)) === (modifiers.Ctrl | modifiers.Alt))
125 return !hasModifier(modifiers.Ctrl) && !hasModifier(modifiers.Alt) && !hasModifier(modifiers.Meta);
KeyboardShortcut.js 45 Alt: 4,
55 return WebInspector.isMac() ? this.Alt : this.Shift;
156 modifiers |= WebInspector.KeyboardShortcut.Modifiers.Alt;
294 if (modifiers & WebInspector.KeyboardShortcut.Modifiers.Alt)
295 res += isMac ? optKey : "Alt + ";
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ShortcutsScreen.js 370 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Up, WebInspector.KeyboardShortcut.Modifiers.Alt)
374 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Down, WebInspector.KeyboardShortcut.Modifiers.Alt)
396 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Up, WebInspector.KeyboardShortcut.Modifiers.Alt)
400 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Down, WebInspector.KeyboardShortcut.Modifiers.Alt)
404 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.PageUp, WebInspector.KeyboardShortcut.Modifiers.Alt)
408 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.PageDown, WebInspector.KeyboardShortcut.Modifiers.Alt)
463 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Minus, WebInspector.KeyboardShortcut.Modifiers.Alt)
467 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Plus, WebInspector.KeyboardShortcut.Modifiers.Alt)
471 WebInspector.KeyboardShortcut.makeDescriptor("w", WebInspector.KeyboardShortcut.Modifiers.Alt)
  /external/libpng/projects/visualc71/
README_zlib.txt 21 2) Display the Solution Explorer view (Ctrl+Alt+L)
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 508 Alt: array [0..<grammar.numberOfDecisions>] of Integer;
663 Alt: array [0..<grammar.numberOfDecisions>] of Integer;
841 Alt: array [0..<grammar.numberOfDecisions>] of Integer;
886 Alt: array [0..<grammar.numberOfDecisions>] of Integer;
902 Alt[<decisionNumber>] := <maxAlt>;
908 case Alt[<decisionNumber>] of
917 Alt[<decisionNumber>] := <maxAlt>;
922 case Alt[<decisionNumber>] of
952 Alt[<decisionNumber>] := <maxAlt>;
956 case Alt[<decisionNumber>] o
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_util.js 146 return 'Alt';
188 case 'Alt':
243 return 'Alt';
362 * A KeySequence with a keyCode of 76 ('L') and the control and alt keys down
363 * would return the string 'Ctrl+Alt+L', for example. A key code that doesn't
372 * Alt
424 modifier = 'Alt';
key_sequence.js 24 * - Modifiers (like ctrl, alt, meta, etc)
29 * - Modifiers (like ctlr, alt, meta, etc)
219 * the ChromeVox modifier keys are Ctrl+Alt, and we've determined that the
220 * ChromeVox modifier is active (meaning the user has pressed Ctrl+Alt), we
240 if (modifierKeyCombo.indexOf('Alt') != -1) {
278 * Utility method that checks for equality of the modifiers (like shift and alt)
316 * Checks if the specified key code represents a modifier key, i.e. Ctrl, Alt,
323 // Shift, Ctrl, Alt, Search/LWin
348 return modifier != 'Alt';
368 * Determines whether a particular key modifier (for example, ctrl or alt) i
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxKbExplorerScript.js 24 cvox.ChromeVox.isChromeOS=-1!=navigator.userAgent.indexOf("CrOS");cvox.ChromeVox.isMac=-1!=navigator.platform.indexOf("Mac");cvox.ChromeVox.modKeyStr=cvox.ChromeVox.isChromeOS?"Shift+Search":cvox.ChromeVox.isMac?"Ctrl+Cmd":"Shift+Alt";cvox.ChromeVox.sequenceSwitchKeyCodes=[];cvox.ChromeVox.visitedUrls={};cvox.ChromeVox.markInUserCommand=function(){};cvox.ChromeVox.syncToNode=function(){};cvox.ChromeVox.speakNode=function(){};cvox.ChromeVox.executeUserCommand=function(){};
28 cvox.KeySequence.prototype.rationalizeKeys_=function(){if(!this.skipStripping){var a=cvox.ChromeVox.modKeyStr.split(/\+/g),b=this.keys.keyCode.length-1;-1!=a.indexOf("Ctrl")&&(this.keys.ctrlKey[b]=!1);-1!=a.indexOf("Alt")&&(this.keys.altKey[b]=!1);-1!=a.indexOf("Shift")&&(this.keys.shiftKey[b]=!1);var c=this.getMetaKeyName_();if(-1!=a.indexOf(c))if("Search"==c)this.keys.searchKeyHeld[b]=!1;else if("Cmd"==c||"Win"==c)this.keys.metaKey[b]=!1}};
30 cvox.KeySequence.prototype.isCVoxModifierActive=function(a){var b=cvox.ChromeVox.modKeyStr.split(/\+/g);this.isKeyModifierActive(a,"ctrlKey")&&(b=b.filter(function(a){return"Ctrl"!=a}));this.isKeyModifierActive(a,"altKey")&&(b=b.filter(function(a){return"Alt"!=a}));this.isKeyModifierActive(a,"shiftKey")&&(b=b.filter(function(a){return"Shift"!=a}));if(this.isKeyModifierActive(a,"metaKey")||this.isKeyModifierActive(a,"searchKeyHeld"))var c=this.getMetaKeyName_(),b=b.filter(function(a){return a!=c});
34 e);d&&b.addKeyEvent(c);return b};cvox.KeySequence.setModifiersOnEvent_=function(a,b){"Ctrl"==a?(b.ctrlKey=!0,b.keyCode=17):"Alt"==a?(b.altKey=!0,b.keyCode=18):"Shift"==a?(b.shiftKey=!0,b.keyCode=16):"Search"==a?(b.searchKeyHeld=!0,b.keyCode=91):"Cmd"==a?(b.metaKey=!0,b.keyCode=91):"Win"==a?(b.metaKey=!0,b.keyCode=91):"Insert"==a&&(b.keyCode=45)};
39 cvox.KeyUtil.keyCodeToString=function(a){return 17==a?"Ctrl":18==a?"Alt":16==a?"Shift":91==a||93==a?cvox.ChromeVox.isChromeOS?"Search":cvox.ChromeVox.isMac?"Cmd":"Win":45==a?"Insert":65<=a&&90>=a?String.fromCharCode(a):48<=a&&57>=a?String.fromCharCode(a):"#"+a};cvox.KeyUtil.modStringToKeyCode=function(a){switch(a){case "Ctrl":return 17;case "Alt":return 18;case "Shift":return 16;case "Cmd":case "Win":return 91}return-1};
41 cvox.KeyUtil.getReadableNameForKeyCode=function(a){if(0==a)return"Power button";if(17==a)return"Control";if(18==a)return"Alt";if(16==a)return"Shift";if(9==a)return"Tab";if(91==a||93==a)return cvox.ChromeVox.isChromeOS?"Search":cvox.ChromeVox.isMac?"Cmd":"Win";if(8==a)return"Backspace";if(32==a)return"Space";if(35==a)return"end";if(36==a)return"home";if(37==a)return"Left arrow";if(38==a)return"Up arrow";if(39==a)return"Right arrow";if(40==a)return"Down arrow";if(45==a)return"Insert";if(13==a)return"Enter";
45 cvox.KeyUtil.keySequenceToString=function(a,b,c){for(var d="",e=a.length(),h=0;h<e;h++){""==d||c?""!=d&&(d+="+"):d+=">";var f="",g;for(g in a.keys)if(a.keys[g][h]){var k="";switch(g){case "ctrlKey":k="Ctrl";break;case "searchKeyHeld":k=cvox.KeyUtil.getReadableNameForKeyCode(91);break;case "altKey":k="Alt";break;case "altGraphKey":k="AltGraph";break;case "shiftKey":k="Shift";break;case "metaKey":k=cvox.KeyUtil.getReadableNameForKeyCode(91);break;case "keyCode":var l=a.keys[g][h];a.isModifierKey(l)||
  /external/chromium_org/third_party/re2/re2/
prefilter.cc 205 static Info* Alt(Info* a, Info* b);
337 Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) {
602 info = Alt(info, child_args[i]);
603 VLOG(10) << "Alt: " << info->ToString();
  /external/regex-re2/re2/
prefilter.cc 205 static Info* Alt(Info* a, Info* b);
345 Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) {
610 info = Alt(info, child_args[i]);
611 VLOG(10) << "Alt: " << info->ToString();
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
options.js 109 case 18: // Alt/Option
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfStructureElementDictionary_autogen.cpp 163 SkString SkPdfStructureElementDictionary::Alt(SkPdfNativeDoc* doc) {
164 SkPdfNativeObject* ret = get("Alt", "");
172 return get("Alt", "") != NULL;

Completed in 1765 milliseconds

1 2