HomeSort by relevance Sort by last modified time
    Searched refs:file_offset (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.cc 275 int64 file_offset = local
278 file_offset,
317 const int64 file_offset = GetFileOffsetFromKeyAndDataOffset(key_, offset); local
320 files_[index], file_offset, in_buf->data(), buf_len) != buf_len) {
331 if (!TruncatePlatformFile(files_[index], file_offset + buf_len)) {
352 int64 file_offset = GetFileOffsetFromKeyAndDataOffset(key_, data_size); local
354 file_offset,
397 int64 file_offset = GetFileOffsetFromKeyAndDataOffset( local
400 file_offset,
408 const int64 file_size = file_offset + sizeof(eof_record)
    [all...]
  /external/chromium_org/courgette/
disassembler_elf_32_arm.cc 320 size_t file_offset = section_header->sh_offset; local
339 if (!ParseSimpleRegion(file_offset, file_offset + sizeof(Elf32_Rel),
343 file_offset += sizeof(Elf32_Rel);
354 file_offset += sizeof(Elf32_Rel);
364 return ParseSimpleRegion(file_offset, section_end, program);
disassembler_win32_x86.h 86 // Finds the first section at file_offset or above. Does not return sections
88 const Section* FindNextSection(uint32 file_offset) const;
  /external/e2fsprogs/ext2ed/
dir_com.c 63 info_ptr->file_offset=0;
108 while (info.file_offset < info.file_length) { /* While we haven't reached the end */
124 info.file_offset += next;
126 if (info.file_offset >= info.file_length) break;
133 info.file_offset=info.block_num*file_system_info.block_size;
529 wprintw (show_win,"Directory Offset %ld of %ld. ",file_info.file_offset,file_info.file_length-1);
ext2ed.h 140 long file_offset,file_length; member in struct:struct_file_info
  /external/chromium_org/webkit/browser/fileapi/
sandbox_file_stream_writer.cc 25 // |file_offset| < |file_size|) to make the remaining quota calculation easier.
29 int64 file_offset,
31 DCHECK_LE(file_offset, file_size);
34 int64 overlap = file_size - file_offset;
  /external/jpeg/
jmemmgr.c 693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
696 file_offset = ptr->cur_start_row * bytesperrow;
712 file_offset, byte_count); local
716 file_offset, byte_count); local
717 file_offset += byte_count;
726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
729 file_offset = ptr->cur_start_row * bytesperrow;
745 file_offset, byte_count); local
749 file_offset, byte_count); local
750 file_offset += byte_count
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemmgr.c 693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
696 file_offset = ptr->cur_start_row * bytesperrow;
712 file_offset, byte_count); local
716 file_offset, byte_count); local
717 file_offset += byte_count;
726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
729 file_offset = ptr->cur_start_row * bytesperrow;
745 file_offset, byte_count); local
749 file_offset, byte_count); local
750 file_offset += byte_count
    [all...]
  /external/chromium_org/tools/find_runtime_symbols/
static_symbols.py 146 file_offset = address - (vma.begin - vma.offset)
149 if section.offset <= file_offset < (section.offset + section.size):
150 elf_address = section.address + file_offset - section.offset
  /external/llvm/bindings/python/llvm/tests/
test_object.py 42 assert isinstance(symbol.file_offset, long)
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 355 uint32_t file_offset = pFileOffset; local
363 file_offset,
370 file_offset = nested_offset;
402 file_offset = nested_offset;
  /sdk/emulator/qtools/
read_trace.cpp 94 manager->regions[ii]->file_offset,
trace_reader.h 54 file_offset(0), flags(0), nsymbols(0), symbols(NULL) {}
71 dest->file_offset = file_offset;
83 uint32_t file_offset; member in struct:TraceReader::region_entry
    [all...]
  /external/chromium_org/tools/symsrc/
pefile.py 671 def __init__(self, format, name=None, file_offset=None):
680 self.__file_offset__ = file_offset
    [all...]
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.cc 813 size_t file_offset = offset; local
816 file_offset += address.start_block() * address.BlockSize() +
829 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
911 size_t file_offset = offset;
914 file_offset += address.start_block() * address.BlockSize() +
933 if (!file->Write(buf->data(), buf_len, file_offset, io_callback,
    [all...]
sparse_control_v3.cc 114 size_t file_offset = address.start_block() * address.BlockSize() +
119 if (!file->Read(buffer_.get(), len, file_offset, this, &completed))
  /external/chromium/net/disk_cache/
entry_impl.cc 974 size_t file_offset = offset;
977 file_offset += address.start_block() * address.BlockSize() +
988 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
1062 size_t file_offset = offset;
1065 file_offset += address.start_block() * address.BlockSize() +
    [all...]
sparse_control.cc 113 size_t file_offset = address.start_block() * address.BlockSize() +
118 if (!file->Read(buffer_.get(), len, file_offset, this, &completed))
  /external/chromium_org/net/disk_cache/
entry_impl.cc 1022 size_t file_offset = offset; local
1025 file_offset += address.start_block() * address.BlockSize() +
1038 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
    [all...]
sparse_control.cc 114 size_t file_offset = address.start_block() * address.BlockSize() +
119 if (!file->Read(buffer_.get(), len, file_offset, this, &completed))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_shader.c 181 unsigned file_offset[TGSI_FILE_COUNT]; member in struct:r600_shader_ctx
802 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First;
826 ctx->shader->output[i].gpr = ctx->file_offset[TGSI_FILE_OUTPUT] + d->Range.First;
981 r600_src->sel += ctx->file_offset[tgsi_src->Register.File];
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 181 unsigned file_offset[TGSI_FILE_COUNT]; member in struct:r600_shader_ctx
802 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First;
826 ctx->shader->output[i].gpr = ctx->file_offset[TGSI_FILE_OUTPUT] + d->Range.First;
981 r600_src->sel += ctx->file_offset[tgsi_src->Register.File];
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/llvm/bindings/python/llvm/
object.py 314 def file_offset(self): member in class:Symbol
348 getattr(self, 'file_offset')
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]

Completed in 746 milliseconds

12 3 4