/external/opencv/cv/src/ |
D | cvapprox.cpp | 551 right_slice.start_index = count; in icvApproxPolyDP_32s() 557 slice.start_index = 0; in icvApproxPolyDP_32s() 571 right_slice.start_index = 0; in icvApproxPolyDP_32s() 576 cvSetSeqReaderPos( &reader, right_slice.start_index, 1 ); in icvApproxPolyDP_32s() 592 right_slice.start_index = j; in icvApproxPolyDP_32s() 602 slice.start_index = cvGetSeqReaderPos( &reader ); in icvApproxPolyDP_32s() 603 slice.end_index = right_slice.start_index += slice.start_index; in icvApproxPolyDP_32s() 605 right_slice.start_index -= right_slice.start_index >= count ? count : 0; in icvApproxPolyDP_32s() 606 right_slice.end_index = slice.start_index; in icvApproxPolyDP_32s() 607 if( right_slice.end_index < right_slice.start_index ) in icvApproxPolyDP_32s() [all …]
|
/external/libnfc-nxp/src/ |
D | phLlcNfc_Timer.c | 377 uint8_t start_index = 0; in phLlcNfc_StopTimers() local 388 while (start_index < (timer_count - no_of_guard_to_del)) in phLlcNfc_StopTimers() 391 ps_timer_info->guard_to_value[start_index] = (uint16_t) in phLlcNfc_StopTimers() 393 (no_of_guard_to_del + start_index)]); in phLlcNfc_StopTimers() 395 ps_timer_info->iframe_send_count[start_index] = (uint8_t) in phLlcNfc_StopTimers() 397 (no_of_guard_to_del + start_index)]); in phLlcNfc_StopTimers() 399 …LCNFC_DEBUG("GUARD TIMER NS INDEX DELETED : 0x%02X\n", ps_timer_info->timer_ns_value[start_index]); in phLlcNfc_StopTimers() 401 ps_timer_info->timer_ns_value[start_index] = (uint8_t) in phLlcNfc_StopTimers() 403 (no_of_guard_to_del + start_index)]); in phLlcNfc_StopTimers() 405 ps_timer_info->frame_type[start_index] = (uint8_t) in phLlcNfc_StopTimers() [all …]
|
/external/chromium/chrome/browser/ |
D | crash_upload_list_win.cc | 68 size_t start_index = message.find(pattern_prefix); in ProcessPossibleCrashLogRecord() local 69 if (start_index != std::wstring::npos) { in ProcessPossibleCrashLogRecord() 70 start_index += pattern_prefix.size(); in ProcessPossibleCrashLogRecord() 71 size_t end_index = message.find(pattern_suffix, start_index); in ProcessPossibleCrashLogRecord() 74 message.substr(start_index, end_index - start_index); in ProcessPossibleCrashLogRecord()
|
/external/chromium/base/ |
D | sys_info_chromeos.cc | 92 size_t start_index = lsb_release.find_first_of('=', version_key_index); in ParseLsbRelease() local 93 start_index++; // Move past '='. in ParseLsbRelease() 94 size_t length = lsb_release.find_first_of('\n', start_index) - start_index; in ParseLsbRelease() 95 std::string version = lsb_release.substr(start_index, length); in ParseLsbRelease()
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 594 id += block->start_index - seq->first->start_index; in cvSeqElemIdx() 612 int length = slice.end_index - slice.start_index; in cvSliceLength() 616 if( slice.start_index < 0 ) in cvSliceLength() 617 slice.start_index += total; in cvSliceLength() 621 length = slice.end_index - slice.start_index; in cvSliceLength() 659 CV_CALL( cvSetSeqReaderPos( &reader, slice.start_index, 0 )); in cvCvtSeqToArray() 722 block->start_index = 0; in cvMakeSeqHeaderForArray() 834 block->start_index = block == block->prev ? 0 : in icvGrowSeq() 835 block->prev->start_index + block->prev->count; in icvGrowSeq() 844 assert( seq->first->start_index == 0 ); in icvGrowSeq() [all …]
|
/external/v8/src/ |
D | string-search.h | 130 int start_index); 134 int start_index); 138 int start_index); 143 int start_index); 147 int start_index); 302 int start_index) { in BoyerMooreSearch() argument 313 int index = start_index; in BoyerMooreSearch() 425 int start_index) { in BoyerMooreHorspoolSearch() argument 437 int index = start_index; // No matches found prior to this index. in BoyerMooreHorspoolSearch() 565 int start_index) { in SearchString() argument [all …]
|
D | regexp.js | 330 var start_index; 333 start_index = lastMatchInfo[CAPTURE0]; 337 start_index = override[override.length - 2]; 340 return SubString(subject, 0, start_index); 345 var start_index; 348 start_index = lastMatchInfo[CAPTURE1]; 354 start_index = override[override.length - 2] + pattern.length; 356 return SubString(subject, start_index, subject.length);
|
D | regexp-macro-assembler.cc | 76 int start_index) { in StringCharacterPosition() argument 79 ASSERT(start_index >= 0); in StringCharacterPosition() 80 ASSERT(start_index <= subject->length()); in StringCharacterPosition() 91 return address + start_index; in StringCharacterPosition() 100 return reinterpret_cast<const byte*>(data + start_index); in StringCharacterPosition()
|
D | d8.js | 563 start_index, argument 567 start_index = lol_next_dump_index; 580 lol_next_dump_index = start_index + lines_to_dump; 584 request.arguments.start = start_index; 1232 var start_index = 0; 1258 start_index = parseInt(args[i]); 1260 if (start_index <= 0) { 1263 start_index -= 1; 1298 start_index,
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/ |
D | filter.rb | 50 def memoize( rule, start_index, success ) argument 51 super( rule, start_index, success ) if @state.backtracking > 1
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | tree.rb | 382 freshen( start_index ) 481 @start_index = payload.start_index 525 def start_index method in ANTLR3.CommonTree 535 alias token_start_index= start_index= 537 alias token_start_index start_index 567 @start_index = first.start_index 784 tree.start_index = start 1207 start_index = @adaptor.token_start_index( start ) 1208 return @token_stream.extract_text( start_index, stop_index ) 1210 start_index = @nodes.index( start ) || @nodes.length [all …]
|
D | profile.rb | 70 def memoize( rule, start_index, success ) argument 264 def memoize( rule, start_index, success ) argument
|
D | recognizers.rb | 860 def rule_memoization( rule, start_index ) 863 end[ start_index ] 878 def memoize( rule, start_index, success ) 880 memo = @state.rule_memory[ rule ] and memo[ start_index ] = stop_index
|
/external/chromium/chrome/browser/importer/ |
D | mork_reader.cc | 171 size_t start_index, in ParseMap() argument 180 size_t idx = start_index; in ParseMap() 230 start_index = 0; in ParseMap() 244 size_t start_index, in ParseTable() argument 258 size_t idx = start_index; in ParseTable() 411 start_index = 0; in ParseTable()
|
D | mork_reader.h | 128 size_t start_index, 138 size_t start_index,
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
D | bookmark_menu_controller_views.cc | 59 int start_index; in RunMenuAt() local 61 menu_button, &anchor, &start_index); in RunMenuAt() 261 int start_index; in GetSiblingMenu() local 263 bookmark_bar_->GetNodeForButtonAt(bookmark_bar_loc, &start_index); in GetSiblingMenu() 269 alt_menu = CreateMenu(node, start_index); in GetSiblingMenu() 275 *button, anchor, &start_index); in GetSiblingMenu()
|
D | bookmark_bar_view.cc | 786 int* start_index) { in GetNodeForButtonAt() argument 787 *start_index = 0; in GetNodeForButtonAt() 806 *start_index = GetFirstHiddenNodeIndex(); in GetNodeForButtonAt() 834 int* start_index) { in GetAnchorPositionAndStartIndexForButton() argument 849 *start_index = GetFirstHiddenNodeIndex(); in GetAnchorPositionAndStartIndexForButton() 851 *start_index = 0; in GetAnchorPositionAndStartIndexForButton() 1157 int start_index = 0; in RunMenu() local 1162 start_index = GetFirstHiddenNodeIndex(); in RunMenu() 1170 page_navigator_, GetWindow()->GetNativeWindow(), node, start_index); in RunMenu() 1348 int start_index = 0; in ShowDropFolderForNode() local [all …]
|
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility_win.h | 288 STDMETHODIMP scrollSubstringTo(LONG start_index, in scrollSubstringTo() argument 293 STDMETHODIMP scrollSubstringToPoint(LONG start_index, LONG end_index, in scrollSubstringToPoint() argument 399 unsigned int start_index, in get_clippedSubstringBounds() argument 409 unsigned int start_index, in get_unclippedSubstringBounds() argument 419 unsigned int start_index, in scrollToSubstring() argument
|
/external/llvm/test/Scripts/ |
D | coff-dump.py | 479 start_index = entry[1] 488 start_index = read_value(start_index) 492 write("%d = " % (index + start_index))
|
/external/aac/libSBRenc/src/ |
D | env_est.h | 120 int start_index; member 161 int start_index,
|
/external/chromium/chrome/browser/ui/views/extensions/ |
D | browser_action_overflow_menu_controller.cc | 23 int start_index) in BrowserActionOverflowMenuController() argument 28 start_index_(start_index), in BrowserActionOverflowMenuController() 34 for (size_t i = start_index; i < views_->size(); ++i) { in BrowserActionOverflowMenuController()
|
D | browser_action_overflow_menu_controller.h | 39 int start_index);
|
/external/chromium/chrome/browser/tabs/ |
D | tab_strip_model.h | 296 int start_index, 302 int start_index) const; 307 int start_index) const;
|
D | tab_strip_model.cc | 395 const NavigationController* opener, int start_index, bool use_group) const { in GetIndexOfNextTabContentsOpenedBy() argument 397 DCHECK(ContainsIndex(start_index)); in GetIndexOfNextTabContentsOpenedBy() 400 for (int i = start_index + 1; i < count(); ++i) { in GetIndexOfNextTabContentsOpenedBy() 405 for (int i = start_index - 1; i >= 0; --i) { in GetIndexOfNextTabContentsOpenedBy() 414 int start_index) const { in GetIndexOfFirstTabContentsOpenedBy() 416 DCHECK(ContainsIndex(start_index)); in GetIndexOfFirstTabContentsOpenedBy() 418 for (int i = 0; i < start_index; ++i) { in GetIndexOfFirstTabContentsOpenedBy() 426 const NavigationController* opener, int start_index) const { in GetIndexOfLastTabContentsOpenedBy() 428 DCHECK(ContainsIndex(start_index)); in GetIndexOfLastTabContentsOpenedBy() 431 contents_data_.begin() + start_index; in GetIndexOfLastTabContentsOpenedBy()
|
/external/chromium/chrome/browser/history/ |
D | visit_database.cc | 498 size_t start_index = 0, end_index = 0; in GetVisitsSource() local 500 start_index = end_index; in GetVisitsSource() 508 for (size_t j = start_index; j < end_index; j++) { in GetVisitsSource() 509 if (j != start_index) in GetVisitsSource()
|