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

  /external/opencv/cvaux/src/
cvprewarp.cpp 94 int run_index; local
102 run_index = 0;
111 runs[run_index++] = 0;
112 runs[run_index++] = curr_color;
124 runs[run_index++] = index;
125 runs[run_index++] = color;
133 runs[run_index++] = index;
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
csv_pivot_table_output_formatter.py 28 FIELDS = ['story_set', 'page', 'name', 'value', 'units', 'run_index']
47 run_index = page_test_results.all_page_runs.index(run)
51 'run_index': run_index,

Completed in 54 milliseconds