Searched defs:EndOfFile (Results 1 - 10 of 10) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DCharStreamConstants.cs36 public const int EndOfFile = -1; field in class:Antlr.Runtime.CharStreamConstants
H A DTokenConstants.cs55 public const int EndOfFile = (int)CharStreamConstants.EndOfFile; field in class:Antlr.Runtime.TokenTypes
67 public static readonly IToken EndOfFile = Tokens<CommonToken>.EndOfFile; field in class:Antlr.Runtime.Tokens
82 public static readonly T EndOfFile = new T() field in class:Antlr.Runtime.T
84 Type = TokenTypes.EndOfFile
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DCharStreamConstants.cs38 public const int EndOfFile = -1; field in class:Antlr.Runtime.CharStreamConstants
H A DTokenTypes.cs37 public const int EndOfFile = CharStreamConstants.EndOfFile; field in class:Antlr.Runtime.TokenTypes
/external/webrtc/webrtc/modules/audio_coding/test/
H A DPCMFile.h46 bool EndOfFile() const { function in class:webrtc::PCMFile
60 // been read. When that has happened, EndOfFile() will return true. Calling
H A DRTPFile.cc117 bool RTPBuffer::EndOfFile() const { function in class:webrtc::RTPBuffer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DLookaheadStream.cs67 public T EndOfFile property in class:Antlr.Runtime.Misc.LookaheadStream
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DLookaheadStream.cs64 public T EndOfFile { property in class:Antlr.Runtime.Misc.LookaheadStream
/external/clang/lib/Lex/
H A DModuleMap.cpp960 EndOfFile, enumerator in enum:clang::MMToken::TokenKind
990 Kind = EndOfFile;
1139 Tok.Kind = MMToken::EndOfFile;
1213 case MMToken::EndOfFile:
1466 case MMToken::EndOfFile:
2259 case MMToken::EndOfFile:
2401 case MMToken::EndOfFile:
/external/libchrome/sandbox/win/src/
H A Dnt_internals.h201 LARGE_INTEGER EndOfFile; member in struct:_FILE_NETWORK_OPEN_INFORMATION

Completed in 202 milliseconds