Home
last modified time | relevance | path

Searched refs:EOT (Results 1 – 25 of 58) sorted by relevance

123

/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DDFA.as100 // must check EOT, which is like the else clause.
101 // eot[s]>=0 indicates that an EOT edge goes to another
103 if ( eot[s]>=0 ) { // EOT Transition to accept state?
104 if ( debug ) trace("EOT transition");
108 // which assumed here that the EOT edge always
110 // what about predicated edges coming from EOT
121 if ( eot[s]>=0 ) { // EOT Transition?
122 if ( debug ) trace("EOT transition");
131 // not in range and not EOF/EOT, must be invalid symbol
/external/antlr/runtime/ObjC/Framework/
DDFA.m90 // must check EOT, which is like the else clause.
91 // eot[s]>=0 indicates that an EOT edge goes to another
94 if ( debug > 2 ) NSLog(@"EOT transition");
98 // which assumed here that the EOT edge always
100 // what about predicated edges coming from EOT
112 if (eot[s] >= 0) {// EOT transition? we may still accept the input in the next state
113 if ( debug > 2 ) NSLog(@"EOT transition");
/external/antlr/runtime/Perl5/t/examples/
Dexpr.t67 my $in = << 'EOT';
73 EOT
/external/antlr/runtime/Cpp/include/
Dantlr3cyclicdfa.inl139 * must check EOT, which is like the else clause.
140 * eot[s]>=0 indicates that an EOT edge goes to another
160 /* EOT Transition?
/external/python/httplib2/script/
Drelease162 patch -p1 <<EOT heredoc
171 EOT
/external/antlr/tool/src/main/java/org/antlr/analysis/
DLabel.java71 public static final int EOT = -2; field in Label
87 public static final int MIN_ATOM_VALUE = EOT;
DNFAToDFAConverter.java236 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()
DDFAOptimizer.java233 edge.label.getAtom()==Label.EOT ) in optimizeEOTBranches()
DLL1Analyzer.java185 else if ( grammar.type==Grammar.LEXER && look.member(Label.EOT) ) { in LOOK()
DDFA.java597 if ( label.getAtom()==Label.EOT ) {
610 if ( atoms[a]==Label.EOT ) {
/external/antlr/runtime/Ruby/test/unit/
Dtest-dfa.rb9 EOT = [1, 2].freeze constant in DFASubclass
/external/autotest/site_utils/
Dsetup_dev_autotest.sh9 cat >&2 <<EOT heredoc
25 EOT
/external/python/cpython2/Lib/curses/
Dascii.py7 EOT = 0x04 # ^D variable
Dtextpad.py116 elif ch == curses.ascii.EOT: # ^d
/external/python/cpython3/Lib/curses/
Dascii.py7 EOT = 0x04 # ^D variable
Dtextpad.py116 elif ch == curses.ascii.EOT: # ^d
/external/antlr/tool/src/main/java/org/antlr/tool/
DCompositeGrammar.java131 typeToTokenList.set(Label.NUM_FAUX_LABELS+Label.EOT, "<EOT>"); in initTokenSymbolTables()
140 tokenIDToTypeMap.put("<EOT>", Utils.integer(Label.EOT)); in initTokenSymbolTables()
DInterpreter.java418 if ( t.label.getAtom()==Label.EOT ) { in predict()
/external/u-boot/common/
DxyzModem.c34 #define EOT 0x04 macro
295 case EOT: in xyzModem_get_hdr()
/external/antlr/tool/src/main/java/org/antlr/codegen/
DACyclicDFACodeGenerator.java101 if ( edge.label.getAtom()==Label.EOT ) { in walkFixedDFAGeneratingStateMachine()
DCodeGenerator.java675 if ( edge.label.getAtom()==Label.EOT ) { in generateSpecialState()
702 if ( edge.label.getAtom()!=Label.EOT ) { in generateSpecialState()
1319 if ( edge.label.getAtom()==Label.EOT ) { in canGenerateSwitch()
/external/guava/guava/src/com/google/common/base/
DAscii.java98 public static final byte EOT = 4; field in Ascii
/external/u-boot/tools/
Dkwboot.c60 #define EOT 4 /* sender end of block transfer */ macro
450 rc = kwboot_tty_send_char(tty, EOT); in kwboot_xmodem()
/external/antlr/runtime/Ruby/lib/antlr3/template/
Dgroup-file-lexer.rb912 EOT = unpack( 1, -1, 1, 11, 14, -1, 1, 11, 1, 20, 1, 11, 2, -1, 1, constant in ANTLR3.Template.GroupFile.Lexer.DFA12
/external/python/cpython3/Doc/library/
Dcurses.ascii.rst27 | :const:`EOT` | End of transmission |

123