Lines Matching refs:testCaseNum
66 int testCaseNum;
267 if (g_param.testCaseNum >= TEST_DEFAULT_CASE_MAX) {
271 g_param.testCase[g_param.testCaseNum] = (struct TestCase *)malloc(sizeof(struct TestCase));
272 if (g_param.testCase[g_param.testCaseNum] == nullptr) {
276 (void)memset_s(g_param.testCase[g_param.testCaseNum], sizeof(struct TestCase), 0, sizeof(struct TestCase));
277 struct TestCase *testCase = g_param.testCase[g_param.testCaseNum];
290 g_param.testCaseNum++;
366 g_param.testCaseNum++;
375 int count = g_param.testCaseNum;
376 g_param.testCaseNum = 0;
382 if (g_param.testCaseNum == 0) {
391 for (int index = 0; index < g_param.testCaseNum; index++) {
445 if (g_param.testCaseNum != 0) {
455 if (g_param.testCaseNum == 0) {
458 for (int index = 0; index < g_param.testCaseNum; index++) {