HomeSort by relevance Sort by last modified time
    Searched refs:run_idx (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
deflickering_test.cc 47 for (uint32_t run_idx = 0; run_idx < NumRuns; run_idx++)
71 if (run_idx == 0)
82 if (acc_ticks.Microseconds() < min_runtime || run_idx == 0)
video_processing_unittest.cc 234 for (uint32_t run_idx = 0; run_idx < NumRuns; run_idx++) {
262 if (acc_ticks.Microseconds() < min_runtime || run_idx == 0) {
  /external/lldb/examples/python/
process_events.py 150 for run_idx in range(options.run_count):
159 print 'Launching "%s"... (launch %u of %u)' % (exe, run_idx + 1, options.run_count)