/external/chromium/chrome/browser/chromeos/login/ |
D | wizard_accessibility_handler.cc | 281 int old_start = previous_text_selection_start_; in DescribeTextChanged() local 289 old_start, old_end, in DescribeTextChanged() 316 int old_start, in DescribeTextSelectionChanged() argument 323 if (old_start != old_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() 339 if (old_start == old_end) { in DescribeTextSelectionChanged() 343 } else if (old_start == new_start && old_end < new_end) { in DescribeTextSelectionChanged() [all …]
|
D | wizard_accessibility_handler.h | 77 int old_start, int old_end,
|
/external/chromium_org/courgette/third_party/ |
D | bsdiff_apply.cc | 62 const uint8* old_start, size_t old_size, in MBS_ApplyPatch() argument 64 const uint8* old_end = old_start + old_size; in MBS_ApplyPatch() 81 const uint8* old_position = old_start; in MBS_ApplyPatch() 136 if (old_position + seek_adjustment < old_start || in MBS_ApplyPatch() 161 const uint8* old_start = old_stream->Buffer(); in ApplyBinaryPatch() local 166 if (CalculateCrc(old_start, old_size) != header.scrc32) in ApplyBinaryPatch() 169 MBS_ApplyPatch(&header, patch_stream, old_start, old_size, new_stream); in ApplyBinaryPatch()
|
/external/chromium_org/third_party/libwebp/dec/ |
D | idec.c | 159 const uint8_t* const old_start = mem->buf_ + mem->start_; in AppendToMemBuffer() local 161 need_compressed_alpha ? dec->alpha_data_ : old_start; in AppendToMemBuffer() 170 const size_t new_mem_start = old_start - old_base; in AppendToMemBuffer() 189 DoRemap(idec, mem->buf_ + mem->start_ - old_start); in AppendToMemBuffer() 197 const uint8_t* const old_start = old_buf + mem->start_; in RemapMemBuffer() local 205 DoRemap(idec, mem->buf_ + mem->start_ - old_start); in RemapMemBuffer()
|
/external/webp/src/dec/ |
D | idec.c | 159 const uint8_t* const old_start = mem->buf_ + mem->start_; in AppendToMemBuffer() local 161 need_compressed_alpha ? dec->alpha_data_ : old_start; in AppendToMemBuffer() 170 const size_t new_mem_start = old_start - old_base; in AppendToMemBuffer() 189 DoRemap(idec, mem->buf_ + mem->start_ - old_start); in AppendToMemBuffer() 197 const uint8_t* const old_start = old_buf + mem->start_; in RemapMemBuffer() local 205 DoRemap(idec, mem->buf_ + mem->start_ - old_start); in RemapMemBuffer()
|
/external/chromium_org/v8/src/ |
D | type-info.cc | 517 byte* old_start = code->instruction_start(); in CreateDictionary() local 520 RelocateRelocInfos(infos, old_start, new_start); in CreateDictionary() 525 byte* old_start, in RelocateRelocInfos() argument 529 info->set_pc(new_start + (info->pc() - old_start)); in RelocateRelocInfos()
|
D | type-info.h | 323 byte* old_start,
|
D | mark-compact.h | 114 bool TransferMark(Address old_start, Address new_start);
|
D | mark-compact.cc | 601 bool Marking::TransferMark(Address old_start, Address new_start) { in TransferMark() argument 603 ASSERT(MemoryChunk::FromAddress(old_start) == in TransferMark() 609 if (old_start == new_start) return false; in TransferMark() 612 MarkBit old_mark_bit = MarkBitFrom(old_start); in TransferMark()
|
/external/v8/src/ |
D | type-info.cc | 622 byte* old_start = code->instruction_start(); in CreateDictionary() local 625 RelocateRelocInfos(infos, old_start, new_start); in CreateDictionary() 630 byte* old_start, in RelocateRelocInfos() argument 634 info->set_pc(new_start + (info->pc() - old_start)); in RelocateRelocInfos()
|
D | type-info.h | 308 byte* old_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 382 ASSERT(MemoryChunk::FromAddress(old_start) == in TransferMark() 388 if (old_start == new_start) return false; in TransferMark() 391 MarkBit old_mark_bit = MarkBitFrom(old_start); in TransferMark()
|
D | spaces.cc | 1398 Address old_start = space_end - capacity_; in ShrinkTo() local 1403 if (!allocator->UncommitBlock(old_start, delta)) { in ShrinkTo()
|
/external/chromium_org/chrome/browser/web_resource/ |
D | notification_promo.cc | 291 const double old_start = old_promo.start_; in CheckForNewNotification() local 296 old_start != start_ || old_end != end_ || old_promo_text != promo_text_; in CheckForNewNotification()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToStream.java | 1262 final int old_start = start; in cdata() local 1311 super.fireCDATAEvent(ch, old_start, length); in cdata()
|