Searched refs:EOT (Results 1 – 25 of 57) sorted by relevance
123
100 // must check EOT, which is like the else clause.101 // eot[s]>=0 indicates that an EOT edge goes to another103 if ( eot[s]>=0 ) { // EOT Transition to accept state?104 if ( debug ) trace("EOT transition");108 // which assumed here that the EOT edge always110 // what about predicated edges coming from EOT121 if ( eot[s]>=0 ) { // EOT Transition?122 if ( debug ) trace("EOT transition");131 // not in range and not EOF/EOT, must be invalid symbol
3 ocspreqdump.py <<EOT heredoc6 EOT
3 crldump.py <<EOT heredoc14 EOT
3 crmfdump.py <<EOT heredoc13 EOT
3 x509dump.py <<EOT heredoc22 EOT
3 pkcs10dump.py <<EOT heredoc23 EOT
3 ocsprspdump.py <<EOT heredoc26 EOT
3 pkcs8dump.py <<EOT heredoc25 EOT
3 pkcs1dump.py <<EOT heredoc25 EOT
3 pkcs7dump.py <<EOT heredoc62 EOT
3 cmpdump.py <<EOT heredoc93 EOT
90 // must check EOT, which is like the else clause.91 // eot[s]>=0 indicates that an EOT edge goes to another94 if ( debug > 2 ) NSLog(@"EOT transition");98 // which assumed here that the EOT edge always100 // what about predicated edges coming from EOT112 if (eot[s] >= 0) {// EOT transition? we may still accept the input in the next state113 if ( debug > 2 ) NSLog(@"EOT transition");
67 my $in = << 'EOT';73 EOT
71 public static final int EOT = -2; field in Label87 public static final int MIN_ATOM_VALUE = EOT;
236 Label EOTLabel = new Label(Label.EOT); in findNewDFAStatesAndAddDFATransitions()423 if ( label.getAtom()==Label.EOT ) { in addTransition()425 oldTransition.label = new Label(Label.EOT); in addTransition()429 if ( oldTransition.label.getAtom()!=Label.EOT ) { in addTransition()879 if ( c.context.parent!=null && edgeLabel.label==Label.EOT ) { in reach()916 Label eot = new Label(Label.EOT); in convertToEOTAcceptState()
233 edge.label.getAtom()==Label.EOT ) in optimizeEOTBranches()
185 else if ( grammar.type==Grammar.LEXER && look.member(Label.EOT) ) { in LOOK()
597 if ( label.getAtom()==Label.EOT ) {610 if ( atoms[a]==Label.EOT ) {
9 EOT = [1, 2].freeze constant in DFASubclass
124 typeToTokenList.set(Label.NUM_FAUX_LABELS+Label.EOT, "<EOT>"); in initTokenSymbolTables()133 tokenIDToTypeMap.put("<EOT>", Utils.integer(Label.EOT)); in initTokenSymbolTables()
416 if ( t.label.getAtom()==Label.EOT ) { in predict()
101 if ( edge.label.getAtom()==Label.EOT ) { in walkFixedDFAGeneratingStateMachine()
680 if ( edge.label.getAtom()==Label.EOT ) { in generateSpecialState()707 if ( edge.label.getAtom()!=Label.EOT ) { in generateSpecialState()1289 if ( edge.label.getAtom()==Label.EOT ) { in canGenerateSwitch()
98 public static final byte EOT = 4; field in Ascii
912 EOT = unpack( 1, -1, 1, 11, 14, -1, 1, 11, 1, 20, 1, 11, 2, -1, 1, constant in ANTLR3.Template.GroupFile.Lexer.DFA12