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

1 2

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
UnbufferedTokenStream.java 67 public boolean isEOF(Token o) { return o.getType() == Token.EOF; }
  /external/pdfium/fxjs/xfa/
cjx_source.cpp 24 {"isEOF", isEOF_static},
85 CJS_Return CJX_Source::isEOF(CJS_V8* runtime,
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
LookaheadStream.java 72 public abstract boolean isEOF(T o);
108 if ( isEOF(o) ) eof = o;
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 43 bool isEOF() { return CurPtr == End; }
129 if (Lex.isEOF())
  /external/sl4a/Utils/src/com/trilead/ssh2/
StreamGobbler.java 64 isEOF = true;
106 private boolean isEOF = false;
154 if (isEOF) {
193 isEOF = true;
223 if (isEOF) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTreeNodeStream.java 100 public boolean isEOF(Object o) { return adaptor.getType(o) == Token.EOF; }
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.cpp 42 bool isEOF() const { return Ptr == End; }
97 while (!isNewlineChar(C.peek()) && !C.isEOF())
118 while (!C.isEOF()) {
143 if (C.isEOF() || isNewlineChar(C.peek())) {
546 if (C.isEOF() || isNewlineChar(C.peek())) {
564 if (C.isEOF()) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 110 bool isEOF() { return LastError == instrprof_error::eof; }
113 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 110 bool isEOF() { return LastError == instrprof_error::eof; }
113 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 110 bool isEOF() { return LastError == instrprof_error::eof; }
113 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
InstrProfReader.h 111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
InstrProfReader.h 111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
InstrProfReader.h 111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
InstrProfReader.h 111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 110 bool isEOF() { return LastError == instrprof_error::eof; }
113 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 110 bool isEOF() { return LastError == instrprof_error::eof; }
113 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 110 bool isEOF() { return LastError == instrprof_error::eof; }
113 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
InstrProfReader.h 111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
InstrProfReader.h 111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
InstrProfReader.h 111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
InstrProfReader.h 111 bool isEOF() { return LastError == instrprof_error::eof; }
114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 96 bool isEOF() { return LastError == instrprof_error::eof; }
98 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py     [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 

Completed in 484 milliseconds

1 2