Home
last modified time | relevance | path

Searched defs:ReadBlock (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/testing/
Dfx_string_testhelpers.h22 bool ReadBlock(void* buffer, FX_FILESIZE offset, size_t size) override { in ReadBlock() function
40 bool ReadBlock(void* buffer, FX_FILESIZE offset, size_t size) override { in ReadBlock() function
/external/pdfium/core/fxcrt/
Dcfx_seekablemultistream.cpp32 bool CFX_SeekableMultiStream::ReadBlock(void* buffer, in ReadBlock() function in CFX_SeekableMultiStream
62 size_t CFX_SeekableMultiStream::ReadBlock(void* buffer, size_t size) { in ReadBlock() function in CFX_SeekableMultiStream
Dfx_stream.cpp29 bool ReadBlock(void* buffer, FX_FILESIZE offset, size_t size) override { in ReadBlock() function in __anon0c0b04760111::CFX_CRTFileStream
32 size_t ReadBlock(void* buffer, size_t size) override { in ReadBlock() function in __anon0c0b04760111::CFX_CRTFileStream
90 size_t IFX_SeekableReadStream::ReadBlock(void* buffer, size_t size) { in ReadBlock() function in IFX_SeekableReadStream
Dcfx_memorystream.cpp60 bool CFX_MemoryStream::ReadBlock(void* buffer, in ReadBlock() function in CFX_MemoryStream
92 size_t CFX_MemoryStream::ReadBlock(void* buffer, size_t size) { in ReadBlock() function in CFX_MemoryStream
/external/lzma/CS/7zip/Common/
DInBuffer.cs30 public bool ReadBlock() in ReadBlock() method in SevenZip.Buffer.InBuffer
/external/lzma/CPP/7zip/Common/
DInBuffer.cpp51 bool CInBufferBase::ReadBlock() in ReadBlock() function in CInBufferBase
/external/tensorflow/tensorflow/core/lib/io/
Dformat.cc80 Status ReadBlock(RandomAccessFile* file, const BlockHandle& handle, in ReadBlock() function
/external/lzma/CS/7zip/Compress/LZ/
DLzInWindow.cs39 public virtual void ReadBlock() in ReadBlock() method in SevenZip.Compression.LZ.InWindow
/external/pdfium/core/fpdfapi/parser/
Dcpdf_read_validator.cpp60 bool CPDF_ReadValidator::ReadBlock(void* buffer, in ReadBlock() function in CPDF_ReadValidator
Dcpdf_syntax_parser.cpp106 bool CPDF_SyntaxParser::ReadBlock(uint8_t* pBuf, uint32_t size) { in ReadBlock() function in CPDF_SyntaxParser
/external/lzma/Java/SevenZip/Compression/LZ/
DInWindow.java39 public void ReadBlock() throws IOException in ReadBlock() method in InWindow
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_client.h77 Status ReadBlock(ReadBlockCtrlResponse *res, int64_t stream_id, int64_t pos, in ReadBlock() function
/external/v8/src/parsing/
Dscanner-character-streams.cc265 bool ReadBlock() final { in ReadBlock() function in v8::internal::BufferedCharacterStream
302 bool ReadBlock() final { in ReadBlock() function in v8::internal::UnbufferedCharacterStream
389 bool BufferedUtf16CharacterStream::ReadBlock() { in ReadBlock() function in v8::internal::BufferedUtf16CharacterStream
/external/pdfium/fpdfsdk/
Dfpdf_dataavail.cpp74 bool ReadBlock(void* buffer, FX_FILESIZE offset, size_t size) override { in ReadBlock() function in __anon134d0cd60111::FPDF_FileAccessContext
Dfpdfview.cpp156 bool CPDF_CustomAccess::ReadBlock(void* buffer, in ReadBlock() function in __anond32df76b0111::CPDF_CustomAccess
222 bool FPDF_FileHandlerContext::ReadBlock(void* buffer, in ReadBlock() function in __anond32df76b0111::FPDF_FileHandlerContext
236 size_t FPDF_FileHandlerContext::ReadBlock(void* buffer, size_t size) { in ReadBlock() function in __anond32df76b0111::FPDF_FileHandlerContext
613 bool ReadBlock(void* buffer, FX_FILESIZE offset, size_t size) override { in ReadBlock() function in CMemFile
/external/pdfium/public/
Dfpdfview.h396 FPDF_RESULT (*ReadBlock)(FPDF_LPVOID clientData, member