Searched defs:EOF (Results 26 - 50 of 95) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteParser.h26 #ifdef EOF
27 #undef EOF macro
29 #define EOF -1 macro
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DScanners.py11 cython.declare(BOL=object, EOL=object, EOF=object, NOT_FOUND=object)
14 from Regexps import BOL, EOL, EOF namespace
150 if self.cur_char is None or self.cur_char is EOF:
231 cur_char = EOF
284 self.cur_char = EOF
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreePatternLexer.java31 public static final int EOF = -1; field in class:TreePatternLexer
65 while ( c != EOF ) {
121 return EOF;
123 return EOF;
129 c = EOF;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCParser.h35 #ifdef EOF
36 #undef EOF macro
38 #define EOF -1 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableParser.h26 #ifdef EOF
27 #undef EOF macro
29 #define EOF -1 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.h17 #ifdef EOF
18 #undef EOF macro
20 #define EOF -1 macro
H A DSimpleCTP.h26 #ifdef EOF
27 #undef EOF macro
29 #define EOF -1 macro
H A DSimpleCLexer.java23 public static final int EOF=-1; field in class:SimpleCLexer
H A DSimpleCParser.h35 #ifdef EOF
36 #undef EOF macro
38 #define EOF -1 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.h37 #define EOF -1 macro
H A DSimpleCTP.h25 #define EOF -1 macro
H A DSimpleCLexer.java23 public static final int EOF=-1; field in class:SimpleCLexer
H A DSimpleCParser.h33 #define EOF -1 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangParser.h26 #ifdef EOF
27 #undef EOF macro
29 #define EOF -1 macro
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarLexer.cs19 public const int EOF=-1; field in class:DebugGrammarLexer
H A DProfileGrammarLexer.cs19 public const int EOF=-1; field in class:ProfileGrammarLexer
H A DDebugTreeGrammar.cs31 public const int EOF=-1; field in class:DebugTreeGrammar
H A DProfileTreeGrammar.cs31 public const int EOF=-1; field in class:ProfileTreeGrammar
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DToken.java40 public static final int EOF = CharStream.EOF; field in interface:Token
42 public static final Token EOF_TOKEN = new CommonToken(EOF);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.h17 #ifdef EOF
18 #undef EOF macro
20 #define EOF -1 macro
H A DFuzzyLexer.h30 #define EOF -1 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
H A DFuzzyLexer.h30 #define EOF -1 macro
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtokens.py33 from antlr3.constants import EOF, DEFAULT_CHANNEL, INVALID_TOKEN_TYPE namespace
226 return '<EOF>'
288 if self.type == EOF:
289 return "<EOF>"
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSpelunker.java155 public static final int EOF = -1; field in class:GrammarSpelunker.Scanner
171 while ( c!=EOF ) {
193 while ( c!=EOF && isID_LETTER() ) { buf.append((char)c); consume(); }
199 while ( c!=EOF && isDIGIT() ) { buf.append((char)c); consume(); }
206 while ( c!=EOF && c!='\'' ) {
230 while ( c!=EOF && c!='*' ) consume();
235 while ( c!=EOF && c!='\n' ) consume();
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h79 #undef EOF macro
80 #define EOF -1 macro

Completed in 2324 milliseconds

1234