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

  /external/webrtc/webrtc/system_wrappers/source/
critical_section_unittest.cc 59 int loop_counter = 0; local
63 while (count->Count() < target && loop_counter < 100 * target) {
64 ++loop_counter;
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 624 int loop_counter = 0; local
627 ASSERT_LT(loop_counter++, 10);
    [all...]

Completed in 122 milliseconds