Searched refs:start_index (Results 1 - 25 of 155) sorted by relevance

1234567

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A 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_org/third_party/closure_linter/closure_linter/common/
H A 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/chrome/browser/
H A Dcrash_upload_list_win.cc68 size_t start_index = message.find(pattern_prefix); local
69 if (start_index != std::wstring::npos) {
70 start_index += pattern_prefix.size();
71 size_t end_index = message.find(pattern_suffix, start_index);
74 message.substr(start_index, end_index - start_index);
/external/chromium_org/chrome/browser/
H A Dcrash_upload_list_win.cc70 size_t start_index = message.find(pattern_prefix); local
71 if (start_index != std::wstring::npos) {
72 start_index += pattern_prefix.size();
73 size_t end_index = message.find(pattern_suffix, start_index);
76 message.substr(start_index, end_index - start_index);
/external/chromium_org/ash/shelf/
H A Dshelf_model_observer.h26 virtual void ShelfItemMoved(int start_index, int target_index) = 0;
H A Dshelf_item_delegate_manager.h44 virtual void ShelfItemMoved(int start_index, int targetindex) OVERRIDE;
/external/chromium/base/
H A Dsys_info_chromeos.cc92 size_t start_index = lsb_release.find_first_of('=', version_key_index); local
93 start_index++; // Move past '='.
94 size_t length = lsb_release.find_first_of('\n', start_index) - start_index;
95 std::string version = lsb_release.substr(start_index, length);
/external/chromium_org/content/browser/renderer_host/
H A Dgtk_window_utils.cc40 size_t start_index = 4 * desktop;
41 if (property.size() < start_index + 4)
44 return gfx::Rect(property[start_index], property[start_index + 1],
45 property[start_index + 2], property[start_index + 3]);
/external/libnfc-nxp/src/
H A DphLlcNfc_Timer.c377 uint8_t start_index = 0; local
388 while (start_index < (timer_count - no_of_guard_to_del))
391 ps_timer_info->guard_to_value[start_index] = (uint16_t)
393 (no_of_guard_to_del + start_index)]);
395 ps_timer_info->iframe_send_count[start_index] = (uint8_t)
397 (no_of_guard_to_del + start_index)]);
399 PH_LLCNFC_DEBUG("GUARD TIMER NS INDEX DELETED : 0x%02X\n", ps_timer_info->timer_ns_value[start_index]);
401 ps_timer_info->timer_ns_value[start_index] = (uint8_t)
403 (no_of_guard_to_del + start_index)]);
405 ps_timer_info->frame_type[start_index]
710 uint8_t start_index = 0; local
[all...]
/external/opencv/cv/src/
H A Dcvapprox.cpp551 right_slice.start_index = count;
557 slice.start_index = 0;
571 right_slice.start_index = 0;
576 cvSetSeqReaderPos( &reader, right_slice.start_index, 1 );
592 right_slice.start_index = j;
602 slice.start_index = cvGetSeqReaderPos( &reader );
603 slice.end_index = right_slice.start_index += slice.start_index;
605 right_slice.start_index -= right_slice.start_index >
[all...]
/external/chromium_org/ui/base/webui/
H A Dweb_ui_util.cc62 int start_index) {
69 CHECK(args->GetDouble(start_index++, &button));
70 CHECK(args->GetBoolean(start_index++, &alt_key));
71 CHECK(args->GetBoolean(start_index++, &ctrl_key));
72 CHECK(args->GetBoolean(start_index++, &meta_key));
73 CHECK(args->GetBoolean(start_index++, &shift_key));
61 GetDispositionFromClick(const base::ListValue* args, int start_index) argument
H A Dweb_ui_util.h35 // (in that order), starting at |start_index|.
38 int start_index);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gattc_co.h98 UINT16 start_index, UINT16 conn_id);
/external/chromium/chrome/browser/importer/
H A Dmork_reader.h128 size_t start_index,
138 size_t start_index,
/external/chromium_org/chromeos/ime/
H A Dibus_text_unittest.cc43 EXPECT_EQ(text.underline_attributes()[i].start_index,
44 text2.underline_attributes()[i].start_index);
H A Dibus_text.h25 uint32 start_index; // The inclusive start index. member in struct:chromeos::IBusText::UnderlineAttribute
/external/chromium_org/net/base/
H A Dupload_data_stream.h103 int InitInternal(int start_index, const CompletionCallback& callback);
106 void ResumePendingInit(int start_index,
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dtokenutil.py266 if new_token.start_index is None:
268 new_token.start_index = token.start_index + len(token.string)
270 new_token.start_index = 0
274 iterator.start_index += len(new_token.string)
374 return token1.start_index - token2.start_index
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dtokenutil.py266 if new_token.start_index is None:
268 new_token.start_index = token.start_index + len(token.string)
270 new_token.start_index = 0
274 iterator.start_index += len(new_token.string)
374 return token1.start_index - token2.start_index
/external/chromium_org/v8/src/
H A Duri.h71 Isolate* isolate, Handle<String> string, int start_index);
107 Isolate* isolate, Handle<String> string, int start_index) {
114 for (int i = start_index; i < length; unescaped_length++) {
124 ASSERT(start_index < length);
126 isolate->factory()->NewProperSubString(string, 0, start_index);
135 for (int i = start_index; i < length; dest_position++) {
147 for (int i = start_index; i < length; dest_position++) {
106 UnescapeSlow( Isolate* isolate, Handle<String> string, int start_index) argument
H A Dstring-search.h130 int start_index);
134 int start_index);
138 int start_index);
143 int start_index);
147 int start_index);
310 int start_index) {
321 int index = start_index;
433 int start_index) {
445 int index = start_index; // No matches found prior to this index.
573 int start_index) {
307 BoyerMooreSearch( StringSearch<PatternChar, SubjectChar>* search, Vector<const SubjectChar> subject, int start_index) argument
430 BoyerMooreHorspoolSearch( StringSearch<PatternChar, SubjectChar>* search, Vector<const SubjectChar> subject, int start_index) argument
570 SearchString(Isolate* isolate, Vector<const SubjectChar> subject, Vector<const PatternChar> pattern, int start_index) argument
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A 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/sfntly/cpp/src/sfntly/data/
H A 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/bluetooth/bluedroid/btif/co/
H A Dbta_gattc_co.c70 void bta_gattc_co_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 start_index, UINT16 conn_id) argument
/external/v8/src/
H A Dstring-search.h130 int start_index);
134 int start_index);
138 int start_index);
143 int start_index);
147 int start_index);
302 int start_index) {
313 int index = start_index;
425 int start_index) {
437 int index = start_index; // No matches found prior to this index.
565 int start_index) {
299 BoyerMooreSearch( StringSearch<PatternChar, SubjectChar>* search, Vector<const SubjectChar> subject, int start_index) argument
422 BoyerMooreHorspoolSearch( StringSearch<PatternChar, SubjectChar>* search, Vector<const SubjectChar> subject, int start_index) argument
562 SearchString(Isolate* isolate, Vector<const SubjectChar> subject, Vector<const PatternChar> pattern, int start_index) argument
[all...]

Completed in 968 milliseconds

1234567