Searched defs:stop_index (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/
H A Dskia_benchmarking_extension.cc131 int stop_index = -1; local
146 params_dict->GetInteger("stop", &stop_index);
182 stop_index < 0 ? last_index : std::min(last_index, stop_index));
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb225 attr_accessor :stop_index
378 | stop = #{ stop_index.inspect }
476 @stop_index = -1
482 @stop_index = payload.stop_index
530 def stop_index method in class:ANTLR3.CommonTree
531 @stop_index == -1 and @token and return @token.index
532 return @stop_index
536 alias token_stop_index= stop_index=
538 alias token_stop_index stop_index
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoengine_unittest.h724 // Parse all RTCP packet, from start_index to stop_index, and count how many
727 bool CountRtcpFir(int start_index, int stop_index, int* fir_count) { argument
729 for (int i = start_index; i < stop_index; ++i) {

Completed in 172 milliseconds