Home
last modified time | relevance | path

Searched refs:IsEndOfFile (Results 1 – 13 of 13) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DLookaheadStream.cs87 public abstract bool IsEndOfFile(T o); in IsEndOfFile() method in Antlr.Runtime.Misc.LookaheadStream
124 if (IsEndOfFile(o)) in Fill()
/external/libgav1/libgav1/tests/fuzzer/
Ddecoder_fuzzer_frame_parallel.cc92 if (input_buffer == nullptr && !file_reader->IsEndOfFile()) { in LLVMFuzzerTestOneInput()
131 } while (input_buffer != nullptr || !file_reader->IsEndOfFile() || in LLVMFuzzerTestOneInput()
Ddecoder_fuzzer.cc84 } while (!file_reader->IsEndOfFile()); in LLVMFuzzerTestOneInput()
Dobu_parser_fuzzer.cc86 } while (!file_reader->IsEndOfFile()); in LLVMFuzzerTestOneInput()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DLookaheadStream.cs108 public abstract bool IsEndOfFile(T o); in IsEndOfFile() method in Antlr.Runtime.Misc.LookaheadStream
155 if ( IsEndOfFile(o) ) in Fill()
/external/libgav1/libgav1/examples/
Dfile_reader_interface.h51 /*LIBGAV1_MUST_USE_RESULT*/ virtual bool IsEndOfFile() const = 0;
Dfile_reader.h67 /*LIBGAV1_MUST_USE_RESULT*/ bool IsEndOfFile() const override { in IsEndOfFile() function
Dfile_reader.cc100 if (IsEndOfFile()) { in ReadTemporalUnit()
Dgav1_decode.cc321 if (input_buffer == nullptr && !file_reader->IsEndOfFile() && in main()
427 (!file_reader->IsEndOfFile() && !limit_reached) || in main()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DUnbufferedTokenStream.cs84 public override bool IsEndOfFile(IToken o) { in IsEndOfFile() method in Antlr.Runtime.UnbufferedTokenStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DUnbufferedTokenStream.cs147 public override bool IsEndOfFile(IToken o) in IsEndOfFile() method in Antlr.Runtime.UnbufferedTokenStream
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonTreeNodeStream.cs160 public override bool IsEndOfFile(object o) { in IsEndOfFile() method in Antlr.Runtime.Tree.CommonTreeNodeStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DCommonTreeNodeStream.cs205 public override bool IsEndOfFile(object o) in IsEndOfFile() method in Antlr.Runtime.Tree.CommonTreeNodeStream