Home
last modified time | relevance | path

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

/third_party/weston/tools/zunitc/src/
Dzuc_base_logger.c81 run_started(void *data, int live_case_count,
86 int live_case_count, int live_test_count, int total_passed,
188 run_started(void *data, int live_case_count, in run_started() argument
197 live_case_count, in run_started()
198 (live_case_count == 1) ? "case" : "cases"); in run_started()
203 int live_case_count, int live_test_count, int total_passed, in run_ended() argument
211 live_case_count, in run_ended()
212 (live_case_count == 1) ? "case" : "cases", in run_ended()
Dzuc_event_listener.h79 int live_case_count,
91 int live_case_count,
Dzunitc_impl.c679 dispatch_run_started(struct zuc_context *ctx, int live_case_count, in dispatch_run_started() argument
687 live_case_count, in dispatch_run_started()
695 int live_case_count, int live_test_count, int total_passed, in dispatch_run_ended() argument
705 live_case_count, in dispatch_run_ended()
1263 int live_case_count = 0; in run_single_pass() local
1274 live_case_count++; in run_single_pass()
1280 dispatch_run_started(&g_ctx, live_case_count, live_test_count, in run_single_pass()
1292 dispatch_run_ended(&g_ctx, live_case_count, live_test_count, in run_single_pass()
Dzuc_junit_reporter.c363 run_started(void *data, int live_case_count, int live_test_count, in run_started() argument
375 int live_case_count, int live_test_count, int total_passed, in run_ended() argument