Searched defs:ReadHeader (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/ppapi/proxy/
H A Dserialized_handle.cc108 bool SerializedHandle::ReadHeader(PickleIterator* iter, Header* hdr) { function in class:ppapi::proxy::SerializedHandle
H A Dresource_message_params.cc50 return ReadHeader(msg, iter) && ReadHandles(msg, iter);
63 bool ResourceMessageParams::ReadHeader(const IPC::Message* msg, function in class:ppapi::proxy::ResourceMessageParams
193 return (ReadHeader(msg, iter) &&
/external/chromium_org/net/tools/dump_cache/
H A Ddump_files.cc33 bool ReadHeader(const base::FilePath& name, char* header, int header_size) { function in namespace:__anon9752
50 if (!ReadHeader(name, reinterpret_cast<char*>(&header), sizeof(header)))
98 if (!ReadHeader(name, reinterpret_cast<char*>(&header), sizeof(header)))
128 if (!ReadHeader(name, reinterpret_cast<char*>(&header), sizeof(header)))
/external/chromium_org/tools/ipc_fuzzer/message_lib/
H A Dmessage_file_reader.cc33 bool ReadHeader();
81 bool Reader::ReadHeader() { function in class:ipc_fuzzer::__anon16500::Reader
208 if (!ReadHeader())
/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.cpp91 bool GrFmtImageIOReader::ReadHeader() function in class:GrFmtImageIOReader
133 if( !ReadHeader() )
H A Dgrfmt_png.cpp127 bool GrFmtPngReader::ReadHeader() function in class:GrFmtPngReader
H A Dgrfmt_bmp.cpp92 bool GrFmtBmpReader::ReadHeader() function in class:GrFmtBmpReader
H A Dgrfmt_exr.cpp124 bool GrFmtExrReader::ReadHeader() function in class:GrFmtExrReader
H A Dgrfmt_jpeg2000.cpp107 bool GrFmtJpeg2000Reader::ReadHeader() function in class:GrFmtJpeg2000Reader
H A Dgrfmt_pxm.cpp141 bool GrFmtPxMReader::ReadHeader() function in class:GrFmtPxMReader
H A Dgrfmt_sunras.cpp93 bool GrFmtSunRasterReader::ReadHeader() function in class:GrFmtSunRasterReader
H A Dgrfmt_tiff.cpp129 bool GrFmtTiffReader::ReadHeader() function in class:GrFmtTiffReader
356 bool GrFmtTiffReader::ReadHeader() function in class:GrFmtTiffReader
H A Dgrfmt_jpeg.cpp156 bool GrFmtJpegReader::ReadHeader() function in class:GrFmtJpegReader
808 bool GrFmtJpegReader::ReadHeader() function in class:GrFmtJpegReader
/external/chromium_org/media/formats/mp4/
H A Dbox_reader.cc107 if (!reader->ReadHeader(err))
129 if (!reader.ReadHeader(err)) return false;
176 if (!child.ReadHeader(&err)) break;
217 bool BoxReader::ReadHeader(bool* err) { function in class:media::mp4::BoxReader
/external/chromium_org/net/cert/
H A Dcrl_set_storage.cc110 // ReadHeader reads the header (including length prefix) from |data| and
113 static base::DictionaryValue* ReadHeader(base::StringPiece* data) { function in namespace:net
303 scoped_ptr<base::DictionaryValue> header_dict(ReadHeader(&data));
365 scoped_ptr<base::DictionaryValue> header_dict(ReadHeader(&data));
461 scoped_ptr<base::DictionaryValue> header_dict(ReadHeader(&data));
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DRTPFile.cc164 void RTPFile::ReadHeader() { function in class:webrtc::RTPFile
/external/chromium_org/courgette/
H A Densemble_apply.cc28 Status ReadHeader(SourceStream* header_stream);
87 Status EnsemblePatchApplication::ReadHeader(SourceStream* header_stream) { function in class:courgette::EnsemblePatchApplication
313 status = patch_process.ReadHeader(patch);
395 Status status = patch_process.ReadHeader(&patch_header_stream);
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_usb_device.cc344 ReadHeader();
446 void AndroidUsbDevice::ReadHeader() { function in class:AndroidUsbDevice
468 base::Bind(&AndroidUsbDevice::ReadHeader, this));
604 ReadHeader();
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont.cc327 ReadHeader(&font_is, &records);
338 ReadHeader(wfd, offset_to_offset_table, &records);
480 void Font::Builder::ReadHeader(FontInputStream* is, function in class:sfntly::Font::Builder
501 void Font::Builder::ReadHeader(ReadableFontData* fd, function in class:sfntly::Font::Builder
/external/sfntly/cpp/src/sfntly/
H A Dfont.cc327 ReadHeader(&font_is, &records);
338 ReadHeader(wfd, offset_to_offset_table, &records);
480 void Font::Builder::ReadHeader(FontInputStream* is, function in class:sfntly::Font::Builder
501 void Font::Builder::ReadHeader(ReadableFontData* fd, function in class:sfntly::Font::Builder
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdecoder.cc157 VCDiffResult ReadHeader(ParseableChunk* parseable_chunk);
1047 VCDiffResult VCDiffDeltaFileWindow::ReadHeader( function in class:open_vcdiff::VCDiffDeltaFileWindow
1321 switch (ReadHeader(parseable_chunk)) {
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpeg.cpp678 int CCodec_JpegModule::ReadHeader(void* pContext, int* width, int* height, int* nComps) function in class:CCodec_JpegModule
681 return m_pExtProvider->ReadHeader(pContext, width, height, nComps);
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c394 static ParseStatus ReadHeader(MemBuffer* const mem) { function
720 status = ReadHeader(&mem);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp863 HRESULT CInArchive::ReadHeader( function in class:NArchive::N7z::CInArchive
1247 return ReadHeader(
/external/openfst/src/include/fst/
H A Dfst.h680 bool ReadHeader(istream &strm, const FstReadOptions& opts,
780 bool FstImpl<A>::ReadHeader(istream &strm, const FstReadOptions& opts, function in class:fst::FstImpl
788 LOG(INFO) << "FstImpl::ReadHeader: source: " << opts.source
796 LOG(ERROR) << "FstImpl::ReadHeader: Fst not of type \"" << type_
801 LOG(ERROR) << "FstImpl::ReadHeader: Arc not of type \"" << A::Type()
806 LOG(ERROR) << "FstImpl::ReadHeader: Obsolete " << type_

Completed in 386 milliseconds

12