/third_party/skia/third_party/externals/freetype/src/lzw/ |
D | ftzopen.c | 254 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/ |
D | stream_impl.h | 25 int Eof() override; 67 int Eof() override; 128 int Eof() override { return handler_->Eof(); } in Eof() function
|
D | zip_reader_impl.h | 35 bool Eof() override;
|
D | stream_impl.cc | 103 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/ |
D | COFFModuleDefinition.cpp | 35 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/ |
D | MILexer.h | 30 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/ |
D | complete.rs | 50 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/ |
D | UserInputUtils.cpp | 40 if (scannedString.IsEmpty() && g_StdIn.Eof()) in ScanUserYesNoAllQuit() 107 if (g_StdIn.Eof() && psw.IsEmpty()) in GetPassword_HRESULT()
|
/third_party/cef/include/ |
D | cef_stream.h | 73 virtual int Eof() = 0; 132 virtual int Eof() = 0;
|
D | cef_zip_reader.h | 137 virtual bool Eof() = 0;
|
/third_party/rust/crates/nom/src/number/ |
D | complete.rs | 38 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/ |
D | tests.rs | 35 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/ |
D | TGLexer.h | 34 Eof, Error, enumerator 82 tgtok::TokKind CurCode = tgtok::TokKind::Eof;
|
/third_party/cef/tests/ceftests/ |
D | stream_unittest.cc | 40 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/ |
D | StdInStream.h | 36 bool Eof() const throw() { return (feof(_stream) != 0); } in Eof() function
|
/third_party/cef/libcef_dll/ctocpp/ |
D | read_handler_ctocpp.h | 40 int Eof() override;
|
D | stream_reader_ctocpp.h | 40 int Eof() override;
|
D | zip_reader_ctocpp.h | 48 bool Eof() override;
|
D | read_handler_ctocpp.cc | 75 NO_SANITIZE("cfi-icall") int CefReadHandlerCToCpp::Eof() { in Eof() function in CefReadHandlerCToCpp
|
D | stream_reader_ctocpp.cc | 137 NO_SANITIZE("cfi-icall") int CefStreamReaderCToCpp::Eof() { in Eof() function in CefStreamReaderCToCpp
|
/third_party/cef/include/wrapper/ |
D | cef_byte_read_handler.h | 66 virtual int Eof() override;
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_byte_read_handler.cc | 63 int CefByteReadHandler::Eof() { in Eof() function in CefByteReadHandler
|
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
D | peg_calculator.rs | 47 Err(ReadlineError::Interrupted) | Err(ReadlineError::Eof) => return Ok(()), in main()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | read_handler_cpptoc.cc | 89 int _retval = CefReadHandlerCppToC::Get(self)->Eof(); in read_handler_eof()
|
/third_party/rust/crates/nom/src/ |
D | error.rs | 390 Eof, enumerator 446 ErrorKind::Eof => 23, in error_to_u32() 509 ErrorKind::Eof => "End of file", in description()
|