Searched defs:EOF (Results 1 - 25 of 95) sorted by path

1234

/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/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreePatternLexer.cs37 public const int EOF = -1; field in class:Antlr.Runtime.Tree.TreePatternLexer
71 while (c != EOF) {
125 return EOF;
127 return EOF;
133 c = EOF;
/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 DDebugGrammarParser.cs28 public const int EOF=-1; field in class:DebugGrammarParser
H A DDebugTreeGrammar.cs31 public const int EOF=-1; field in class:DebugTreeGrammar
H A DProfileGrammarLexer.cs19 public const int EOF=-1; field in class:ProfileGrammarLexer
H A DProfileGrammarParser.cs28 public const int EOF=-1; field in class:ProfileGrammarParser
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 DCharStream.java32 public static final int EOF = -1; field in interface:CharStream
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/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 DSimpleCLexer.h17 #ifdef EOF
18 #undef EOF macro
20 #define EOF -1 macro
H A DSimpleCParser.h35 #ifdef EOF
36 #undef EOF macro
38 #define EOF -1 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedLexer.h20 #define EOF -1 macro
H A DCombinedParser.h17 #define EOF -1 macro
/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/ObjC/Framework/examples/hoistedPredicates/
H A DTLexer.h17 #ifdef EOF
18 #undef EOF macro
20 #define EOF -1 macro
H A DTParser.h26 #ifdef EOF
27 #undef EOF macro
29 #define EOF -1 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A DTestLexer.h18 #define EOF -1 macro
H A DTestLexerLexer.h17 #ifdef EOF
18 #undef EOF macro
20 #define EOF -1 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
H A DTestLexer.h18 #define EOF -1 macro
H A DTestLexerLexer.h18 #define EOF -1 macro

Completed in 1212 milliseconds

1234