Searched refs:new_start (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/chromeos/login/ |
D | wizard_accessibility_handler.cc | 284 int new_start = text_box->selection_start(); in DescribeTextChanged() local 290 new_start, new_end, in DescribeTextChanged() 318 int new_start, in DescribeTextSelectionChanged() argument 321 if (new_start == new_end) { in DescribeTextSelectionChanged() 326 } else if (old_start == new_start + 1 || old_start == new_start - 1) { in DescribeTextSelectionChanged() 328 AppendUtterance(SubstringUTF8(value, std::min(old_start, new_start), 1), in DescribeTextSelectionChanged() 333 std::min(old_start, new_start), in DescribeTextSelectionChanged() 334 abs(old_start - new_start)), in DescribeTextSelectionChanged() 341 AppendUtterance(SubstringUTF8(value, new_start, new_end - new_start), in DescribeTextSelectionChanged() 343 } else if (old_start == new_start && old_end < new_end) { in DescribeTextSelectionChanged() [all …]
|
D | wizard_accessibility_handler.h | 78 int new_start, int new_end,
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | TCSystemAlloc.cpp | 417 size_t new_start = reinterpret_cast<size_t>(start); in TCMalloc_SystemRelease() local 418 size_t end = new_start + length; in TCMalloc_SystemRelease() 423 new_start = (new_start + pagesize - 1) & ~pagemask; in TCMalloc_SystemRelease() 426 ASSERT((new_start & pagemask) == 0); in TCMalloc_SystemRelease() 428 ASSERT(new_start >= reinterpret_cast<size_t>(start)); in TCMalloc_SystemRelease() 431 if (new_end > new_start) { in TCMalloc_SystemRelease() 434 while (madvise(reinterpret_cast<char*>(new_start), new_end - new_start, in TCMalloc_SystemRelease()
|
/external/v8/src/ |
D | type-info.cc | 624 byte* new_start = code->instruction_start(); in CreateDictionary() local 625 RelocateRelocInfos(infos, old_start, new_start); in CreateDictionary() 631 byte* new_start) { in RelocateRelocInfos() argument 634 info->set_pc(new_start + (info->pc() - old_start)); in RelocateRelocInfos()
|
D | type-info.h | 309 byte* new_start);
|
D | mark-compact.h | 113 bool TransferMark(Address old_start, Address new_start);
|
D | mark-compact.cc | 380 bool Marking::TransferMark(Address old_start, Address new_start) { in TransferMark() argument 383 MemoryChunk::FromAddress(new_start)); in TransferMark() 388 if (old_start == new_start) return false; in TransferMark() 390 MarkBit new_mark_bit = MarkBitFrom(new_start); in TransferMark() 408 HeapObject::FromAddress(new_start), new_mark_bit); in TransferMark()
|
/external/grub/stage2/ |
D | builtins.c | 2751 int new_type, new_start, new_len; in partnew_func() local 2810 if (! safe_parse_maxint (&arg, &new_start)) in partnew_func() 2823 if (new_start + new_len > buf_geom.total_sectors) in partnew_func() 2830 lba_to_chs (new_start, &start_cl, &start_ch, &start_dh); in partnew_func() 2831 lba_to_chs (new_start + new_len - 1, &end_cl, &end_ch, &end_dh); in partnew_func() 2841 PC_SLICE_START (mbr, entry) = new_start; in partnew_func()
|
/external/blktrace/ |
D | blkparse.c | 327 char *new_start; in resize_cpu_info() local 338 new_start = (char *)cpus + (ncpus * sizeof(struct per_cpu_info)); in resize_cpu_info() 340 memset(new_start, 0, new_space); in resize_cpu_info()
|