Home
last modified time | relevance | path

Searched refs:run_idx (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
Ddeflickering_test.cc47 for (uint32_t run_idx = 0; run_idx < NumRuns; run_idx++) in TEST_F() local
71 if (run_idx == 0) in TEST_F()
82 if (acc_ticks.Microseconds() < min_runtime || run_idx == 0) in TEST_F()
Dvideo_processing_unittest.cc234 for (uint32_t run_idx = 0; run_idx < NumRuns; run_idx++) { in TEST_F() local
262 if (acc_ticks.Microseconds() < min_runtime || run_idx == 0) { in TEST_F()
/external/lldb/examples/python/
Dprocess_events.py150 for run_idx in range(options.run_count):
159 … print 'Launching "%s"... (launch %u of %u)' % (exe, run_idx + 1, options.run_count)
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-stat.c1460 int status = -ENOMEM, run_idx; in cmd_stat() local
1585 for (run_idx = 0; forever || run_idx < run_count; run_idx++) { in cmd_stat()
1588 run_idx + 1); in cmd_stat()