HomeSort by relevance Sort by last modified time
    Searched defs:alt (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RecursionOverflowMessage.java 43 public int alt; field in class:RecursionOverflowMessage
49 int alt,
56 this.alt = alt;
72 st.add("alt", alt);
GrammarSerializerFoo.java 42 * alt ::= A<elems>;
122 public void alt(GrammarAST alt) { method in class:GrammarSerializerFoo
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...]
Interpreter.java 235 // decision point, must predict and jump to alt
264 System.out.println("predicted alt "+predictedAlt+", parseAlt "+
268 NFAState alt; local
271 alt = s.nfa.grammar.nfa.getState( s.endOfBlockStateNumber );
274 alt = s.nfa.grammar.getNFAStateForAltOfDecision(s, parseAlt);
276 s = (NFAState)alt.transition[0].target;
431 // woohoo! We know which alt to predict
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAConfiguration.java 32 /** An NFA state, predicted alt, and syntactic/semantic context.
42 /** What alt is predicted by this configuration */
43 public int alt; field in class:NFAConfiguration
63 * other configuration associated with alt 3).
90 int alt,
95 this.alt = alt;
103 * the state|alt|ctx could be the same and have two different
113 this.alt==other.alt &
    [all...]
LL1DFA.java 42 /** From list of lookahead sets (one per alt in decision), create
60 for (int alt=1; alt<altLook.length; alt++) {
63 setAcceptState(alt, acceptAltState);
65 acceptAltState.cachedUniquelyPredicatedAlt = alt;
66 Label e = getLabelForSet(altLook[alt].tokenTypeSet);
97 int alt = alts.get(0); local
98 setAcceptState(alt, s);
99 s.cachedUniquelyPredicatedAlt = alt;
106 int alt = (int)alts.get(i); local
    [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/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/chromium_org/chrome/common/extensions/
command.cc 156 bool alt = (modifiers & ui::EF_ALT_DOWN) != 0; local
159 // We support Ctrl+foo, Alt+foo, Ctrl+Shift+foo, Alt+Shift+foo, but not
160 // Ctrl+Alt+foo and not Shift+foo either. For a more detailed reason why we
161 // don't support Ctrl+Alt+foo see this article:
165 if (key == ui::VKEY_UNKNOWN || (ctrl && alt) || (command && alt) ||
166 (shift && !ctrl && !alt && !command)) {
250 // Ctrl and Alt are mutually exclusive.
  /external/grub/netboot/
misc.c 96 int alt = 0; local
101 alt = 1;
129 if (alt)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
printf.h 42 unsigned int alt:1; /* # flag. */ member in struct:printf_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 42 unsigned int alt:1; /* # flag. */ member in struct:printf_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 42 unsigned int alt:1; /* # flag. */ member in struct:printf_info
  /external/chromium_org/remoting/host/win/
rdp_client_window.cc 161 VLOG(3) << "Injecting Ctrl+Alt+End to emulate SAS.";
176 UINT alt = MapVirtualKey(VK_MENU, MAPVK_VK_TO_VSC); local
186 // Press 'Alt'.
191 MAKELPARAM(1, alt | KF_ALTDOWN));
199 // Release 'Alt'.
203 SendMessage(input_window, WM_KEYUP, VK_MENU, MAKELPARAM(1, alt | up));
310 // Enable the Ctrl+Alt+Del screen.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp 131 // lets figure out the alt text.. magic stuff
134 String alt = getAttribute(altAttr); local
136 if (alt.isNull())
137 alt = getAttribute(titleAttr);
138 return alt;
170 // image height and width for the alt text instead.
280 const AtomicString& HTMLImageElement::alt() const function in class:WebCore::HTMLImageElement
  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 577 SkRect alt; local
578 if (path.isRect(&alt) && !path.isInverseFillType()) {
579 return this->clipDevRect(alt, op, doAA);
  /external/libppp/src/
datalink.h 95 char *alt; /* Alternate (after fail) phone from the list */ member in struct:datalink::__anon22808
  /external/skia/src/core/
SkClipStack.cpp 577 SkRect alt; local
578 if (path.isRect(&alt) && !path.isInverseFillType()) {
579 return this->clipDevRect(alt, op, doAA);
  /external/valgrind/main/coregrind/
m_debuglog.c 543 HChar* alt; local
547 case '&': alt = "&amp;"; break;
548 case '<': alt = "&lt;"; break;
549 case '>': alt = "&gt;"; break;
550 default: alt = NULL;
553 if (alt) {
554 while (*alt) {
555 send(*alt, send_arg2);
557 alt++;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 83 def alt(c): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 83 def alt(c): function
  /art/compiler/dex/quick/arm/
utility_arm.cc 99 uint32_t alt; local
106 alt = val >> count;
107 if (alt != 0) {
109 val = alt;
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 84 u4 alt; local
91 alt = val >> count;
92 if (alt != 0) {
94 val = alt;
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeNodeStream.java 339 Tree alt = nodes[5]; local
349 block.addChild(alt);
350 alt.addChild(s);

Completed in 730 milliseconds

1 2 3 4