Searched defs:cm_tests (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c1906 struct CMUnitTestState *cm_tests)
1944 struct CMUnitTestState *cmtest = &cm_tests[i];
1989 struct CMUnitTestState *cm_tests)
2000 struct CMUnitTestState *cmtest = &cm_tests[i];
2149 struct CMUnitTestState *cm_tests)
2161 cm_tests);
2173 cm_tests);
2465 struct CMUnitTestState *cm_tests; local
2480 cm_tests = (struct CMUnitTestState *)libc_malloc(sizeof(struct CMUnitTestState) * num_tests);
2481 if (cm_tests
1900 cmprintf_group_finish_xml(const char *group_name, size_t total_executed, size_t total_failed, size_t total_errors, size_t total_skipped, double total_runtime, struct CMUnitTestState *cm_tests) argument
1985 cmprintf_group_finish_standard(size_t total_executed, size_t total_passed, size_t total_failed, size_t total_errors, struct CMUnitTestState *cm_tests) argument
2142 cmprintf_group_finish(const char *group_name, size_t total_executed, size_t total_passed, size_t total_failed, size_t total_errors, size_t total_skipped, double total_runtime, struct CMUnitTestState *cm_tests) argument
[all...]

Completed in 40 milliseconds