Searched refs:EOB (Results 1 - 25 of 25) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLRv3Tree.g115 : ^( BLOCK optionsSpec? (alternative rewrite)+ EOB )
119 : ^( BLOCK (alternative rewrite)+ EOB )
199 : ^(BLOCK rewrite_tree_alternative EOB)
H A DANTLRv3.g51 EOB;
196 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? altpair+ EOB[$rp,"EOB"] )
208 : altpair ( '|' altpair )* -> ^( {blkRoot} altpair+ EOB["EOB"] )
235 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id atom) EOA["EOA"]) EOB["EOB"]))
239 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id block) EOA["EOA"]) EOB["EOB"]))
243 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] atom EOA["EOA"]) EOB["EO
[all...]
H A DAssignTokenTypesWalker.g133 * stringAlias = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] EOA[]) EOB[])
142 adaptor.addChild( stringAlias, adaptor.create( EOB, "EOB" ) );
145 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] EOA[]) EOB[])
154 adaptor.addChild( charAlias, adaptor.create( EOB, "EOB" ) );
157 * stringAlias2 = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] ACTION[] EOA[]) EOB[])
167 adaptor.addChild( stringAlias2, adaptor.create( EOB, "EOB" ) );
170 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] ACTION[] EOA[]) EOB[])
[all...]
H A DLeftRecursiveRuleWalker.g150 EOB
158 EOB
189 : ^( ALT (^(BACKTRACK_SEMPRED .*))? recurseNoLabel ^( BLOCK ( ^( ALT op=token EOA {setTokenPrec($op.t, outerAlt);} ) )+ EOB ) recurse EOA )
H A DANTLR.g87 EOB;
294 * return ^(BLOCK["BLOCK"] {alt} EOB["<end-of-block>"])
304 adaptor.addChild(alt, adaptor.create(EOB, "<end-of-block>"));
314 * ^(BLOCK["BLOCK"] {GrammarAST.dupTreeNoActions(alt)} EOB["<end-of-block>"])
320 adaptor.addChild( block, adaptor.create( EOB, "<end-of-block>" ) );
649 -> ^({blkRoot} $ruleAltList EOB["<end-of-block>"])
653 /** Build #(BLOCK ( #(ALT ...) EOB )+ ) */
688 -> ^($block optionsSpec? ruleActions? ACTION? alternative+ EOB[$rp,"<end-of-block>"])
881 -> ^($ebnfSuffix ^({blkRoot} {alt} EOB[$elemAST.getToken(), "<end-of-block>"]))
918 -> ^(BLOCK[$LPAREN,"BLOCK"] rewrite_alternative EOB[
[all...]
H A DDefineGrammarItemsWalker.g336 EOB
490 : ^( BLOCK ^( ALT WILDCARD EOA ) EOB )
588 : ^( BLOCK rewrite_alternative EOB )
H A DTreeToNFAConverter.g302 EOB
664 EOB
683 EOB
805 EOB
821 EOB
H A DANTLRTreePrinter.g317 EOB {if ( forceParens||numAlts>1 ) out(")");}
H A DCodeGenTreeWalker.g593 EOB
859 GrammarAST eob = (GrammarAST)b.getLastChild(); // loops will use EOB DFA
1282 EOB
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
H A DANTLRv3.g52 EOB;
201 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? (alternative rewrite?)+ EOB[$rp,"EOB"] )
212 -> ^( {blkRoot} (alternative rewrite?)+ EOB["EOB"] )
243 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id atom) EOA["EOA"]) EOB["EOB"]))
247 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id block) EOA["EOA"]) EOB["EOB"]))
251 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] atom EOA["EOA"]) EOB["EO
[all...]
/external/bzip2/
H A Dcompress.c126 Int32 EOB; local
155 EOB = s->nInUse+1;
157 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0;
228 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
H A Ddecompress.c120 Int32 EOB; local
174 EOB = s->save_EOB;
351 EOB = s->nInUse+1;
377 if (nextSym == EOB) break;
621 s->save_EOB = EOB;
/external/jpeg/
H A Djcphuff.c542 entropy->EOBRUN++; /* count an EOB */
623 int EOB; local
643 * coefficients' absolute values and the EOB position.
645 EOB = 0;
657 EOB = k; /* EOB = index of last newly-nonzero coef */
672 /* Emit any required ZRLs, but not if they can be folded into EOB */
673 while (r > 15 && k <= EOB) {
688 * if k > EOB, which implies that this coefficient is not 1.
714 entropy->EOBRUN++; /* count an EOB */
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djcphuff.c542 entropy->EOBRUN++; /* count an EOB */
623 int EOB; local
643 * coefficients' absolute values and the EOB position.
645 EOB = 0;
657 EOB = k; /* EOB = index of last newly-nonzero coef */
672 /* Emit any required ZRLs, but not if they can be folded into EOB */
673 while (r > 15 && k <= EOB) {
688 * if k > EOB, which implies that this coefficient is not 1.
714 entropy->EOBRUN++; /* count an EOB */
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DDOTGenerator.java189 if ( n!=null && n.getType()!=ANTLRParser.EOB ) {
/external/libvpx/vp8/encoder/x86/
H A Dquantize_sse2.asm203 ; select the last value (in zig_zag order) for EOB
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c1470 Int32 EOB; local
1524 EOB = s->save_EOB;
1701 EOB = s->nInUse+1;
1727 if (nextSym == EOB) break;
1951 s->save_EOB = EOB;
3529 Int32 EOB; local
3558 EOB = s->nInUse+1;
3560 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0;
3631 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c1494 Int32 EOB; local
1548 EOB = s->save_EOB;
1725 EOB = s->nInUse+1;
1751 if (nextSym == EOB) break;
1975 s->save_EOB = EOB;
3553 Int32 EOB; local
3582 EOB = s->nInUse+1;
3584 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0;
3655 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c1485 Int32 EOB; local
1539 EOB = s->save_EOB;
1716 EOB = s->nInUse+1;
1742 if (nextSym == EOB) break;
1966 s->save_EOB = EOB;
3544 Int32 EOB; local
3573 EOB = s->nInUse+1;
3575 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0;
3646 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]
[all...]
H A Dvarinfo6.c1523 Int32 EOB; local
1577 EOB = s->save_EOB;
1755 EOB = s->nInUse+1;
1781 if (nextSym == EOB) break;
2005 s->save_EOB = EOB;
3581 Int32 EOB; local
3610 EOB = s->nInUse+1;
3612 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0;
3683 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]
[all...]
/external/valgrind/main/perf/
H A Dbz2.c1485 Int32 EOB; local
1539 EOB = s->save_EOB;
1716 EOB = s->nInUse+1;
1742 if (nextSym == EOB) break;
1966 s->save_EOB = EOB;
3544 Int32 EOB; local
3573 EOB = s->nInUse+1;
3575 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0;
3646 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]
[all...]
H A Dtest_input_for_tinycc.c1442 Int32 EOB; local
1496 EOB = s->save_EOB;
1673 EOB = s->nInUse+1;
1699 if (nextSym == EOB) break;
1923 s->save_EOB = EOB;
2939 Int32 EOB; local
2946 EOB = s->nInUse+1;
2948 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0;
3019 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDecisionProbe.java520 // as the EOB:
522 if ( lastAltAST.getType()!=ANTLRParser.EOB &&
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 251 milliseconds