Home
last modified time | relevance | path

Searched defs:alt (Results 1 – 25 of 109) sorted by relevance

12345

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DLeftRecursiveRuleAnalyzer.java61 public void setTokenPrec(GrammarAST t, int alt) { in setTokenPrec()
86 public void binaryAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) { in binaryAlt()
113 public void ternaryAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) { in ternaryAlt()
138 public void prefixAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) { in prefixAlt()
164 public void suffixAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) { in suffixAlt()
180 public void otherAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) { in otherAlt()
310 public int precedence(int alt) { in precedence()
314 public int nextPrecedence(int alt) { in nextPrecedence()
DRecursionOverflowMessage.java43 public int alt; field in RecursionOverflowMessage
49 int alt, in RecursionOverflowMessage()
DGrammarSerializerFoo.java122 public void alt(GrammarAST alt) { in alt() method in GrammarSerializerFoo
DDOTGenerator.java191 NFAState alt = (NFAState)s; in walkRuleNFACreatingDOT() local
336 int alt = altI.intValue(); in getStateLabel() local
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_timer.c183 struct sctp_nets *alt, *mnet, *min_errors_net = NULL , *max_cwnd_net = NULL; in sctp_find_alternate_net() local
462 struct sctp_nets *alt,
804 struct sctp_nets *alt; local
1016 struct sctp_nets *alt; local
1039 struct sctp_nets *alt; local
1102 struct sctp_nets *alt; local
1163 struct sctp_nets *alt; local
1278 struct sctp_nets *alt; local
1301 struct sctp_nets *alt; local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DLL1DFA.java97 int alt = alts.get(0); in LL1DFA() local
106 int alt = (int)alts.get(i); in LL1DFA() local
153 int alt) in getSynPredForAlt()
DNFAConfiguration.java43 public int alt; field in NFAConfiguration
90 int alt, in NFAConfiguration()
DNFAToDFAConverter.java140 NFAState alt = dfa.decisionNFAStartState; in computeStartState() local
592 int alt, in closure()
709 alt, in closure() local
756 alt, in closure() local
765 alt, in closure() local
970 int alt = d.getUniquelyPredictedAlt(); in addDFAStateToWorkList() local
985 protected DFAState convertToAcceptState(DFAState d, int alt) { in convertToAcceptState()
1316 int alt = altI.intValue(); in getMinAlt() local
1711 int alt = i+1; in initContextTrees() local
DDFAState.java260 int alt, in addNFAConfiguration()
429 int alt = NFA.INVALID_ALT_NUMBER; in getUniquelyPredictedAlt() local
455 int alt = NFA.INVALID_ALT_NUMBER; in getUniqueAlt() local
555 int alt=0; in getConflictingAlts() local
/external/chromium_org/third_party/polymer/components-chromium/core-icon/
Dcore-icon-extracted.js40 alt: null, property
44 'alt': 'updateAlt' property
/external/chromium_org/chrome/test/base/
Dinteractive_test_utils.cc37 bool alt, in SendKeyPressSync()
49 bool alt, in SendKeyPressToWindowSync()
78 bool alt, in SendKeyPressAndWait()
Dinteractive_test_utils.h108 bool alt, in SendKeyPressAndWaitWithDetails()
/external/chromium_org/ui/base/test/
Dui_controls_win.cc23 bool alt, in SendKeyPress()
35 bool alt, in SendKeyPressNotifyWhenDone()
Dui_controls_aura.cc24 bool alt, in SendKeyPress()
36 bool alt, in SendKeyPressNotifyWhenDone()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DSerializedGrammar.java68 List alt = alts[i]; in toString() local
138 List alt = readAlt(in); in readBlock() local
146 List alt = new ArrayList(); in readAlt() local
/external/chromium_org/third_party/WebKit/Source/core/loader/
DNavigationPolicy.cpp38 bool navigationPolicyFromMouseEvent(unsigned short button, bool ctrl, bool shift, bool alt, bool me… in navigationPolicyFromMouseEvent()
/external/chromium_org/ui/aura/test/
Dui_controls_factory_aurawin.cc37 bool alt, in SendKeyPress()
49 bool alt, in SendKeyPressNotifyWhenDone()
Dui_controls_factory_aurax11.cc57 bool alt, in SendKeyPress()
67 bool alt, in SendKeyPressNotifyWhenDone()
Dui_controls_factory_ozone.cc26 bool alt, in SendKeyPress()
36 bool alt, in SendKeyPressNotifyWhenDone()
/external/libedit/src/
Dmap.c982 el_action_t *alt = el->el_map.alt; in map_init_meta() local
1022 el_action_t *alt = el->el_map.alt; in map_init_vi() local
1053 el_action_t *alt = el->el_map.alt; in map_init_emacs() local
/external/chromium_org/third_party/icu/source/i18n/
Dastro.h229 : altitude(alt), azimuth(azim) { } in altitude() argument
237 void set(double alt, double azim) { in set()
/external/icu/icu4c/source/i18n/
Dastro.h229 : altitude(alt), azimuth(azim) { } in altitude() argument
237 void set(double alt, double azim) { in set()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dmathjax.js262 this.postMsg('TexToMml', callback, {alt: altText, id: newId}); property
275 this.postMsg('AsciiMathToMml', callback, {alt: altText, id: newId}); property
/external/chromium_org/ash/test/
Dui_controls_factory_ash.cc65 bool alt, in SendKeyPress()
76 bool alt, in SendKeyPressNotifyWhenDone()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXImageMapLink.cpp107 const AtomicString& alt = getAttribute(altAttr); in accessibilityDescription() local

12345