HomeSort by relevance Sort by last modified time
    Searched defs:new_start (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.cc 284 int new_start = text_box->selection_start(); local
290 new_start, new_end,
318 int new_start,
321 if (new_start == new_end) {
326 } else if (old_start == new_start + 1 || old_start == new_start - 1) {
328 AppendUtterance(SubstringUTF8(value, std::min(old_start, new_start), 1),
333 std::min(old_start, new_start),
334 abs(old_start - new_start)),
341 AppendUtterance(SubstringUTF8(value, new_start, new_end - new_start)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
TCSystemAlloc.cpp 417 size_t new_start = reinterpret_cast<size_t>(start); local
418 size_t end = new_start + length;
423 new_start = (new_start + pagesize - 1) & ~pagemask;
426 ASSERT((new_start & pagemask) == 0);
428 ASSERT(new_start >= reinterpret_cast<size_t>(start));
431 if (new_end > new_start) {
434 while (madvise(reinterpret_cast<char*>(new_start), new_end - new_start,
  /external/v8/src/
type-info.cc 624 byte* new_start = code->instruction_start(); local
625 RelocateRelocInfos(infos, old_start, new_start);
631 byte* new_start) {
634 info->set_pc(new_start + (info->pc() - old_start));
  /external/blktrace/
blkparse.c 327 char *new_start; local
338 new_start = (char *)cpus + (ncpus * sizeof(struct per_cpu_info));
340 memset(new_start, 0, new_space);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 543 regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs);
545 if (BE (new_start == NULL, 0))
550 re_free (new_start);
553 regs->start = new_start;
542 regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs); local
    [all...]
  /external/grub/stage2/
builtins.c 2751 int new_type, new_start, new_len; local
    [all...]

Completed in 623 milliseconds