/external/chromium_org/ppapi/proxy/ |
resource_message_params.h | 83 bool ReadHeader(const IPC::Message* msg, PickleIterator* iter);
|
ppapi_param_traits.cc | 253 if (!ppapi::proxy::SerializedHandle::ReadHeader(iter, &header))
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
font.cc | 327 ReadHeader(&font_is, &records); 338 ReadHeader(wfd, offset_to_offset_table, &records); 480 void Font::Builder::ReadHeader(FontInputStream* is, 501 void Font::Builder::ReadHeader(ReadableFontData* fd,
|
/external/sfntly/cpp/src/sfntly/ |
font.cc | 327 ReadHeader(&font_is, &records); 338 ReadHeader(wfd, offset_to_offset_table, &records); 480 void Font::Builder::ReadHeader(FontInputStream* is, 501 void Font::Builder::ReadHeader(ReadableFontData* fd,
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zIn.h | 216 HRESULT ReadHeader(
|
7zIn.cpp | 863 HRESULT CInArchive::ReadHeader(
1247 return ReadHeader(
[all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_png.cpp | 127 bool GrFmtPngReader::ReadHeader()
|
grfmt_tiff.cpp | 129 bool GrFmtTiffReader::ReadHeader() 356 bool GrFmtTiffReader::ReadHeader()
|
grfmt_pxm.cpp | 141 bool GrFmtPxMReader::ReadHeader()
|
grfmt_sunras.cpp | 93 bool GrFmtSunRasterReader::ReadHeader()
|
loadsave.cpp | 410 if( !reader->ReadHeader() )
|
grfmt_bmp.cpp | 92 bool GrFmtBmpReader::ReadHeader()
|
grfmt_jpeg2000.cpp | 107 bool GrFmtJpeg2000Reader::ReadHeader()
|
grfmt_jpeg.cpp | 156 bool GrFmtJpegReader::ReadHeader() 808 bool GrFmtJpegReader::ReadHeader() [all...] |
grfmt_exr.cpp | 124 bool GrFmtExrReader::ReadHeader()
|
/external/openfst/src/include/fst/ |
add-on.h | 208 if (!impl->ReadHeader(strm, nopts, kMinFileVersion, &hdr))
|
fst.h | 680 bool ReadHeader(istream &strm, const FstReadOptions& opts, 780 bool FstImpl<A>::ReadHeader(istream &strm, const FstReadOptions& opts, 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_
|
const-fst.h | 208 if (!impl->ReadHeader(strm, opts, kMinFileVersion, &hdr)) {
|
edit-fst.h | 660 if (!impl->ReadHeader(strm, opts, kMinFileVersion, &hdr)) {
|
vector-fst.h | 328 if (!impl->ReadHeader(strm, opts, kMinFileVersion, &hdr)) {
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder.cc | 164 VCDiffResult ReadHeader(ParseableChunk* parseable_chunk); [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdecoder.cc | 157 VCDiffResult ReadHeader(ParseableChunk* parseable_chunk); [all...] |
/external/open-vcdiff/src/ |
vcdecoder.cc | 157 VCDiffResult ReadHeader(ParseableChunk* parseable_chunk); [all...] |
/external/chromium_org/third_party/libwebp/demux/ |
demux.c | 398 static int ReadHeader(MemBuffer* const mem) { 712 if (!ReadHeader(&mem)) return NULL; [all...] |
/external/webp/src/demux/ |
demux.c | 398 static int ReadHeader(MemBuffer* const mem) { 704 if (!ReadHeader(&mem)) return NULL;
|