Searched refs:start_index (Results 51 - 75 of 157) sorted by relevance

1234567

/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/ppapi/c/private/
H A Dppb_pdf.h88 int start_index; member in struct:PP_PrivateFindResult
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_multi_vector.h80 // Like ReadInterleaved() above, but reads from |start_index| instead of from
82 virtual size_t ReadInterleavedFromIndex(size_t start_index,
H A Ddsp_helper.cc84 size_t start_index,
88 assert(start_index + length <= signal->Size());
89 if (start_index + length > signal->Size()) {
97 RampSignal(&(*signal)[channel][start_index], length, factor, increment);
83 RampSignal(AudioMultiVector* signal, size_t start_index, size_t length, int factor, int increment) argument
/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
H A Dbrowser_action_overflow_menu_controller.h43 int start_index,
112 // won't show all items, just the one starting at |start_index| and above.
/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/chromium_org/ui/gfx/geometry/
H A Dr_tree_base.cc351 size_t RTreeBase::Node::ChooseSplitIndex(size_t start_index, argument
358 low_bounds[start_index], high_bounds[start_index]).size().GetArea();
359 int smallest_combined_area = low_bounds[start_index].size().GetArea() +
360 high_bounds[start_index].size().GetArea();
361 size_t optimal_split_index = start_index;
362 for (size_t p = start_index + 1; p < end_index; ++p) {
382 int RTreeBase::Node::SmallestMarginSum(size_t start_index, argument
387 DCHECK_LT(start_index, low_bounds.size());
388 DCHECK_LE(start_index, end_inde
[all...]
H A Dr_tree_base.h172 static size_t ChooseSplitIndex(size_t start_index,
187 static int SmallestMarginSum(size_t start_index,
/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position.cc512 static bool IsRepeatedCharPrefix(const std::string& chars, size_t start_index) { argument
513 return chars[start_index] == chars[start_index+1]
514 && chars[start_index] == chars[start_index+2]
515 && chars[start_index] == chars[start_index+3];
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_buffer.cpp31 void CFX_BinaryBuf::Delete(int start_index, int count) argument
33 if (!m_pBuffer || start_index < 0 || start_index + count > m_DataSize) {
36 FXSYS_memmove32(m_pBuffer + start_index, m_pBuffer + start_index + count, m_DataSize - start_index - count);
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dtokenizer.py183 token.start_index = self.__start_index
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dxray.c187 int start_index = 1; local
192 for (i = start_index; i < num; ++i) {
199 start_index = 0;
255 int start_index = 1; local
262 for (i = start_index; i < num; ++i) {
273 start_index = 0;
285 int start_index = 1; local
289 for (i = start_index; i < num; ++i) {
298 start_index = 0;
/external/chromium_org/third_party/closure_linter/closure_linter/common/
H A Dtokenizer.py184 token.start_index = self.__start_index
/external/chromium_org/ui/base/ime/
H A Dcomposition_text_util_pango_unittest.cc126 pango_attr->start_index =
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
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/browser/ui/tabs/
H A Dtab_strip_model.h279 // spawned by the specified WebContents after |start_index|. If |use_group| is
284 int start_index,
288 // specified opener, starting at |start_index|.
290 int start_index) const;
/external/chromium_org/ppapi/api/private/finish_writing_these/
H A Dppb_pdf.idl69 int32_t start_index;
/external/chromium_org/ppapi/proxy/
H A Dpdf_resource_unittest.cc83 ASSERT_EQ(1, results[0].start_index);
85 ASSERT_EQ(7, results[1].start_index);
/external/chromium_org/tools/clang/scripts/
H A Drun_tool.py79 start_index = lines.index('==== BEGIN EDITS ====')
82 for line in lines[start_index + 1:end_index]:
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dmemory_cache_http_server.py51 start_index = resource_range.byte_range.from_byte
53 self.wfile.write(response[start_index:end_index + 1])
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_parser.h558 int start_index() const { return start_index_; } function in class:google_apis::ResourceList
573 void set_start_index(int start_index) { argument
574 start_index_ = start_index;
/external/chromium_org/v8/src/
H A Djsregexp.cc1801 // even_label is for ranges[i] to ranges[i + 1] where i - start_index is even.
1802 // odd_label is for ranges[i] to ranges[i + 1] where i - start_index is odd.
1806 int start_index,
1819 for (int i = start_index; i <= end_index; i++) {
1822 DCHECK(start_index == 0 || (ranges->at(start_index - 1) & ~kMask) <= base);
1837 for (int i = 0; i < (ranges->at(start_index) & kMask) && i < kSize; i++) {
1842 for (int i = start_index; i < end_index; i++) {
1864 int start_index,
1869 bool odd = (((cut_index - start_index)
1803 EmitUseLookupTable( RegExpMacroAssembler* masm, ZoneList<int>* ranges, int start_index, int end_index, int min_char, Label* fall_through, Label* even_label, Label* odd_label) argument
1862 CutOutRange(RegExpMacroAssembler* masm, ZoneList<int>* ranges, int start_index, int end_index, int cut_index, Label* even_label, Label* odd_label) argument
1893 SplitSearchSpace(ZoneList<int>* ranges, int start_index, int end_index, int* new_start_index, int* new_end_index, int* border) argument
1963 GenerateBranches(RegExpMacroAssembler* masm, ZoneList<int>* ranges, int start_index, int end_index, uc16 min_char, uc16 max_char, Label* fall_through, Label* even_label, Label* odd_label) argument
[all...]
/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)

Completed in 786 milliseconds

1234567