Home
last modified time | relevance | path

Searched refs:Eof (Results 1 – 25 of 53) sorted by relevance

123

/third_party/skia/third_party/externals/freetype/src/lzw/
Dftzopen.c254 goto Eof; \
286 goto Eof; in ft_lzwstate_io()
293 goto Eof; in ft_lzwstate_io()
306 goto Eof; in ft_lzwstate_io()
329 goto Eof; in ft_lzwstate_io()
355 goto Eof; in ft_lzwstate_io()
364 goto Eof; in ft_lzwstate_io()
396 goto Eof; in ft_lzwstate_io()
423 Eof: in ft_lzwstate_io()
/third_party/cef/libcef/browser/
Dstream_impl.h25 int Eof() override;
67 int Eof() override;
128 int Eof() override { return handler_->Eof(); } in Eof() function
Dzip_reader_impl.h35 bool Eof() override;
Dstream_impl.cc103 int CefFileReader::Eof() { in Eof() function in CefFileReader
193 int CefBytesReader::Eof() { in Eof() function in CefBytesReader
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFModuleDefinition.cpp35 Eof, enumerator
95 return Token(Eof); in lex()
99 return Token(Eof); in lex()
155 } while (Tok.K != Eof); in parse()
188 case Eof: in parseOne()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h30 Eof, enumerator
185 bool isNewlineOrEOF() const { return Kind == Newline || Kind == Eof; } in isNewlineOrEOF()
187 bool isErrorOrEOF() const { return Kind == Error || Kind == Eof; } in isErrorOrEOF()
/third_party/rust/crates/nom/src/bits/
Dcomplete.rs50 ErrorKind::Eof, in take()
157 code: ErrorKind::Eof in test_take_eof()
193 code: ErrorKind::Eof in test_bool_eof()
/third_party/lzma/CPP/7zip/UI/Console/
DUserInputUtils.cpp40 if (scannedString.IsEmpty() && g_StdIn.Eof()) in ScanUserYesNoAllQuit()
107 if (g_StdIn.Eof() && psw.IsEmpty()) in GetPassword_HRESULT()
/third_party/cef/include/
Dcef_stream.h73 virtual int Eof() = 0;
132 virtual int Eof() = 0;
Dcef_zip_reader.h137 virtual bool Eof() = 0;
/third_party/rust/crates/nom/src/number/
Dcomplete.rs38 Err(Err::Error(make_error(input, ErrorKind::Eof))) in be_u8()
68 Err(Err::Error(make_error(input, ErrorKind::Eof))) in be_u16()
101 Err(Err::Error(make_error(input, ErrorKind::Eof))) in be_u24()
134 Err(Err::Error(make_error(input, ErrorKind::Eof))) in be_u32()
167 Err(Err::Error(make_error(input, ErrorKind::Eof))) in be_u64()
200 Err(Err::Error(make_error(input, ErrorKind::Eof))) in be_u128()
380 Err(Err::Error(make_error(input, ErrorKind::Eof))) in le_u8()
410 Err(Err::Error(make_error(input, ErrorKind::Eof))) in le_u16()
443 Err(Err::Error(make_error(input, ErrorKind::Eof))) in le_u24()
476 Err(Err::Error(make_error(input, ErrorKind::Eof))) in le_u32()
[all …]
/third_party/rust/crates/nom/src/combinator/
Dtests.rs35 Err(Err::Error(error_position!(not_over, ErrorKind::Eof))) in eof_on_slices()
50 Err(Err::Error(error_position!(not_over, ErrorKind::Eof))) in eof_on_strs()
152 Err(Err::Error((&[102][..], ErrorKind::Eof))) in test_all_consuming()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h34 Eof, Error, enumerator
82 tgtok::TokKind CurCode = tgtok::TokKind::Eof;
/third_party/cef/tests/ceftests/
Dstream_unittest.cc40 ASSERT_TRUE(stream->Eof()); in VerifyStreamReadBehavior()
196 int Eof() override { in Eof() function in ReadHandlerTester
254 int eof_res = stream->Eof(); in TEST()
/third_party/lzma/CPP/Common/
DStdInStream.h36 bool Eof() const throw() { return (feof(_stream) != 0); } in Eof() function
/third_party/cef/libcef_dll/ctocpp/
Dread_handler_ctocpp.h40 int Eof() override;
Dstream_reader_ctocpp.h40 int Eof() override;
Dzip_reader_ctocpp.h48 bool Eof() override;
Dread_handler_ctocpp.cc75 NO_SANITIZE("cfi-icall") int CefReadHandlerCToCpp::Eof() { in Eof() function in CefReadHandlerCToCpp
Dstream_reader_ctocpp.cc137 NO_SANITIZE("cfi-icall") int CefStreamReaderCToCpp::Eof() { in Eof() function in CefStreamReaderCToCpp
/third_party/cef/include/wrapper/
Dcef_byte_read_handler.h66 virtual int Eof() override;
/third_party/cef/libcef_dll/wrapper/
Dcef_byte_read_handler.cc63 int CefByteReadHandler::Eof() { in Eof() function in CefByteReadHandler
/third_party/rust/crates/codespan/codespan-reporting/examples/
Dpeg_calculator.rs47 Err(ReadlineError::Interrupted) | Err(ReadlineError::Eof) => return Ok(()), in main()
/third_party/cef/libcef_dll/cpptoc/
Dread_handler_cpptoc.cc89 int _retval = CefReadHandlerCppToC::Get(self)->Eof(); in read_handler_eof()
/third_party/rust/crates/nom/src/
Derror.rs390 Eof, enumerator
446 ErrorKind::Eof => 23, in error_to_u32()
509 ErrorKind::Eof => "End of file", in description()

123