/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/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/ |
composition_text_unittest.cc | 44 EXPECT_EQ(text.underline_attributes()[i].start_index, 45 text2.underline_attributes()[i].start_index);
|
composition_text.h | 27 uint32 start_index; // The inclusive start index. member in struct:chromeos::CompositionText::UnderlineAttribute
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
audio_multi_vector.cc | 130 size_t AudioMultiVector::ReadInterleavedFromIndex(size_t start_index, 137 assert(start_index <= Size()); 138 start_index = std::min(start_index, Size()); 139 if (length + start_index > Size()) { 140 length = Size() - start_index; 144 memcpy(destination, &(*this)[0][start_index], length * sizeof(int16_t)); 149 destination[index] = (*this)[channel][i + start_index];
|
dsp_helper_unittest.cc | 58 // 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,
|
/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/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.h | 34 // (in that order), starting at |start_index|. 36 GetDispositionFromClick(const base::ListValue* args, int start_index);
|
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));
|
/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/ui/app_list/test/ |
app_list_test_model.cc | 83 int start_index = static_cast<int>(top_level_item_list()->item_count()); local 85 CreateAndAddItem(GetItemName(start_index + i)); 90 int start_index = static_cast<int>(top_level_item_list()->item_count()); local 91 AppListTestItem* item = CreateAndAddItem(GetItemName(start_index)); 94 AppListTestItem* new_item = CreateAndAddItem(GetItemName(start_index + i));
|
/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/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/bluetooth/bluedroid/btif/co/ |
bta_gattc_co.c | 111 void bta_gattc_co_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 start_index, UINT16 conn_id) 117 if (sCacheFD && (0 == fseek(sCacheFD, start_index * sizeof(tBTA_GATTC_NV_ATTR), SEEK_SET))) 123 BTIF_TRACE_DEBUG("%s() - sCacheFD=%p, start_index=%d, read=%d, status=%d", 124 __FUNCTION__, sCacheFD, start_index, num_attr, status);
|
/external/chromium_org/ash/shelf/ |
shelf_item_delegate_manager.cc | 53 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
|