/external/chromium/chrome/browser/ |
crash_upload_list_win.cc | 68 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-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
error.py | 43 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/chrome/browser/ |
crash_upload_list_win.cc | 70 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/content/browser/renderer_host/ |
gtk_window_utils.cc | 40 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/chromium_org/third_party/closure_linter/closure_linter/common/ |
error.py | 43 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/opencv/cv/src/ |
cvapprox.cpp | 551 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 >= count ? count : 0 [all...] |
/external/chromium_org/chromeos/ime/ |
ibus_text_unittest.cc | 43 EXPECT_EQ(text.underline_attributes()[i].start_index, 44 text2.underline_attributes()[i].start_index);
|
ibus_text.h | 25 uint32 start_index; // The inclusive start index. member in struct:chromeos::IBusText::UnderlineAttribute
|
/frameworks/av/media/libeffects/loudness/dsp/core/ |
basic-inl.h | 29 int start_index, 31 int start = start_index;
|
basic.h | 39 int start_index,
|
/external/chromium/base/ |
sys_info_chromeos.cc | 92 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/libnfc-nxp/src/ |
phLlcNfc_Timer.c | 377 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] = (uint8_t 710 uint8_t start_index = 0; local [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/ |
filter.rb | 50 def memoize( rule, start_index, success ) 51 super( rule, start_index, success ) if @state.backtracking > 1
|
/external/chromium_org/ui/base/webui/ |
web_ui_util.cc | 62 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));
|
web_ui_util.h | 35 // (in that order), starting at |start_index|. 38 int start_index);
|
/external/chromium_org/net/base/ |
upload_data_stream.cc | 125 int UploadDataStream::InitInternal(int start_index, 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, 171 const int result = InitInternal(start_index, callback);
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/ |
readable_font_data.cc | 169 int32_t ReadableFontData::SearchUShort(int32_t start_index, 180 int32_t location_start = ReadUShort(start_index + location * start_offset); 201 int32_t ReadableFontData::SearchUShort(int32_t start_index, 210 int32_t location_start = ReadUShort(start_index + location * start_offset); 224 int32_t ReadableFontData::SearchULong(int32_t start_index, 235 int32_t location_start = ReadULongAsInt(start_index
|
/external/sfntly/cpp/src/sfntly/data/ |
readable_font_data.cc | 169 int32_t ReadableFontData::SearchUShort(int32_t start_index, 180 int32_t location_start = ReadUShort(start_index + location * start_offset); 201 int32_t ReadableFontData::SearchUShort(int32_t start_index, 210 int32_t location_start = ReadUShort(start_index + location * start_offset); 224 int32_t ReadableFontData::SearchULong(int32_t start_index, 235 int32_t location_start = ReadULongAsInt(start_index
|
/external/chromium_org/ui/app_list/test/ |
app_list_test_model.cc | 51 int start_index = static_cast<int>(item_list()->item_count()); local 53 CreateAndAddItem(GetItemName(start_index + i));
|
/external/opencv/cxcore/src/ |
cxdatastructs.cpp | 594 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 + block->prev->count [all...] |
/external/chromium_org/ash/shelf/ |
shelf_item_delegate_manager.cc | 54 void ShelfItemDelegateManager::ShelfItemMoved(int start_index,
|
shelf_item_delegate_manager.h | 44 virtual void ShelfItemMoved(int start_index, int targetindex) OVERRIDE;
|
shelf_model_observer.h | 26 virtual void ShelfItemMoved(int start_index, int target_index) = 0;
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
tokenutil.py | 266 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/ |
tokenutil.py | 266 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
|