Searched refs:alt (Results 76 - 100 of 234) sorted by relevance

12345678910

/external/valgrind/main/coregrind/
H A Dm_debuglog.c619 const HChar* alt; local
623 case '&': alt = "&"; break;
624 case '<': alt = "&lt;"; break;
625 case '>': alt = "&gt;"; break;
626 default: alt = NULL;
629 if (alt) {
630 while (*alt) {
631 send(*alt, send_arg2);
633 alt++;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDecisionProbe.java98 /** Track the predicates for each alt per DFA state;
99 * more than one DFA state might have syntactically ambig alt prediction.
100 * Maps DFA state to another map, mapping alt number to a
108 * whole alt uncovered. This maps DFA state to the set of alts
121 /** If decision with > 1 alt has recursion in > 1 alt, it's (likely) nonregular
225 /** Found recursion in > 1 alt */
282 * that for this DFA state, that alt is disabled. There may be other
283 * accept states for that alt that make an alt reachabl
359 getNFAPathStatesForAlt(int firstAlt, int alt, List labels) argument
390 getSemanticContextForAlt(DFAState d, int alt) argument
900 getTokenNameForTokensRuleAlt(int alt) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSerializerFoo.java42 * alt ::= A<elems>;
122 public void alt(GrammarAST alt) { argument
H A DInterpreter.java235 // decision point, must predict and jump to alt
264 System.out.println("predicted alt "+predictedAlt+", parseAlt "+
268 NFAState alt;
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/chromium_org/chrome/browser/extensions/
H A Dextension_commands_global_registry_apitest.cc36 // |alt| indicates whether the key is struck with corresponding modifier.
40 bool alt) {
59 if (alt)
37 SendNativeKeyEventToXDisplay(ui::KeyboardCode key, bool control, bool shift, bool alt) argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dmathjax.js258 var altText = tex['alt'] || tex['title'];
262 this.postMsg('TexToMml', callback, {alt: altText, id: newId});
271 var altText = asciiMathNode['alt'] || asciiMathNode['title'];
275 this.postMsg('AsciiMathToMml', callback, {alt: altText, id: newId});
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvpxenc.sh177 --auto-alt-ref=1 \
314 --auto-alt-ref=1
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRDebugEventListener.h36 * which alt is predicted. This is fired AFTER init actions have been
42 * know which alt you are entering. This is 1..n for n alts.
44 - (void) enterAlt:(NSInteger)alt;
127 * If no viable alt occurs it is within an enter/exit decision, which
147 * The sequence for this rule (with no viable alt in the subrule) for
H A DANTLRDebugEventProxy.h75 - (void) enterAlt:(NSInteger)alt;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRDebugEventListener.h36 * which alt is predicted. This is fired AFTER init actions have been
42 * know which alt you are entering. This is 1..n for n alts.
44 - (void) enterAlt:(NSInteger)alt;
127 * If no viable alt occurs it is within an enter/exit decision, which
147 * The sequence for this rule (with no viable alt in the subrule) for
H A DANTLRDebugEventProxy.h75 - (void) enterAlt:(NSInteger)alt;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRDebugEventListener.h36 * which alt is predicted. This is fired AFTER init actions have been
42 * know which alt you are entering. This is 1..n for n alts.
44 - (void) enterAlt:(NSInteger)alt;
127 * If no viable alt occurs it is within an enter/exit decision, which
147 * The sequence for this rule (with no viable alt in the subrule) for
H A DANTLRDebugEventProxy.h75 - (void) enterAlt:(NSInteger)alt;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRDebugEventListener.h36 * which alt is predicted. This is fired AFTER init actions have been
42 * know which alt you are entering. This is 1..n for n alts.
44 - (void) enterAlt:(NSInteger)alt;
127 * If no viable alt occurs it is within an enter/exit decision, which
147 * The sequence for this rule (with no viable alt in the subrule) for
H A DANTLRDebugEventProxy.h75 - (void) enterAlt:(NSInteger)alt;
/external/chromium_org/third_party/skia/experimental/benchtools/
H A Drebase.py132 alt, _, _ = extra_dic[key]
133 avg = (exp + alt) / 2
135 new_lb = min(exp, alt) - (exp - lb)
136 new_ub = max(exp, alt) + (ub - exp)
/external/compiler-rt/test/BlocksRuntime/
H A Dmakefile46 ALTUSRLOCALLIBSYSTEM ?= $(RootsDirectory)/alt-usr-local-lib-system/
/external/chromium_org/ui/base/test/
H A Dui_controls_internal_win.cc173 bool alt,
217 if (alt) {
231 if (alt) {
169 SendKeyPressImpl(HWND window, ui::KeyboardCode key, bool control, bool shift, bool alt, const base::Closure& task) argument
/external/smack/src/org/jivesoftware/smackx/
H A DXHTMLText.java217 * @param alt the text to show if you don't show the picture
222 public void appendImageTag(String align, String alt, String height, String src, String width) { argument
229 if (alt != null) {
230 sb.append(" alt=\"");
231 sb.append(alt);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
H A DCPP.stg564 decision_type alt<decisionNumber>=<maxAlt>;
570 switch (alt<decisionNumber>) {
579 decision_type alt<decisionNumber>=<maxAlt>;
584 switch (alt<decisionNumber>) {
613 decision_type alt<decisionNumber>=<maxAlt>;
617 switch (alt<decisionNumber>) {
640 decision_type alt<decisionNumber>=<maxAlt>;
644 switch (alt<decisionNumber>) {
675 alt(elements,altNum,description,autoAST,outerAlt) ::= <<
676 // alt <fileNam
[all...]
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.css971 tr.alt-color {
990 table.download tr.alt-color {
1023 /* 240px alt */
1024 .g-tpl-240-alt .g-unit,
1025 .g-unit .g-tpl-240-alt .g-unit,
1026 .g-unit .g-unit .g-tpl-240-alt .g-unit {
1032 .g-unit .g-unit .g-tpl-240-alt .g-first,
1033 .g-unit .g-tpl-240-alt .g-first,
1034 .g-tpl-240-alt .g-first {
1058 /* 180px alt */
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp1170 Alternation * alt = new Alternation();
1188 alt->append(n,w);
1200 alt->append(n,w);
1201 node = alt;
1205 delete alt;
1445 Alternation alt; local
1446 alt.append(new Literal("aaa_10%"),10);
1447 alt.append(new Literal("bbb_0%"),0);
1448 alt.append(new Literal("ccc_10%"),10);
1449 alt
1692 Alternation * alt = new Alternation(); local
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DJava.stg548 int alt<decisionNumber>=<maxAlt>;
554 switch (alt<decisionNumber>) {
563 int alt<decisionNumber>=<maxAlt>;
568 switch (alt<decisionNumber>) {
598 int alt<decisionNumber>=<maxAlt>;
602 switch (alt<decisionNumber>) {
626 int alt<decisionNumber>=<maxAlt>;
630 switch (alt<decisionNumber>) {
652 altSwitchCase(altNum,alt) ::= <<
655 <alt>
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
H A DScala.stg527 var alt<decisionNumber> = <maxAlt>
533 alt<decisionNumber> match {
543 var alt<decisionNumber> = <maxAlt>
548 alt<decisionNumber> match {
579 var alt<decisionNumber>:Int = <maxAlt>
583 alt<decisionNumber> match {
608 var alt<decisionNumber>:Int = <maxAlt>
612 alt<decisionNumber> match {
633 altSwitchCase(altNum, alt) ::= <<
636 <alt>
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3debugeventlistener.h103 * which alt is predicted. This is fired AFTER init actions have been
109 * know which alt you are entering. This is 1..n for n alts.
111 void (*enterAlt) (pANTLR3_DEBUG_EVENT_LISTENER delboy, int alt);
195 * If no viable alt occurs it is within an enter/exit decision, which
215 * The sequence for this rule (with no viable alt in the subrule) for

Completed in 9349 milliseconds

12345678910