/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAToDFAConverter.java | 122 * Walk each alt in decision and compute closure from the start of that 124 * that same decision. The idea is to associate a specific alt number 125 * with the starting closure so we can trace the alt number for all states 126 * derived from this. At a stop state in the DFA, we can return this alt 127 * number, indicating which alt is predicted. 131 * this alternative one, let's make this alt n+1 where n is the number of 140 NFAState alt = dfa.decisionNFAStartState; local 145 while ( alt!=null ) { 147 // any input symbols for each alt. Keep adding to same 149 // but track the alt numbe 970 int alt = d.getUniquelyPredictedAlt(); local 1316 int alt = altI.intValue(); local 1711 int alt = i+1; local [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ST4ObjC.stg | 176 rewriteTemplateAlt(alt) ::= << 177 // <alt.description> 178 <if(alt.pred)> 179 if (<alt.pred>) { 180 retval.st = <alt.alt>; 184 retval.st = <alt.alt>;
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
keyboard_overlay.css | 88 .keyboard-overlay-key.is-shortcut.modifier-alt { 100 .keyboard-overlay-key.is-shortcut.modifier-shift.modifier-alt { 104 .keyboard-overlay-key.is-shortcut.modifier-ctrl.modifier-alt { 108 .keyboard-overlay-key.is-shortcut.modifier-shift.modifier-ctrl.modifier-alt { 126 .keyboard-overlay-key.pressed.is-shift.modifier-alt { 130 .keyboard-overlay-key.pressed.is-shift.modifier-ctrl.modifier-alt { 142 .keyboard-overlay-key.pressed.is-ctrl.modifier-alt { 146 .keyboard-overlay-key.pressed.is-ctrl.modifier-shift.modifier-alt { 150 .keyboard-overlay-key.pressed.is-alt { 154 .keyboard-overlay-key.pressed.is-alt.modifier-shift [all...] |
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AccessibilityImageMapLink.cpp | 115 const AtomicString& alt = getAttribute(altAttr); local 116 if (!alt.isEmpty()) 117 return alt;
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
SerializedGrammar.java | 68 List alt = alts[i]; local 70 buf.append(alt.toString()); 138 List alt = readAlt(in); local 139 alts[i] = alt; 146 List alt = new ArrayList(); local 148 if ( A!='A' ) throw new IOException("missing A on start of alt"); 154 alt.add(new TokenRef(ttype)); 159 alt.add(new RuleRef(ruleIndex)); 173 alt.add(b); 178 //System.out.println("exit alt"); [all...] |
/external/chromium_org/ui/base/gtk/ |
event_synthesis_gtk.cc | 43 bool control, bool shift, bool alt, 54 if (alt) { 61 // TODO(estade): handle other state flags besides control, shift, alt? 65 (alt ? GDK_MOD1_MASK : 0); 71 if (alt) {
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
DOTGenerator.java | 185 // special case: if decision point, then line up the alt start states 191 NFAState alt = (NFAState)s; local 192 while ( alt!=null ) { 193 rankST.add("states", getStateLabel(alt)); 194 if ( alt.transition[1] !=null ) { 195 alt = (NFAState)alt.transition[1].target; 198 alt=null; 336 int alt = altI.intValue(); local 340 buf.append("alt"); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLAreaElement.idl | 22 [Reflect] attribute DOMString alt;
|
HTMLAppletElement.idl | 25 [Reflect] attribute DOMString alt;
|
HTMLImageElement.idl | 25 [Reflect] attribute DOMString alt;
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
LeftRecursiveRuleWalker.g | 55 private int outerAlt; // which outer alt of rule? 79 public void setTokenPrec(GrammarAST t, int alt) {} 80 public void binaryAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) {} 81 public void ternaryAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) {} 82 public void prefixAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) {} 83 public void suffixAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) {} 84 public void otherAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) {} 157 ( ^(ALT element+ EOA) rewrite? )+ 162 /** An alt is either prefix, suffix, binary, or ternary operation or "other" */ 180 | ^(ALT element+ EOA) // "other" cas [all...] |
ANTLR.g | 85 ALT; 88 EOA; // end of alt 292 * alt = ^(ALT["ALT"] {b} EOA["EOA"]) 293 * prefixWithSynpred( alt ) 294 * return ^(BLOCK["BLOCK"] {alt} EOB["<end-of-block>"]) 296 GrammarAST alt = (GrammarAST)adaptor.create(ALT, "ALT"); [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_input_api.cc | 100 bool alt = false; local 101 if (args->GetBoolean(kAlt, &alt)) 102 flags |= alt ? ui::EF_ALT_DOWN : 0;
|
/external/grub/netboot/ |
misc.c | 96 int alt = 0; local 101 alt = 1; 129 if (alt)
|
/external/chromium_org/ash/test/ |
ui_controls_factory_ash.cc | 74 bool alt, 77 window, key, control, shift, alt, command, base::Closure()); 85 bool alt, 92 window, key, control, shift, alt, command, closure);
|
/external/chromium_org/third_party/icu/source/i18n/ |
astro.h | 224 * @param alt The altitude, measured in radians above the horizon. 228 Horizon(double alt=0, double azim=0) 229 : altitude(alt), azimuth(azim) { } 233 * @param alt The altitude, measured in radians above the horizon. 237 void set(double alt, double azim) { 238 altitude = alt;
|
/external/icu4c/i18n/ |
astro.h | 224 * @param alt The altitude, measured in radians above the horizon. 228 Horizon(double alt=0, double azim=0) 229 : altitude(alt), azimuth(azim) { } 233 * @param alt The altitude, measured in radians above the horizon. 237 void set(double alt, double azim) { 238 altitude = alt;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ |
LeftRecursiveRules.stg | 79 recRuleAlt(alt, pred) ::= "{<pred>}?=> <alt>"
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
en.stg | 204 "with rewrite=true, alt <arg> not simple node or obvious tree element; text attribute for rule not guaranteed to be correct" 226 "rule <arg> alt <arg2> uses rewrite syntax and also an AST operator" 230 ALL_OPS_NEED_SAME_ASSOC(arg) ::= "all operators of alt <alt> of left-recursive rule must have same associativity" 238 <paths:{ it | alt <it.alt> via NFA path <it.states; separator=","><\n>}> 254 Input such as "<upon>" is insufficiently covered with predicates at locations: <altToLocations.keys:{alt|alt <alt>: <altToLocations.(alt):{loc| line <loc.line>:<loc.column> at <loc.text>}; separator=", ">}; separator=", "><if(hasPredic (…) [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
AST.stg | 96 @alt.declarations() ::= << 247 alt,rewriteBlockLevel, 254 <alt> 260 alt,rewriteBlockLevel, 267 <alt> 273 alt,rewriteBlockLevel, 283 <alt> 291 <a.alt> 294 <a.alt> 302 <a.alt> [all...] |
/external/chromium/chrome/browser/automation/ |
ui_controls_win.cc | 166 bool control, bool shift, bool alt, 201 if (alt) { 215 if (alt) { 332 bool alt, 335 return SendKeyPressImpl(key, control, shift, alt, NULL); 342 bool alt, 346 return SendKeyPressImpl(key, control, shift, alt, task);
|
ui_controls_linux.cc | 102 bool alt, 130 ui::SynthesizeKeyPressEvents(event_window, key, control, shift, alt, &events); 145 bool alt, 154 if (alt) 158 return SendKeyPress(window, key, control, shift, alt, command);
|
/external/chromium/chrome/browser/resources/ |
keyboard_overlay_data.js | 389 "key": "alt", 390 "label": "alt", 391 "notes": "left alt", 467 "key": "alt", 468 "label": "alt", 469 "notes": "right alt", 872 "key": "alt", 873 "label": "alt", 874 "notes": "left alt", 950 "key": "alt", [all...] |
/external/valgrind/main/exp-sgcheck/tests/ |
bad_percentify.c | 232 HChar* alt; local 236 case '&': alt = "&"; break; 237 case '<': alt = "<"; break; 238 case '>': alt = ">"; break; 239 default: alt = NULL; 242 if (alt) { 243 while (*alt) { 244 send(*alt, send_arg2); 246 alt++;
|
/external/chromium_org/ui/aura/test/ |
ui_controls_factory_aurax11.cc | 96 bool alt, 100 window, key, control, shift, alt, command, base::Closure()); 107 bool alt, 117 if (alt) 127 if (alt)
|