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

  /external/chromium/chrome/browser/
crash_upload_list_win.cc 71 size_t end_index = message.find(pattern_suffix, start_index); local
72 if (end_index != std::wstring::npos) {
74 message.substr(start_index, end_index - start_index);
  /external/chromium/base/
string_split.cc 128 const typename STR::size_type end_index = str.find(s, begin_index); local
129 if (end_index == STR::npos) {
136 const STR term = str.substr(begin_index, end_index - begin_index);
140 begin_index = end_index + s.size();
  /external/chromium/base/i18n/
rtl.cc 356 size_t end_index = text.length() - 1; local
357 if (text[end_index] == kPopDirectionalFormatting)
358 --end_index;
359 return text.substr(begin_index, end_index - begin_index + 1);
  /external/chromium/chrome/browser/history/
visit_database.cc 498 size_t start_index = 0, end_index = 0; local
499 while (end_index < visits_size) {
500 start_index = end_index;
501 end_index = end_index + batch_size < visits_size ? end_index + batch_size
508 for (size_t j = start_index; j < end_index; j++) {
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 245 int end_index = 0; local
247 end_index++;
248 return end_index;
  /external/gtest/include/gtest/internal/
gtest-param-util.h 260 int end_index = 0; local
262 end_index++;
263 return end_index;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 244 int end_index = 0; local
246 end_index++;
247 return end_index;
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 263 int end_index = 0; local
265 end_index++;
266 return end_index;
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 172 string::size_type begin_index, end_index; local
175 end_index = full.find_first_of(delim, begin_index);
176 if (end_index == string::npos) {
180 *result++ = full.substr(begin_index, (end_index - begin_index));
181 begin_index = full.find_first_not_of(delim, end_index);
    [all...]
  /external/yaffs2/yaffs2/
yaffs_fs.c 552 unsigned long end_index; local
576 end_index = inode->i_size >> PAGE_CACHE_SHIFT;
579 if (page->index < end_index) {
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 1092 int start_index, end_index; member in struct:CvSlice
1100 slice.end_index = end;
    [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 369 milliseconds