Lines Matching refs:test_case_idx
257 int test_case_idx, count = get_test_case_count(); in run() local
264 for( test_case_idx = ff && start_from >= 0 ? start_from : 0; in run()
265 count < 0 || test_case_idx < count; test_case_idx++ ) in run()
267 ts->update_context( this, test_case_idx, ff ); in run()
268 … progress = update_progress( progress, test_case_idx, count, (double)(t1 - t_start)/(freq*1000) ); in run()
270 code = prepare_test_case( test_case_idx ); in run()
282 if( validate_test_results( test_case_idx ) < 0 || ts->get_err_code() < 0 ) in run()
312 int BaseTest::update_progress( int progress, int test_case_idx, int count, double dt ) in update_progress() argument
317 int t = cvRound( ((double)test_case_idx * width)/count ); in update_progress()
336 test_case_idx = -1; in BadArgTest()
361 descr, test_case_idx, e.code, expected_code); in run_test_case()
369 descr, test_case_idx); in run_test_case()
376 descr, test_case_idx); in run_test_case()
379 test_case_idx++; in run_test_case()
403 test_case_idx = -1; in TestInfo()
516 "\n\ttest case #" << current_test_info.test_case_idx << in set_gtest_status()
523 void TS::update_context( BaseTest* test, int test_case_idx, bool update_ts_context ) in update_context() argument
534 current_test_info.test_case_idx = test_case_idx; in update_context()