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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DLexicon.py15 Str, Any, AnyBut, AnyChar, Rep, Rep1, Opt, Bol, Eol, Eof, \
88 (Eof, Method('eof_action'))
97 (Eof, 'EOF')
106 (Eof, 'EOF')
115 (Eof, 'EOF')
124 (Eof, 'EOF')
127 (Eof, Method('eof_action'))
16 TEXT, IGNORE, State, Lexicon namespace
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A D__init__.py19 Bol, Eol, Eof, Empty
36 from Regexps import Opt, Rep, Bol, Eol, Eof, Case, NoCase namespace
H A DRegexps.py549 Eof = Char(EOF) variable
550 Eof.__doc__ = \
552 Eof is an RE which matches the end of the file.
554 Eof.str = "Eof"
/external/lzma/CPP/Common/
H A DStdInStream.cpp94 bool CStdInStream::Eof() function in class:CStdInStream
102 if (c == EOF && !Eof())
/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp217 Token Eof; local
218 Eof.startToken();
219 Eof.setKind(tok::eof);
220 Eof.setLocation(Tok.getLocation());
221 Toks.push_back(Eof);
H A DParseDecl.cpp178 Token Eof; local
179 Eof.startToken();
180 Eof.setLocation(Tok.getLocation());
181 LA->Toks.push_back(Eof);
/external/llvm/lib/TableGen/
H A DTGLexer.h32 Eof, Error, enumerator in enum:llvm::tgtok::TokKind
/external/chromium_org/testing/gtest/scripts/
H A Dpump.py114 if self == Eof():
132 def Eof(): function
142 self.start = Eof()
146 self.end = Eof()
211 if end == Eof():
314 yield MakeToken(lines, pos, Eof(), 'code')
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h26 Eof, Error, enumerator in enum:llvm::AsmToken::TokenKind
/external/llvm/lib/AsmParser/
H A DLLToken.h21 Eof, Error, enumerator in enum:llvm::lltok::Kind

Completed in 661 milliseconds