Home
last modified time | relevance | path

Searched refs:start_index (Results 1 – 25 of 98) sorted by relevance

1234

/external/opencv/cv/src/
Dcvapprox.cpp551 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/
DphLlcNfc_Timer.c377 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-trace/catapult/third_party/closure_linter/closure_linter/common/
Derror.py43 self.start_index = token.start_index
45 self.start_index = 0
48 self.start_index += self.position.start
64 return a.start_index - b.start_index
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Dtokenutil.py273 if new_token.start_index is None:
275 new_token.start_index = token.start_index
279 new_token.start_index = (previous_token.start_index +
282 new_token.start_index = 0
286 iterator.start_index += len(new_token.string)
315 if new_token.start_index is None:
317 new_token.start_index = token.start_index + len(token.string)
319 new_token.start_index = 0
323 iterator.start_index += len(new_token.string)
423 return token1.start_index - token2.start_index
Djavascriptstatetracker_test.py79 self.assertEquals(0, start_token.start_index)
83 self.assertEquals(0, end_token.start_index)
102 self.assertEquals(10, start_token.start_index)
106 self.assertEquals(0, end_token.start_index)
135 self.assertEquals(10, start_token.start_index)
139 self.assertEquals(0, end_token.start_index)
157 self.assertEquals(12, start_token.start_index)
161 self.assertEquals(2, end_token.start_index)
Dindentation.py170 Position(token.start_index, token.length)])
179 Position(token.start_index, token.length)])
377 hard_stops.add(prev.start_index + 4)
379 start_index = token.start_index
381 start_index += self._start_index_offset[token.line_number]
384 hard_stops.add(start_index + 1)
387 hard_stops.add(start_index + 7)
390 hard_stops.add(start_index + 1)
393 hard_stops.add(start_index + len(token.string) + 1)
396 hard_stops.add(start_index + 2)
Dtokenutil_test.py177 existing_token1.start_index = 0
182 existing_token2.start_index = 3
203 self.assertEquals(0, existing_token1.start_index)
204 self.assertEquals(3, new_token.start_index)
205 self.assertEquals(4, existing_token2.start_index)
/external/v8/src/interpreter/
Dconstant-array-builder.cc15 size_t start_index, in ConstantArraySlice() argument
17 : start_index_(start_index), in ConstantArraySlice()
42 return index + start_index(); in Allocate()
48 return constants_[index - start_index()]; in At()
62 DCHECK_EQ(idx8_slice_.start_index(), 0u); in ConstantArrayBuilder()
64 DCHECK_EQ(idx16_slice_.start_index(), kLowCapacity); in ConstantArrayBuilder()
71 return idx16_slice_.start_index() + idx16_slice_.size(); in size()
79 if (index >= idx16_slice_.start_index()) { in At()
/external/v8/src/regexp/
Dregexp-macro-assembler.cc43 int start_index) { in StringCharacterPosition() argument
47 start_index += SlicedString::cast(subject)->offset(); in StringCharacterPosition()
50 DCHECK(start_index >= 0); in StringCharacterPosition()
51 DCHECK(start_index <= subject->length()); in StringCharacterPosition()
54 SeqOneByteString::cast(subject)->GetChars() + start_index); in StringCharacterPosition()
57 SeqTwoByteString::cast(subject)->GetChars() + start_index); in StringCharacterPosition()
60 ExternalOneByteString::cast(subject)->GetChars() + start_index); in StringCharacterPosition()
63 ExternalTwoByteString::cast(subject)->GetChars() + start_index); in StringCharacterPosition()
69 Isolate* isolate, int start_index, bool is_direct_call, in CheckStackGuardState() argument
115 *input_start = StringCharacterPosition(*subject, start_index); in CheckStackGuardState()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_multi_vector.cc130 size_t AudioMultiVector::ReadInterleavedFromIndex(size_t start_index, in ReadInterleavedFromIndex() argument
137 assert(start_index <= Size()); in ReadInterleavedFromIndex()
138 start_index = std::min(start_index, Size()); in ReadInterleavedFromIndex()
139 if (length + start_index > Size()) { in ReadInterleavedFromIndex()
140 length = Size() - start_index; in ReadInterleavedFromIndex()
144 memcpy(destination, &(*this)[0][start_index], length * sizeof(int16_t)); in ReadInterleavedFromIndex()
149 destination[index] = (*this)[channel][i + start_index]; in ReadInterleavedFromIndex()
Dmerge.cc345 size_t start_index = timestamps_per_call_ + expand_->overlap_length(); in CorrelateAndPeakSearch() local
346 start_index = std::max(start_position, start_index); in CorrelateAndPeakSearch()
347 start_index = (input_length > start_index) ? 0 : (start_index - input_length); in CorrelateAndPeakSearch()
349 size_t start_index_downsamp = start_index / (fs_mult_ * 2); in CorrelateAndPeakSearch()
364 best_correlation_index += start_index; in CorrelateAndPeakSearch()
/external/opencv3/modules/core/src/
Ddatastructs.cpp504 id += block->start_index - seq->first->start_index; in cvSeqElemIdx()
520 int length = slice.end_index - slice.start_index; in cvSliceLength()
524 if( slice.start_index < 0 ) in cvSliceLength()
525 slice.start_index += total; in cvSliceLength()
529 length = slice.end_index - slice.start_index; in cvSliceLength()
559 cvSetSeqReaderPos( &reader, slice.start_index, 0 ); in cvCvtSeqToArray()
616 block->start_index = 0; in cvMakeSeqHeaderForArray()
722 block->start_index = block == block->prev ? 0 : in icvGrowSeq()
723 block->prev->start_index + block->prev->count; in icvGrowSeq()
732 assert( seq->first->start_index == 0 ); in icvGrowSeq()
[all …]
/external/opencv/cxcore/src/
Dcxdatastructs.cpp594 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/
Dstring-search.h110 int start_index);
114 int start_index);
118 int start_index);
123 int start_index);
127 int start_index);
308 int start_index) { in BoyerMooreSearch() argument
319 int index = start_index; in BoyerMooreSearch()
431 int start_index) { in BoyerMooreHorspoolSearch() argument
443 int index = start_index; // No matches found prior to this index. in BoyerMooreHorspoolSearch()
561 int start_index) { in SearchString() argument
[all …]
/external/autotest/contrib/
Dcrbug_crawler.py200 def _prompt_crawl(self, new_issues, start_index): argument
211 len(new_issues), start_index)
212 if start_index > self.PROMPT_LIMIT and not self.prompted:
217 start_index + len(new_issues))
231 start_index = 0
239 start_index += len(new_issues) + 1
240 self.phapi_client.set_start_index(start_index)
243 self._prompt_crawl(new_issues, start_index)
/external/v8/src/runtime/
Druntime-uri.cc29 int start_index);
65 int start_index) { in UnescapeSlow() argument
73 for (int i = start_index; i < length; unescaped_length++) { in UnescapeSlow()
83 DCHECK(start_index < length); in UnescapeSlow()
85 isolate->factory()->NewProperSubString(string, 0, start_index); in UnescapeSlow()
96 for (int i = start_index; i < length; dest_position++) { in UnescapeSlow()
109 for (int i = start_index; i < length; dest_position++) { in UnescapeSlow()
Druntime-strings.cc23 int start_index) { in StringMatch() argument
24 DCHECK(0 <= start_index); in StringMatch()
25 DCHECK(start_index <= sub->length()); in StringMatch()
28 if (pattern_length == 0) return start_index; in StringMatch()
31 if (start_index + pattern_length > subject_length) return -1; in StringMatch()
46 start_index); in StringMatch()
49 start_index); in StringMatch()
54 start_index); in StringMatch()
56 return SearchString(isolate, seq_sub.ToUC16Vector(), pat_vector, start_index); in StringMatch()
143 uint32_t start_index = 0; in RUNTIME_FUNCTION() local
[all …]
/external/opencv3/modules/videoio/src/
Dcap_vfw.cpp178 film_range.start_index = (int)aviinfo.dwStart; in open()
179 film_range.end_index = film_range.start_index + (int)aviinfo.dwLength; in open()
181 pos = film_range.start_index; in open()
250 return (pos - film_range.start_index)/ in getProperty()
251 (film_range.end_index - film_range.start_index + 1e-10); in getProperty()
261 return film_range.end_index - film_range.start_index; in getProperty()
281 film_range.start_index) + in setProperty()
282 film_range.start_index); in setProperty()
287 if( pos < film_range.start_index ) in setProperty()
288 pos = film_range.start_index; in setProperty()
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc169 int32_t ReadableFontData::SearchUShort(int32_t start_index, in SearchUShort() argument
180 int32_t location_start = ReadUShort(start_index + location * start_offset); in SearchUShort()
201 int32_t ReadableFontData::SearchUShort(int32_t start_index, in SearchUShort() argument
210 int32_t location_start = ReadUShort(start_index + location * start_offset); in SearchUShort()
224 int32_t ReadableFontData::SearchULong(int32_t start_index, in SearchULong() argument
235 int32_t location_start = ReadULongAsInt(start_index in SearchULong()
Dreadable_font_data.h201 int32_t SearchUShort(int32_t start_index,
218 int32_t SearchUShort(int32_t start_index,
236 int32_t SearchULong(int32_t start_index,
/external/pdfium/public/
Dfpdf_text.h157 int start_index,
180 int start_index,
263 int start_index);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb382 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 …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
Dfilter.rb50 def memoize( rule, start_index, success ) argument
51 super( rule, start_index, success ) if @state.backtracking > 1
/external/chromium-trace/catapult/dashboard/dashboard/
Dedit_config_handler.py223 for start_index in range(0, len(test_paths), _MAX_TESTS_TO_PUT_AT_ONCE):
224 group = test_paths[start_index:start_index + _MAX_TESTS_TO_PUT_AT_ONCE]
/external/v8/src/js/
Dregexp.js427 var start_index;
429 start_index = RegExpLastMatchInfo[CAPTURE0];
431 return %_SubString(subject, 0, start_index);
436 var start_index;
438 start_index = RegExpLastMatchInfo[CAPTURE1];
440 return %_SubString(subject, start_index, subject.length);

1234