/external/google-breakpad/src/common/mac/ |
D | macho_id.cc | 267 off_t header_offset; in WalkerCB() local 269 if (!walker->CurrentHeader(&header, &header_offset)) in WalkerCB() 286 macho_id->Update(walker, header_offset + sec.offset, sec.size); in WalkerCB() 300 off_t header_offset; in WalkerCB() local 302 if (!walker->CurrentHeader(&header, &header_offset)) in WalkerCB() 320 header_offset + sec64.offset, in WalkerCB()
|
/external/chromium-trace/catapult/third_party/zipfile/ |
D | zipfile_2_7_13.py | 412 if self.header_offset == 0xffffffffL: 413 old = self.header_offset 414 self.header_offset = counts[idx] 850 x.header_offset = centdir[_CD_LOCAL_HEADER_OFFSET] 861 x.header_offset = x.header_offset + self._start_disk 966 zef_file.seek(zinfo.header_offset, 0) 1113 elif zinfo.header_offset > ZIP64_LIMIT: 1149 zinfo.header_offset = self.fp.tell() # Start of header bytes 1205 self.fp.seek(zinfo.header_offset, 0) 1236 zinfo.header_offset = self.fp.tell() # Start of header bytes [all …]
|
/external/python/cpython2/Lib/ |
D | zipfile.py | 412 if self.header_offset == 0xffffffffL: 413 old = self.header_offset 414 self.header_offset = counts[idx] 847 x.header_offset = centdir[_CD_LOCAL_HEADER_OFFSET] 858 x.header_offset = x.header_offset + concat 963 zef_file.seek(zinfo.header_offset, 0) 1110 elif zinfo.header_offset > ZIP64_LIMIT: 1146 zinfo.header_offset = self.fp.tell() # Start of header bytes 1202 self.fp.seek(zinfo.header_offset, 0) 1233 zinfo.header_offset = self.fp.tell() # Start of header bytes [all …]
|
/external/v8/src/compiler/ |
D | bytecode-analysis.cc | 368 if (current_offset == current_loop.header_offset) { in Analyze() 433 DCHECK_EQ(loop_stack_.top().header_offset, -1); in Analyze() 469 int header_offset = iterator.GetJumpTargetOffset(); in Analyze() local 473 liveness_map_.GetLiveness(header_offset); in Analyze() 485 for (; iterator.current_offset() > header_offset; --iterator) { in Analyze() 545 DCHECK(loop_stack_.top().header_offset < loop_header); in PushLoop() 549 int parent_offset = loop_stack_.top().header_offset; in PushLoop() 598 const LoopInfo& BytecodeAnalysis::GetLoopInfoFor(int header_offset) const { in GetLoopInfoFor() 599 DCHECK(IsLoopHeader(header_offset)); in GetLoopInfoFor() 601 return header_to_info_.find(header_offset)->second; in GetLoopInfoFor()
|
D | bytecode-analysis.h | 114 const LoopInfo& GetLoopInfoFor(int header_offset) const; 136 int header_offset; member
|
/external/libcxxabi/src/ |
D | cxa_exception.cpp | 190 size_t header_offset = get_cxa_exception_offset(); in __cxa_allocate_exception() local 192 (char *)__aligned_malloc_with_fallback(header_offset + actual_size); in __cxa_allocate_exception() 196 static_cast<__cxa_exception *>((void *)(raw_buffer + header_offset)); in __cxa_allocate_exception() 205 size_t header_offset = get_cxa_exception_offset(); in __cxa_free_exception() local 207 ((char *)cxa_exception_from_thrown_object(thrown_object)) - header_offset; in __cxa_free_exception()
|
/external/pdfium/core/fxcodec/lbmp/ |
D | fx_bmp.cpp | 34 header_offset(0), in BMPDecompressor() 252 header_offset = std::max(header_offset, 26 + img_ifh_size); in ReadHeader() 287 header_offset = std::max(header_offset, in ReadHeader() 309 if (!GetDataPosition(header_offset)) { in DecodeImage()
|
D | fx_bmp.h | 86 uint32_t header_offset; variable
|
/external/python/cpython3/Lib/ |
D | zipfile.py | 487 if self.header_offset == 0xffffffff: 488 old = self.header_offset 489 self.header_offset = counts[idx] 1136 self._fileobj.seek(self._zinfo.header_offset) 1332 x.header_offset = centdir[_CD_LOCAL_HEADER_OFFSET] 1346 x.header_offset = x.header_offset + concat 1479 zef_file = _SharedFile(self.fp, zinfo.header_offset, 1578 zinfo.header_offset = self.fp.tell() 1692 elif zinfo.header_offset > ZIP64_LIMIT: 1730 zinfo.header_offset = self.fp.tell() # Start of header bytes [all …]
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | recordio_test.cc | 156 void FixChecksum(int header_offset, int len) { in FixChecksum() argument 158 uint32_t crc = crc32c::Value(&contents_[header_offset + 6], 1 + len); in FixChecksum() 160 core::EncodeFixed32(&contents_[header_offset], crc); in FixChecksum()
|
/external/python/cpython2/Modules/ |
D | zipimport.c | 711 unsigned int crc, data_size, file_size, header_size, header_offset; in read_directory() local 753 header_offset = get_uint32(buffer + 16); in read_directory() 758 if (header_position < header_offset) { in read_directory() 762 if (header_position - header_size < header_offset) { in read_directory() 767 arc_offset = header_position - header_offset; in read_directory() 810 if (file_offset > header_offset) { in read_directory()
|
/external/python/cpython3/Modules/ |
D | zipimport.c | 950 unsigned int crc, data_size, file_size, header_size, header_offset; in read_directory() local 989 header_offset = get_uint32(buffer + 16); in read_directory() 994 if (header_position < header_offset) { in read_directory() 998 if (header_position - header_size < header_offset) { in read_directory() 1003 arc_offset = header_position - header_offset; in read_directory() 1043 if (file_offset > header_offset) { in read_directory()
|
/external/sfntly/cpp/src/sfntly/table/ |
D | table.h | 79 virtual int32_t header_offset() { return header_->offset(); } in header_offset() function
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_data_avail.cpp | 507 const int32_t header_offset = GetHeaderOffset(GetValidator()); in CheckHeaderAndLinearized() local 511 if (header_offset == kInvalidHeaderOffset) in CheckHeaderAndLinearized() 514 m_parser.m_pSyntax->InitParserWithValidator(GetValidator(), header_offset); in CheckHeaderAndLinearized()
|
D | cpdf_parser.cpp | 204 const int32_t header_offset = GetHeaderOffset(file_access); in InitSyntaxParser() local 205 if (header_offset == kInvalidHeaderOffset) in InitSyntaxParser() 207 if (file_access->GetSize() < header_offset + kPDFHeaderSize) in InitSyntaxParser() 210 m_pSyntax->InitParser(file_access, header_offset); in InitSyntaxParser()
|
/external/libchrome/mojo/core/ |
D | user_message_impl.cc | 492 size_t header_offset = in AppendData() local 501 header_offset; in AppendData()
|
/external/perf_data_converter/src/quipper/ |
D | perf_reader.cc | 1456 const size_t header_offset = header.data.offset + header.data.size; in WriteMetadata() local 1457 CHECK_EQ(header_offset, data->Tell()); in WriteMetadata() 1463 const size_t metadata_offset = header_offset + headers_size; in WriteMetadata() 1557 data->SeekSet(header_offset); in WriteMetadata()
|
/external/python/cpython2/Doc/library/ |
D | zipfile.rst | 481 .. attribute:: ZipInfo.header_offset
|
/external/python/cpython3/Doc/library/ |
D | zipfile.rst | 654 .. attribute:: ZipInfo.header_offset
|