HomeSort by relevance Sort by last modified time
    Searched refs:start_offset (Results 76 - 100 of 200) sorted by null

1 2 34 5 6 7 8

  /external/chromium/base/
string_util.h 443 // Starting at |start_offset| (usually 0), replace the first instance of
446 string16::size_type start_offset,
451 std::string::size_type start_offset,
455 // Starting at |start_offset| (usually 0), look through |str| and replace all
462 string16::size_type start_offset,
466 std::string::size_type start_offset,
  /external/chromium/googleurl/src/
url_canon_relative.cc 75 bool DoesBeginSlashWindowsDriveSpec(const CHAR* spec, int start_offset,
77 if (start_offset >= spec_len)
79 return url_parse::IsURLSlash(spec[start_offset]) &&
80 url_parse::DoesBeginWindowsDriveSpec(spec, start_offset + 1, spec_len);
  /external/chromium_org/base/strings/
string_util.h 429 // Starting at |start_offset| (usually 0), replace the first instance of
433 string16::size_type start_offset,
438 std::string::size_type start_offset,
442 // Starting at |start_offset| (usually 0), look through |str| and replace all
450 string16::size_type start_offset,
455 std::string::size_type start_offset,
  /external/chromium_org/url/
url_canon_relative.cc 51 bool DoesBeginSlashWindowsDriveSpec(const CHAR* spec, int start_offset,
53 if (start_offset >= spec_len)
55 return url_parse::IsURLSlash(spec[start_offset]) &&
56 url_parse::DoesBeginWindowsDriveSpec(spec, start_offset + 1, spec_len);
  /external/chromium_org/v8/src/
incremental-marking.cc 241 int start_offset = Max(FixedArray::BodyDescriptor::kStartOffset, local
244 start_offset + kProgressBarScanningChunk);
245 int already_scanned_offset = start_offset;
250 HeapObject::RawField(object, start_offset),
252 start_offset = end_offset;
255 } while (scan_until_end && start_offset < object_size);
256 chunk->set_progress_bar(start_offset);
257 if (start_offset < object_size) {
260 object_size - (start_offset - already_scanned_offset));
    [all...]
regexp-macro-assembler.h 247 int start_offset,
  /external/elfutils/libelf/
common.h 104 result->start_offset = offset;
elf32_getphdr.c 110 + elf->start_offset + ehdr->e_phoff);
184 elf->start_offset + ehdr->e_phoff);
  /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_org/content/browser/download/
download_net_log_parameters.cc 59 dict->SetString("start_offset",
151 int64 start_offset,
156 dict->SetString("start_offset", base::Int64ToString(start_offset));
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.h 141 int64_t start_offset,
146 offset(start_offset),
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 91 inline unsigned int get_tags (unsigned int start_offset,
96 const Record<Type> *arr = this->sub_array (start_offset, record_count);
160 inline unsigned int get_indexes (unsigned int start_offset,
165 const USHORT *arr = this->sub_array (start_offset, _count);
186 inline unsigned int get_feature_indexes (unsigned int start_offset,
189 { return featureIndex.get_indexes (start_offset, feature_count, feature_indexes); }
223 inline unsigned int get_lang_sys_tags (unsigned int start_offset,
226 { return langSys.get_tags (start_offset, lang_sys_count, lang_sys_tags); }
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 91 inline unsigned int get_tags (unsigned int start_offset,
96 const Record<Type> *arr = this->sub_array (start_offset, record_count);
161 inline unsigned int get_indexes (unsigned int start_offset,
166 const USHORT *arr = this->sub_array (start_offset, _count);
187 inline unsigned int get_feature_indexes (unsigned int start_offset,
190 { return featureIndex.get_indexes (start_offset, feature_count, feature_indexes); }
224 inline unsigned int get_lang_sys_tags (unsigned int start_offset,
227 { return langSys.get_tags (start_offset, lang_sys_count, lang_sys_tags); }
    [all...]
  /external/v8/src/
objects-visiting.h 211 int start_offset,
214 start_offset);
regexp-macro-assembler.h 232 int start_offset,
  /external/chromium_org/chrome_frame/test/
chrome_frame_ui_test_utils.h 135 // selected, |start_offset| and |end_offset| will be set to 0. Returns true
138 bool GetSelectionRange(int* start_offset, int* end_offset);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600.h 134 unsigned start_offset; member in struct:r600_block
  /external/mesa3d/src/gallium/drivers/r600/
r600.h 134 unsigned start_offset; member in struct:r600_block
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 122 int start_offset; member in struct:android::Encoder_libjpeg::params
  /packages/inputmethods/PinyinIME/jni/include/
dicttrie.h 179 bool load_dict_fd(int sys_fd, long start_offset, long length,
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager.cc 213 const BrowserAccessibility& node, int start_offset, int end_offset) {
216 node.renderer_id(), start_offset, end_offset);
  /external/qemu/hw/
usb-ohci.c 617 uint32_t start_offset, next_offset, end_offset = 0; local
692 start_offset = iso_td.offset[relative_frame_number];
695 if (!(OHCI_BM(start_offset, TD_PSW_CC) & 0xe) ||
699 start_offset, next_offset);
703 if ((relative_frame_number < frame_count) && (start_offset > next_offset)) {
704 printf("usb-ohci: ISO_TD start_offset=0x%.8x > next_offset=0x%.8x\n",
705 start_offset, next_offset);
709 if ((start_offset & 0x1000) == 0) {
711 (start_offset & OHCI_OFFSET_MASK);
714 (start_offset & OHCI_OFFSET_MASK)
    [all...]
  /external/chromium_org/third_party/libwebp/demux/
demux.c 379 // General chunk storage, starting with the header at 'start_offset', allowing
384 size_t start_offset, uint32_t size) {
388 chunk->data_.offset_ = start_offset;
800 size_t start_offset = image->offset_; local
809 start_offset = alpha->offset_;
812 return mem_buf + start_offset;
  /external/webp/src/demux/
demux.c 380 // General chunk storage, starting with the header at 'start_offset', allowing
385 size_t start_offset, uint32_t size) {
389 chunk->data_.offset_ = start_offset;
800 size_t start_offset = image->offset_; local
809 start_offset = alpha->offset_;
812 return mem_buf + start_offset;
  /art/compiler/dex/
mir_graph.h 264 uint16_t start_offset; member in struct:art::BasicBlock
565 return ((target_bb != NULL) && (target_bb->start_offset <= branch_bb->start_offset));

Completed in 965 milliseconds

1 2 34 5 6 7 8