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

  /external/chromium_org/chrome/browser/history/
in_memory_url_index_types.cc 77 const size_t starting_offset = *offset_iter; local
80 if ((starting_offset != base::string16::npos) &&
82 (starting_offset != ending_offset)) {
84 new_match.offset = starting_offset;
85 new_match.length = ending_offset - starting_offset;
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash.h 119 // the starting_offset argument. For a hash of source (dictionary) data,
123 BlockHash(const char* source_data, size_t source_size, int starting_offset);
blockhash.cc 31 int starting_offset)
35 starting_offset_(starting_offset),
  /art/compiler/dex/quick/arm64/
assemble_arm64.cc 819 CodeOffset starting_offset = LinkFixupInsns(first_lir_insn_, last_lir_insn_, 0); local
    [all...]
  /external/chromium_org/media/filters/
source_buffer_range.cc 371 int starting_offset = starting_point - buffers_.begin(); local
372 int next_buffer_offset = next_buffer_index_ - starting_offset;
  /art/compiler/dex/quick/arm/
assemble_arm.cc 1215 CodeOffset starting_offset = LinkFixupInsns(first_lir_insn_, last_lir_insn_, 0); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 197 starting_offset = start_position.column
201 return Position(current_row, starting_offset + found_match.start())
205 starting_offset = 0
    [all...]

Completed in 291 milliseconds