Searched refs:start_index (Results 26 - 50 of 157) sorted by relevance

1234567

/external/chromium_org/v8/src/
H A Dstring-search.h107 int start_index);
111 int start_index);
115 int start_index);
120 int start_index);
124 int start_index);
287 int start_index) {
298 int index = start_index;
410 int start_index) {
422 int index = start_index; // No matches found prior to this index.
550 int start_index) {
284 BoyerMooreSearch( StringSearch<PatternChar, SubjectChar>* search, Vector<const SubjectChar> subject, int start_index) argument
407 BoyerMooreHorspoolSearch( StringSearch<PatternChar, SubjectChar>* search, Vector<const SubjectChar> subject, int start_index) argument
547 SearchString(Isolate* isolate, Vector<const SubjectChar> subject, Vector<const PatternChar> pattern, int start_index) argument
[all...]
H A Dregexp.js319 var start_index;
322 start_index = lastMatchInfo[CAPTURE0];
326 start_index = OVERRIDE_POS(override);
329 return %_SubString(subject, 0, start_index);
334 var start_index;
337 start_index = lastMatchInfo[CAPTURE1];
343 start_index = OVERRIDE_POS(override) + match.length;
345 return %_SubString(subject, start_index, subject.length);
H A Dregexp-macro-assembler.cc44 int start_index) {
47 DCHECK(start_index >= 0);
48 DCHECK(start_index <= subject->length());
59 return address + start_index;
68 return reinterpret_cast<const byte*>(data + start_index);
42 StringCharacterPosition( String* subject, int start_index) argument
/external/aac/libSBRenc/src/
H A Denv_est.h120 int start_index; member in struct:__anon236
161 int start_index,
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
H A Dfilter.rb50 def memoize( rule, start_index, success )
51 super( rule, start_index, success ) if @state.backtracking > 1
/external/chromium_org/ash/
H A Dfocus_cycler.cc61 int start_index = index; local
73 if (index == start_index)
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddsp_helper_unittest.cc58 // We want to start ramping at |start_index| and keep ramping for |kLen|
60 int start_index = kLen; local
66 int stop_factor = DspHelper::RampSignal(&input, start_index, kLen,
H A Dmerge.cc327 int start_index = timestamps_per_call_ + local
329 start_index = std::max(start_position, start_index);
330 start_index = std::max(start_index - input_length, 0);
332 int start_index_downsamp = start_index / (fs_mult_ * 2);
347 best_correlation_index += start_index;
H A Ddsp_helper.h69 // |start_index|.
71 size_t start_index,
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dindentation.py170 Position(token.start_index, token.length)])
179 Position(token.start_index, token.length)])
370 start_index = token.start_index
372 start_index += self._start_index_offset[token.line_number]
375 hard_stops.add(start_index + 1)
378 hard_stops.add(start_index + 7)
381 hard_stops.add(start_index + 1)
384 hard_stops.add(start_index + len(token.string) + 1)
387 hard_stops.add(start_index
[all...]
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dindentation.py170 Position(token.start_index, token.length)])
179 Position(token.start_index, token.length)])
380 start_index = token.start_index
382 start_index += self._start_index_offset[token.line_number]
385 hard_stops.add(start_index + 1)
388 hard_stops.add(start_index + 7)
391 hard_stops.add(start_index + 1)
394 hard_stops.add(start_index + len(token.string) + 1)
397 hard_stops.add(start_index
[all...]
H A Dtokenutil_test.py169 existing_token1.start_index = 0
174 existing_token2.start_index = 3
195 self.assertEquals(0, existing_token1.start_index)
196 self.assertEquals(3, new_token.start_index)
197 self.assertEquals(4, existing_token2.start_index)
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dmessage_util.cc85 size_t start_index = 0; local
89 start_index = static_cast<size_t>(temp);
132 bool valid = (i >= start_index && i < end_index);
/external/chromium_org/v8/test/webkit/
H A Dtestcfg.py134 start_index = 0
143 yield ActIterator(lines[start_index:index])
145 start_index = index + 1
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc169 int32_t ReadableFontData::SearchUShort(int32_t start_index, argument
180 int32_t location_start = ReadUShort(start_index + location * start_offset);
201 int32_t ReadableFontData::SearchUShort(int32_t start_index, argument
210 int32_t location_start = ReadUShort(start_index + location * start_offset);
224 int32_t ReadableFontData::SearchULong(int32_t start_index, argument
235 int32_t location_start = ReadULongAsInt(start_index
/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc169 int32_t ReadableFontData::SearchUShort(int32_t start_index, argument
180 int32_t location_start = ReadUShort(start_index + location * start_offset);
201 int32_t ReadableFontData::SearchUShort(int32_t start_index, argument
210 int32_t location_start = ReadUShort(start_index + location * start_offset);
224 int32_t ReadableFontData::SearchULong(int32_t start_index, argument
235 int32_t location_start = ReadULongAsInt(start_index
/external/chromium_org/chrome/browser/ui/
H A Dsingleton_tabs.cc89 int start_index = local
93 int tab_index = (start_index + i) % tab_count;
/external/chromium_org/chrome/common/favicon/
H A Dfavicon_url_parser.cc24 // |start_index|.
26 size_t start_index,
28 return path.compare(start_index, search.length(), search) == 0;
25 HasSubstringAt(const std::string& path, size_t start_index, const std::string& search) argument
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp594 id += block->start_index - seq->first->start_index;
612 int length = slice.end_index - slice.start_index;
616 if( slice.start_index < 0 )
617 slice.start_index += total;
621 length = slice.end_index - slice.start_index;
659 CV_CALL( cvSetSeqReaderPos( &reader, slice.start_index, 0 ));
722 block->start_index = 0;
834 block->start_index = block == block->prev ? 0 :
835 block->prev->start_index
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dtokens.py44 start_index: The character index in the line where this token starts.
72 self.start_index = None
/external/chromium_org/ash/shelf/
H A Dshelf_item_delegate_manager.cc53 void ShelfItemDelegateManager::ShelfItemMoved(int start_index, argument
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_key_manager.h50 size_t start_index,
/external/chromium_org/net/base/
H A Dupload_data_stream.cc125 int UploadDataStream::InitInternal(int start_index, argument
130 for (size_t i = start_index; i < element_readers_.size(); ++i) {
133 // with start_index == i + 1 when reader->Init() finishes.
158 void UploadDataStream::ResumePendingInit(int start_index, argument
171 const int result = InitInternal(start_index, callback);
/external/chromium_org/third_party/closure_linter/closure_linter/common/
H A Dtokens.py44 start_index: The character index in the line where this token starts.
78 self.start_index = None
/external/chromium_org/third_party/markdown/
H A Dpreprocessors.py132 def _recursive_tagfind(self, ltag, rtag, start_index, block):
134 i = block.find(rtag, start_index)
137 j = block.find(ltag, start_index)
144 start_index = self._recursive_tagfind(ltag, rtag, j + 1, block)
145 if start_index == -1:

Completed in 3630 milliseconds

1234567