HomeSort by relevance Sort by last modified time
    Searched full:start_index (Results 101 - 125 of 164) sorted by null

1 2 3 45 6 7

  /external/chromium_org/base/json/
json_parser.cc 808 const int start_index = index_; local
809 int end_index = start_index;
867 StringPiece num_string(num_start, end_index - start_index);
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 601 int start_index() const { return start_index_; } function in class:google_apis::ResourceList
616 void set_start_index(int start_index) {
617 start_index_ = start_index;
gdata_wapi_parser_unittest.cc 34 EXPECT_EQ(1, feed->start_index());
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.cc 713 size_t start_index = rfc3966_format.find('-') + 1; local
714 SplitStringUsing(rfc3966_format.substr(start_index,
715 end_index - start_index),
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_query.c 389 static unsigned r600_query_read_result(char *map, unsigned start_index, unsigned end_index,
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/
r600_hw_context.c 261 static unsigned r600_query_read_result(char *map, unsigned start_index, unsigned end_index,
267 start = (uint64_t)current_result[start_index] |
268 (uint64_t)current_result[start_index+1] << 32;
  /external/llvm/utils/
llvm-compilers-check 242 abbrevs = [abbrev[start_index:start_index+3]
243 for abbrev, start_index
  /external/mesa3d/src/gallium/drivers/r600/
r600_query.c 389 static unsigned r600_query_read_result(char *map, unsigned start_index, unsigned end_index,
395 start = (uint64_t)current_result[start_index] |
396 (uint64_t)current_result[start_index+1] << 32;
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_hw_context.c 261 static unsigned r600_query_read_result(char *map, unsigned start_index, unsigned end_index,
267 start = (uint64_t)current_result[start_index] |
268 (uint64_t)current_result[start_index+1] << 32;
  /external/pdfium/core/include/fxcrt/
fx_basic.h 60 void Delete(int start_index, int count);
151 void Delete(int start_index, int count)
153 CFX_BinaryBuf::Delete(start_index * sizeof(FX_WCHAR), count * sizeof(FX_WCHAR));
    [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...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 1226 int start_index = 0; local
1600 int start_index = 0; local
    [all...]
  /external/opencv/cv/src/
cvshapedescr.cpp 83 cvSetSeqReaderPos( &reader, slice.start_index );
601 cvSetSeqReaderPos( &reader, slice.start_index );
610 cvSetSeqReaderPos( &reader, slice.start_index );
    [all...]
cvconvhull.cpp 207 int idx, first_idx = ptseq->first->start_index;
219 idx += block->start_index - first_idx;
cvfilter.cpp 203 int bsz = buf_size, bw = x_range.end_index - x_range.start_index, bw1 = bw + ksize.width - 1;
207 if( x_range.start_index == prev_x_range.start_index &&
246 if( x_range.end_index - x_range.start_index <= 1 )
250 ofs = (anchor.x-x_range.start_index)*pix_sz;
259 idx = (x_range.start_index - 1)*pix_sz;
345 int width = prev_x_range.end_index - prev_x_range.start_index, width_n = width*pix_size;
499 else if( prev_width != width || prev_x_range.start_index != src_roi.x ||
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 860 def rule_memoization( rule, start_index )
863 end[ start_index ]
878 def memoize( rule, start_index, success )
880 memo = @state.rule_memory[ rule ] and memo[ start_index ] = stop_index
    [all...]
  /external/chromium_org/ash/shelf/
shelf_model_unittest.cc 53 virtual void ShelfItemMoved(int start_index, int target_index) OVERRIDE {
  /external/chromium_org/chrome/browser/web_dev_style/
js_checker.py 231 error.token.start_index, error.token.length)
  /external/chromium_org/chrome/renderer/pepper/
ppb_pdf_impl.cc 268 result.start_index = match_start;
  /external/chromium_org/pdf/
pdf_engine.h 150 int start_index; member in struct:chrome_pdf::PDFEngine::Client::SearchStringResult
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 1480 size_t start_index = 0; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_browsertests.cc 525 EXPECT_EQ(0U, underlines[0].start_index);
530 EXPECT_EQ(6U, underlines[1].start_index);
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 1328 int start_index = char_index; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 662 unsigned start_index = (i % size_ratio) * new_length; local
664 start_index, new_length);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 662 unsigned start_index = (i % size_ratio) * new_length; local
664 start_index, new_length);

Completed in 2585 milliseconds

1 2 3 45 6 7