Searched defs:new_start (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_accessibility_handler.cc284 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_en
314 DescribeTextSelectionChanged( const std::string& value, int old_start, int old_end, int new_start, int new_end, std::string* out_spoken_description) argument
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DTCSystemAlloc.cpp417 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/
H A Dtype-info.cc624 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));
629 RelocateRelocInfos(ZoneList<RelocInfo>* infos, byte* old_start, byte* new_start) argument
H A Dmark-compact.cc380 bool Marking::TransferMark(Address old_start, Address new_start) { argument
383 MemoryChunk::FromAddress(new_start));
388 if (old_start == new_start) return false;
390 MarkBit new_mark_bit = MarkBitFrom(new_start);
408 HeapObject::FromAddress(new_start), new_mark_bit);
/external/blktrace/
H A Dblkparse.c327 char *new_start; local
338 new_start = (char *)cpus + (ncpus * sizeof(struct per_cpu_info));
340 memset(new_start, 0, new_space);
/external/grub/stage2/
H A Dbuiltins.c2789 int new_type, new_start, new_len;
2848 if (! safe_parse_maxint (&arg, &new_start))
2861 if (new_start + new_len > buf_geom.total_sectors)
2868 lba_to_chs (new_start, &start_cl, &start_ch, &start_dh);
2869 lba_to_chs (new_start + new_len - 1, &end_cl, &end_ch, &end_dh);
2879 PC_SLICE_START (mbr, entry) = new_start;
2751 int new_type, new_start, new_len; local

Completed in 154 milliseconds