HomeSort by relevance Sort by last modified time
    Searched refs:header_offset (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
table.h 79 virtual int32_t header_offset() { return header_->offset(); } function in class:sfntly::Table
  /external/sfntly/cpp/src/sfntly/table/
table.h 79 virtual int32_t header_offset() { return header_->offset(); } function in class:sfntly::Table
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_unittest.cc 192 gfx::Point header_offset; local
196 &header_offset);
201 header_offset.y();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 280 'header_offset',
324 # header_offset Byte offset to the file header
412 if self.header_offset == 0xffffffffL:
413 old = self.header_offset
414 self.header_offset = counts[idx]
843 x.header_offset = centdir[_CD_LOCAL_HEADER_OFFSET]
854 x.header_offset = x.header_offset + concat
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 280 'header_offset',
324 # header_offset Byte offset to the file header
412 if self.header_offset == 0xffffffffL:
413 old = self.header_offset
414 self.header_offset = counts[idx]
843 x.header_offset = centdir[_CD_LOCAL_HEADER_OFFSET]
854 x.header_offset = x.header_offset + concat
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
log_test.cc 156 void FixChecksum(int header_offset, int len) {
158 uint32_t crc = crc32c::Value(&dest_.contents_[header_offset+6], 1 + len);
160 EncodeFixed32(&dest_.contents_[header_offset], crc);
  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 381 int header_offset = GetDWordEx(); local
383 m_strm.SetPos( header_offset );
  /external/openfst/src/include/fst/
fst.h 748 FstHeader *hdr, size_t header_offset) {
749 strm.seekp(header_offset);

Completed in 472 milliseconds