/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLRv3.g | 51 EOB; 196 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? altpair+ EOB[$rp,"EOB"] ) 208 : altpair ( '|' altpair )* -> ^( {blkRoot} altpair+ EOB["EOB"] ) 235 …fSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id atom) EOA["EOA"]) EOB["EOB"])) 239 …Suffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id block) EOA["EOA"]) EOB["EOB"])) 243 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] atom EOA["EOA"]) EOB["EOB"]) ) 250 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] treeSpec EOA["EOA"]) EOB["EOB"]) ) 369 -> ^(BLOCK[$lp,"BLOCK"] rewrite_tree_alternative EOB[$lp,"EOB"]) 379 -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] rewrite_tree_atom EOA["EOA"]) EOB["EOB"])) 382 -> ^(ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] rewrite_tree EOA["EOA"]) EOB["EOB"]))
|
D | AssignTokenTypesWalker.g | 133 * 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[]) 180 adaptor.addChild( charAlias2, adaptor.create( EOB, "EOB" ) ); 332 EOB
|
D | ANTLRv3Tree.g | 115 : ^( BLOCK optionsSpec? (alternative rewrite)+ EOB ) 119 : ^( BLOCK (alternative rewrite)+ EOB ) 199 : ^(BLOCK rewrite_tree_alternative EOB)
|
D | LeftRecursiveRuleWalker.g | 150 EOB 158 EOB 189 …rseNoLabel ^( BLOCK ( ^( ALT op=token EOA {setTokenPrec($op.t, outerAlt);} ) )+ EOB ) recurse EOA )
|
D | ANTLR.g | 87 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[$RPAREN,"<end-of-block>"])
|
D | TreeToNFAConverter.g | 302 EOB 664 EOB 683 EOB 805 EOB 821 EOB
|
D | DefineGrammarItemsWalker.g | 336 EOB 490 : ^( BLOCK ^( ALT WILDCARD EOA ) EOB ) 588 : ^( BLOCK rewrite_alternative EOB )
|
D | ANTLRTreePrinter.g | 317 EOB {if ( forceParens||numAlts>1 ) out(")");}
|
D | CodeGenTreeWalker.g | 593 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/ |
D | ANTLRv3.g | 52 EOB; 201 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? (alternative rewrite?)+ EOB[$rp,"EOB"] ) 212 -> ^( {blkRoot} (alternative rewrite?)+ EOB["EOB"] ) 243 …fSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id atom) EOA["EOA"]) EOB["EOB"])) 247 …Suffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id block) EOA["EOA"]) EOB["EOB"])) 251 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] atom EOA["EOA"]) EOB["EOB"]) ) 258 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] treeSpec EOA["EOA"]) EOB["EOB"]) ) 365 -> ^(BLOCK[$lp,"BLOCK"] rewrite_tree_alternative EOB[$lp,"EOB"]) 375 -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] rewrite_tree_atom EOA["EOA"]) EOB["EOB"])) 378 -> ^(ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] rewrite_tree EOA["EOA"]) EOB["EOB"]))
|
/external/bzip2/ |
D | compress.c | 126 Int32 EOB; in generateMTFValues() local 155 EOB = s->nInUse+1; in generateMTFValues() 157 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0; in generateMTFValues() 228 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues()
|
D | decompress.c | 120 Int32 EOB; in BZ2_decompress() local 174 EOB = s->save_EOB; in BZ2_decompress() 351 EOB = s->nInUse+1; in BZ2_decompress() 377 if (nextSym == EOB) break; in BZ2_decompress() 621 s->save_EOB = EOB; in BZ2_decompress()
|
/external/libjpeg-turbo/ |
D | jcphuff.c | 624 int EOB; in encode_mcu_AC_refine() local 646 EOB = 0; in encode_mcu_AC_refine() 658 EOB = k; /* EOB = index of last newly-nonzero coef */ in encode_mcu_AC_refine() 674 while (r > 15 && k <= EOB) { in encode_mcu_AC_refine()
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 199 /* Size of input buffer in bytes, not including room for EOB 204 /* Number of characters read into yy_ch_buf, not including EOB 1289 /* Amount of text matched not including the EOB char. */ 1313 * of the first EOB in the buffer, since yy_c_buf_p will 1315 * (since all states make transitions on EOB to the 1438 /* We matched a single character, the EOB, so 1446 /* We matched some text prior to the EOB, first 1491 /* Include room in for 2 EOB chars. */ 1547 /* yy_get_previous_state - get the state just before the EOB char was reached */ 1590 /* +2 for EOB chars. */ [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | serialize.g | 171 EOB
|
D | DOTGenerator.java | 189 if ( n!=null && n.getType()!=ANTLRParser.EOB ) { in walkRuleNFACreatingDOT()
|
/external/valgrind/memcheck/tests/ |
D | origin5-bz2.c | 1485 Int32 EOB; in BZ2_decompress() local 1539 EOB = s->save_EOB; in BZ2_decompress() 1716 EOB = s->nInUse+1; in BZ2_decompress() 1742 if (nextSym == EOB) break; in BZ2_decompress() 1966 s->save_EOB = EOB; in BZ2_decompress() 3544 Int32 EOB; in generateMTFValues() local 3573 EOB = s->nInUse+1; in generateMTFValues() 3575 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0; in generateMTFValues() 3646 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues()
|
D | varinfo6.c | 1523 Int32 EOB; in BZ2_decompress() local 1577 EOB = s->save_EOB; in BZ2_decompress() 1755 EOB = s->nInUse+1; in BZ2_decompress() 1781 if (nextSym == EOB) break; in BZ2_decompress() 2005 s->save_EOB = EOB; in BZ2_decompress() 3581 Int32 EOB; in generateMTFValues() local 3610 EOB = s->nInUse+1; in generateMTFValues() 3612 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0; in generateMTFValues() 3683 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues()
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 1494 Int32 EOB; in BZ2_decompress() local 1548 EOB = s->save_EOB; in BZ2_decompress() 1725 EOB = s->nInUse+1; in BZ2_decompress() 1751 if (nextSym == EOB) break; in BZ2_decompress() 1975 s->save_EOB = EOB; in BZ2_decompress() 3553 Int32 EOB; in generateMTFValues() local 3582 EOB = s->nInUse+1; in generateMTFValues() 3584 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0; in generateMTFValues() 3655 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues()
|
/external/valgrind/perf/ |
D | bz2.c | 1483 Int32 EOB; in BZ2_decompress() local 1537 EOB = s->save_EOB; in BZ2_decompress() 1714 EOB = s->nInUse+1; in BZ2_decompress() 1740 if (nextSym == EOB) break; in BZ2_decompress() 1964 s->save_EOB = EOB; in BZ2_decompress() 3542 Int32 EOB; in generateMTFValues() local 3571 EOB = s->nInUse+1; in generateMTFValues() 3573 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0; in generateMTFValues() 3644 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues()
|
D | test_input_for_tinycc.c | 1442 Int32 EOB; in BZ2_decompress() local 1496 EOB = s->save_EOB; in BZ2_decompress() 1673 EOB = s->nInUse+1; in BZ2_decompress() 1699 if (nextSym == EOB) break; in BZ2_decompress() 1923 s->save_EOB = EOB; in BZ2_decompress() 2939 Int32 EOB; in generateMTFValues() local 2946 EOB = s->nInUse+1; in generateMTFValues() 2948 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0; in generateMTFValues() 3019 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues()
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | DecisionProbe.java | 522 if ( lastAltAST.getType()!=ANTLRParser.EOB && in stripWildCardAlts()
|
/external/python/cpython2/Modules/zlib/ |
D | ChangeLog | 767 - Fix strm->data_type on inflate() return to correctly indicate EOB
|
/external/zlib/src/ |
D | ChangeLog | 810 - Fix strm->data_type on inflate() return to correctly indicate EOB
|
/external/python/cpython3/Modules/zlib/ |
D | ChangeLog | 810 - Fix strm->data_type on inflate() return to correctly indicate EOB
|