HomeSort by relevance Sort by last modified time
    Searched defs:EOF (Results 1 - 25 of 338) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.h 20 #define EOF -1
CombinedParser.h 17 #define EOF -1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.h 18 #define EOF -1
TestLexerLexer.h 17 #ifdef EOF
18 #undef EOF
20 #define EOF -1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
TestLexer.h 18 #define EOF -1
TestLexerLexer.h 18 #define EOF -1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.h 17 #ifdef EOF
18 #undef EOF
20 #define EOF -1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteLexer.h 19 #define EOF -1
TreeRewriteParser.h 15 #define EOF -1
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CharStream.pm 9 Readonly my $EOF => -1;
10 sub EOF { return $EOF }
Token.pm 37 sub EOF { ANTLR::Runtime::CharStream->EOF }
39 #Readonly my $EOF_TOKEN => ANTLR::Runtime::CommonToken->new({ type => EOF });
42 state $EOF_TOKEN = ANTLR::Runtime::CommonToken->new({ type => EOF });
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdio.h 59 #define EOF (-1)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h 17 #ifdef EOF
18 #undef EOF
20 #define EOF -1
TParser.h 26 #ifdef EOF
27 #undef EOF
29 #define EOF -1
  /external/syslinux/dos/
stdio.h 19 #define EOF (-1)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.h 17 #ifdef EOF
18 #undef EOF
20 #define EOF -1
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
constants.py 33 EOF = -1
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
EOF.java 8 public final class EOF extends Token
10 public EOF()
15 public EOF(int line, int pos)
25 return new EOF(getLine(), getPos());
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
CharStream.java 32 public static final int EOF = -1;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.h 17 #ifdef EOF
18 #undef EOF
20 #define EOF -1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.h 32 #define EOF -1
  /libcore/ojluni/src/main/java/sun/nio/ch/
IOStatus.java 36 @Native public static final int EOF = -1; // End of file
81 return ((n > EOF) || (n < UNSUPPORTED_CASE));
  /bionic/libc/include/
stdio.h 93 #define EOF (-1)
  /cts/tools/dasm/src/java_cup/
terminal.java 103 public static final terminal EOF = new terminal("EOF");
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternLexer.cs 37 public const int EOF = -1;
71 while (c != EOF) {
125 return EOF;
127 return EOF;
133 c = EOF;

Completed in 357 milliseconds

1 2 3 4 5 6 7 8 91011>>