HomeSort by relevance Sort by last modified time
    Searched defs:start_index (Results 1 - 17 of 17) sorted by null

  /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/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/chromium/chrome/browser/history/
visit_database.cc 498 size_t start_index = 0, end_index = 0; local
500 start_index = end_index;
508 for (size_t j = start_index; j < end_index; j++) {
509 if (j != start_index)
  /external/chromium/chrome/browser/ui/
browser_navigator.cc 98 int start_index = std::max(0, params->browser->active_index()); local
101 int tab_index = (start_index + i) % tab_count;
  /external/aac/libSBRenc/src/
env_est.h 120 int start_index; member in struct:__anon1796
161 int start_index,
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.cc 59 int start_index; local
61 menu_button, &anchor, &start_index);
261 int start_index; local
263 bookmark_bar_->GetNodeForButtonAt(bookmark_bar_loc, &start_index);
269 alt_menu = CreateMenu(node, start_index);
275 *button, anchor, &start_index);
bookmark_bar_view.cc 786 int* start_index) {
787 *start_index = 0;
806 *start_index = GetFirstHiddenNodeIndex();
834 int* start_index) {
849 *start_index = GetFirstHiddenNodeIndex();
851 *start_index = 0;
1157 int start_index = 0; local
1348 int start_index = 0; local
    [all...]
  /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/v8/src/arm/
regexp-macro-assembler-arm.cc 98 * int start_index,
1102 int start_index = frame_entry<int>(re_frame, kStartIndex); variable
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 88 * int start_index,
1132 int start_index = frame_entry<int>(re_frame, kStartIndex); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 224 attr_accessor :start_index
377 | start = #{ start_index.inspect }
382 freshen( start_index )
475 @start_index = -1
481 @start_index = payload.start_index
525 def start_index method in class:ANTLR3.CommonTree
526 @start_index == -1 and @token and return @token.index
527 return @start_index
535 alias token_start_index= start_index
    [all...]
  /external/v8/src/
mark-compact.cc 3154 uint32_t start_index = MemoryChunk::FastAddressToMarkbitIndex(code_start); local
    [all...]
hydrogen.cc 3347 HInstruction* start_index = AddInstruction(new(zone()) HConstant( local
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 1092 int start_index, end_index; member in struct:CvSlice
1099 slice.start_index = start;
1190 int start_index; /* Index of the first element in the block + */ member in struct:CvSeqBlock
1191 /* sequence->first->start_index. */
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 438 milliseconds