Home
last modified time | relevance | path

Searched refs:new_start (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dwizard_accessibility_handler.cc284 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 …]
Dwizard_accessibility_handler.h78 int new_start, int new_end,
/external/webkit/Source/JavaScriptCore/wtf/
DTCSystemAlloc.cpp417 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/grub/stage2/
Dbuiltins.c2751 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/
Dblkparse.c327 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()