HomeSort by relevance Sort by last modified time
    Searched defs:start_offset (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/base/process/
process_info_linux.cc 21 TimeDelta start_offset = internal::ClockTicksToTimeDelta(start_ticks); local
24 return Time(boot_time + start_offset);
  /external/chromium_org/ui/base/ime/
composition_underline.h 18 : start_offset(0),
24 : start_offset(s),
30 return (this->start_offset == rhs.start_offset) &&
42 unsigned start_offset; member in struct:ui::CompositionUnderline
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_batch.c 93 uint32_t start_offset = brw->state_batch_list[i].offset; local
94 uint32_t end_offset = start_offset + brw->state_batch_list[i].size;
96 start_offset);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_batch.c 93 uint32_t start_offset = brw->state_batch_list[i].offset; local
94 uint32_t end_offset = start_offset + brw->state_batch_list[i].size;
96 start_offset);
  /external/chromium_org/ui/base/gtk/
gtk_im_context_util_unittest.cc 19 int start_offset; member in struct:__anon16605::AttributeInfo
24 unsigned start_offset; member in struct:__anon16605::Underline
99 EXPECT_EQ(a.start_offset, b.start_offset);
130 g_utf8_offset_to_pointer(text, attrs[a].start_offset) - text;
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.h 39 int32_t start_offset,
50 int32_t start_offset,
57 int32_t offset() const { return block_offset() + start_offset(); }
58 int32_t start_offset() const { return start_offset_; } function in class:sfntly::BitmapGlyphInfo
ebdt_table.cc 135 int start_offset = Offset::kHeaderLength; local
149 start_offset + glyph_offset, size, builder->format());
153 start_offset += glyph_offset;
  /external/oprofile/libpp/
profile.h 141 u64 start_offset; member in class:profile_t
165 const_iterator() : start_offset(0) {}
167 : it(it_), start_offset(start_offset_) {}
172 odb_key_t vma() const { return it->first + start_offset; }
184 u64 start_offset; member in class:profile_t::const_iterator
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 121 size_t start_offset = 0; local
135 if (domain->find("*.", start_offset) != std::string::npos ||
136 domain->find('!', start_offset) != std::string::npos) {
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.cc 93 size_t start_offset = 0; local
107 if (domain->find("*.", start_offset) != std::string::npos ||
108 domain->find('!', start_offset) != std::string::npos) {
  /external/chromium_org/ppapi/shared_impl/
url_request_info_data.h 26 int64_t start_offset,
49 int64_t start_offset; member in struct:ppapi::URLRequestInfoData::BodyItem
  /external/chromium/net/disk_cache/
bitmap.cc 137 int start_offset = begin & (kIntBits - 1); local
138 if (start_offset) {
140 int len = std::min(end - begin, kIntBits - start_offset);
  /external/chromium_org/net/disk_cache/
bitmap.cc 137 int start_offset = begin & (kIntBits - 1); local
138 if (start_offset) {
140 int len = std::min(end - begin, kIntBits - start_offset);
  /external/chromium_org/v8/src/
regexp-macro-assembler.cc 121 int start_offset = previous_index; local
122 int char_length = subject_ptr->length() - start_offset;
142 StringCharacterPosition(subject_ptr, start_offset + slice_offset);
147 start_offset,
160 int start_offset,
174 start_offset,
  /external/qemu/android/
snapshot.c 119 uint64_t start_offset = seek_or_die(fd, 0, SEEK_CUR); local
156 uint32_t total_size = end_offset - start_offset;
160 seek_or_die(fd, start_offset + aligned_size, SEEK_SET);
  /external/v8/src/
regexp-macro-assembler.cc 122 int start_offset = previous_index; local
123 int char_length = subject_ptr->length() - start_offset;
143 StringCharacterPosition(subject_ptr, start_offset + slice_offset);
148 start_offset,
160 int start_offset,
173 start_offset,
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 365 int right_crop = 0, start_offset = 0; local
376 start_offset = input->start_offset;
432 row_src = src + start_offset;
  /external/chromium/base/
string_util_unittest.cc 562 string16::size_type start_offset; member in struct:base::__anon4182
583 ReplaceSubstringsAfterOffset(&str, cases[i].start_offset,
593 string16::size_type start_offset; member in struct:base::__anon4183
613 ReplaceFirstSubstringAfterOffset(&str, cases[i].start_offset,
    [all...]
  /external/chromium_org/base/strings/
string_util_unittest.cc 533 string16::size_type start_offset; member in struct:base::__anon6316
554 ReplaceSubstringsAfterOffset(&str, cases[i].start_offset,
564 string16::size_type start_offset; member in struct:base::__anon6317
584 ReplaceFirstSubstringAfterOffset(&str, cases[i].start_offset,
    [all...]
  /external/openfst/src/include/fst/
const-fst.h 348 size_t start_offset = 0; local
354 } else if ((start_offset = strm.tellp()) == -1) {
413 properties, &hdr, start_offset);
  /external/qemu/block/
qcow2-cluster.c 652 int start_offset = (8 * l2_index) & ~511; local
654 size_t len = end_offset - start_offset;
658 ret = bdrv_pwrite_sync(bs->file, l2_offset + start_offset,
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 332 uint64_t start_offset, phdr_size; local
334 start_offset = sizeof(ElfXX_Ehdr);
337 MemoryRegion *region = pOutput.request(start_offset,
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 122 int start_offset; member in struct:android::Encoder_libjpeg::params
  /art/compiler/dex/
mir_graph.cc 144 bottom_block->start_offset = code_offset;
153 block_map_.Put(bottom_block->start_offset, bottom_block);
227 if ((code_offset > bb->start_offset) && (bb->last_mir_insn != NULL) &&
239 bb->start_offset = code_offset;
240 block_map_.Put(bb->start_offset, bb);
256 int start_offset = pTry->start_addr_; local
257 int end_offset = start_offset + pTry->insn_count_;
258 for (offset = start_offset; offset < end_offset; offset++) {
444 catches_.insert(catch_block->start_offset);
457 eh_block->start_offset = cur_offset
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600.h 134 unsigned start_offset; member in struct:r600_block

Completed in 1147 milliseconds

1 2