Searched refs:Read (Results 401 - 425 of 1395) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/storage/browser/fileapi/
H A Dfile_writer_delegate.cc98 Read();
111 void FileWriterDelegate::Read() { function in class:storage::FileWriterDelegate
114 if (request_->Read(io_buffer_.get(), io_buffer_->size(), &bytes_read_)) {
161 Read();
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppsocket.h59 virtual bool Read(char * data, size_t len, size_t* len_read);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvreader.cpp99 int MkvReader::Read(long long offset, long len, unsigned char* buffer) { function in class:mkvparser::MkvReader
/external/chromium_org/third_party/webrtc/base/
H A Dmultipart.h52 virtual StreamResult Read(void* buffer, size_t buffer_len,
H A Dschanneladapter.h54 int Read();
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dfile_impl.h47 virtual int Read(void* buf, int length) OVERRIDE;
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmaptools.cc35 bool Read() { function in struct:Box
80 bool Read() { function in struct:Bitmap
100 if (!box.Read()) {
244 if (!bmp.Read()) return -1;
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvreader.cpp109 int MkvReader::Read(long long offset, long len, unsigned char* buffer) function in class:mkvparser::MkvReader
/external/lldb/include/lldb/Core/
H A DConnectionMachPort.h46 Read (void *dst,
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.h27 nub_size_t Read(task_t task, nub_addr_t address, void *data, nub_size_t data_count);
/external/lldb/tools/debugserver/source/
H A DRNBSocket.h59 rnb_err_t Read (std::string &p);
/external/lzma/C/
H A DPpmd7Dec.c14 if (p->Stream->Read((void *)p->Stream) != 0)
17 p->Code = (p->Code << 8) | p->Stream->Read((void *)p->Stream);
31 p->Code = (p->Code << 8) | p->Stream->Read((void *)p->Stream);
35 p->Code = (p->Code << 8) | p->Stream->Read((void *)p->Stream);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderInStream.h42 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
/external/lzma/CPP/7zip/Common/
H A DInBuffer.cpp62 HRESULT result = _stream->Read(_bufferBase, _bufferSize, &numProcessedBytes);
H A DStreamUtils.cpp17 HRESULT res = stream->Read(data, curSize, &processedSizeLoc);
/external/lzma/CPP/7zip/Compress/
H A DCopyCoder.cpp39 RINOK(inStream->Read(_buffer, size, &size));
H A DLzma2Decoder.h63 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
H A DLzmaDecoder.cpp101 RINOK(inStream->Read(_inBuf, _inBufSizeAllocated, &_inSize));
173 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize) function in class:NCompress::NLzma::CDecoder
182 RINOK(_inStream->Read(_inBuf, _inBufSizeAllocated, &_inSize));
230 RINOK(_inStream->Read(_inBuf, _inBufSizeAllocated, &_inSize));
H A DPpmdDecoder.h63 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
/external/lzma/CPP/7zip/
H A DIStream.h16 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize) PURE;
23 You must call Read function in loop, if you need exact amount of data
/external/lzma/CPP/Common/
H A DC_FileIO.cpp59 ssize_t CInFile::Read(void *data, size_t size) function in class:NC::NFile::NIO::CInFile
H A DListFileUtils.cpp33 if (!file.Read(p, (UInt32)length, processed))
/external/openfst/src/bin/
H A Dfstdeterminize.cc53 FstClass *ifst = FstClass::Read(in_name);
H A Dfstencode.cc52 MutableFstClass *fst = MutableFstClass::Read(in_name, true);
H A Dfstminimize.cc54 MutableFstClass *fst1 = MutableFstClass::Read(in_name, true);

Completed in 471 milliseconds

<<11121314151617181920>>