Searched defs:start_index (Results 1 - 25 of 86) sorted by relevance

1234

/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_remove_keys_operation.cc17 size_t start_index,
21 key_index_(start_index),
15 EasyUnlockRemoveKeysOperation( const UserContext& user_context, size_t start_index, const RemoveKeysCallback& callback) argument
H A Deasy_unlock_key_manager.cc65 size_t start_index,
75 start_index,
64 RemoveKeys(const UserContext& user_context, size_t start_index, const RemoveKeysCallback& callback) argument
/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/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,
/external/chromium_org/ash/
H A Dfocus_cycler.cc61 int start_index = index; local
73 if (index == start_index)
/external/chromium_org/ash/shelf/
H A Dshelf_item_delegate_manager.cc53 void ShelfItemDelegateManager::ShelfItemMoved(int start_index, argument
/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/components/autofill/core/browser/
H A Dcredit_card_field.cc102 // |start_index| on the HTML form.
103 size_t start_index = 0; local
120 start_index = last_number_field_size;
123 current_number_field->set_credit_card_number_offset(start_index);
/external/bluetooth/bluedroid/btif/co/
H A Dbta_gattc_co.c112 void bta_gattc_co_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 start_index, UINT16 conn_id) argument
118 if (sCacheFD && (0 == fseek(sCacheFD, start_index * sizeof(tBTA_GATTC_NV_ATTR), SEEK_SET)))
124 BTIF_TRACE_DEBUG("%s() - sCacheFD=%p, start_index=%d, read=%d, status=%d",
125 __FUNCTION__, sCacheFD, start_index, num_attr, status);
/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/chromeos/ime/
H A Dcomposition_text.h27 uint32 start_index; // The inclusive start index. member in struct:chromeos::CompositionText::UnderlineAttribute
/external/chromium_org/tools/relocation_packer/src/
H A Drun_length_encoder.cc69 size_t start_index,
80 for (size_t i = start_index; i < end_index; i += 2) {
67 Uncondense(ELF::Addr addr, const std::vector<ELF::Xword>& packed, size_t start_index, size_t end_index, std::vector<ELF::Rel>* relocations) argument
/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/pdf/
H A Dpdf_engine.h147 int start_index; member in struct:chrome_pdf::PDFEngine::Client::SearchStringResult
/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/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
/external/chromium_org/v8/src/
H A Duri.h49 Isolate* isolate, Handle<String> string, int start_index);
86 Isolate* isolate, Handle<String> string, int start_index) {
93 for (int i = start_index; i < length; unescaped_length++) {
103 DCHECK(start_index < length);
105 isolate->factory()->NewProperSubString(string, 0, start_index);
115 for (int i = start_index; i < length; dest_position++) {
127 for (int i = start_index; i < length; dest_position++) {
85 UnescapeSlow( Isolate* isolate, Handle<String> string, int start_index) argument
/external/chromium_org/v8/src/x64/
H A Dregexp-macro-assembler-x64.cc85 * int start_index,
1258 int start_index = frame_entry<int>(re_frame, kStartIndex); local
1260 start_index + slice_offset);
/external/aac/libSBRenc/src/
H A Denv_est.h120 int start_index; member in struct:__anon236
161 int start_index,
/external/chromium_org/chrome/browser/history/
H A Dvisit_database.cc559 size_t start_index = 0, end_index = 0; local
561 start_index = end_index;
569 for (size_t j = start_index; j < end_index; j++) {
570 if (j != start_index)
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_controller_views.cc172 int start_index; local
174 bookmark_bar_loc, &start_index);
178 menu_delegate_->SetActiveMenu(node, start_index);
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_overflow_menu_controller.cc64 int start_index,
72 start_index_(start_index),
80 for (size_t i = start_index; i < views_.size(); ++i) {
59 BrowserActionOverflowMenuController( BrowserActionsContainer* owner, Browser* browser, views::MenuButton* menu_button, const std::vector<BrowserActionView*>& views, int start_index, bool for_drop) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_query.c389 static unsigned r600_query_read_result(char *map, unsigned start_index, unsigned end_index, argument
395 start = (uint64_t)current_result[start_index] |
396 (uint64_t)current_result[start_index+1] << 32;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_hw_context.c261 static unsigned r600_query_read_result(char *map, unsigned start_index, unsigned end_index, argument
267 start = (uint64_t)current_result[start_index] |
268 (uint64_t)current_result[start_index+1] << 32;
/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

Completed in 630 milliseconds

1234