Lines Matching refs:test_ids

434 const test_id_t *test_ids = (const test_id_t[]) {
809 if (test_ids[t].name && !( in summary()
810 strcmp(test_ids[t].name, in summary()
812 || strcmp(test_ids[t].name, in summary()
821 test_ids[t].defines, in summary()
822 test_ids[t].define_count, in summary()
823 test_ids[t].cycles, in summary()
824 test_ids[t].cycle_count, in summary()
870 if (test_ids[t].name && !( in list_suites()
871 strcmp(test_ids[t].name, in list_suites()
873 || strcmp(test_ids[t].name, in list_suites()
882 test_ids[t].defines, in list_suites()
883 test_ids[t].define_count, in list_suites()
884 test_ids[t].cycles, in list_suites()
885 test_ids[t].cycle_count, in list_suites()
931 if (test_ids[t].name && !( in list_cases()
932 strcmp(test_ids[t].name, in list_cases()
934 || strcmp(test_ids[t].name, in list_cases()
943 test_ids[t].defines, in list_cases()
944 test_ids[t].define_count, in list_cases()
945 test_ids[t].cycles, in list_cases()
946 test_ids[t].cycle_count, in list_cases()
986 if (test_ids[t].name && !( in list_suite_paths()
987 strcmp(test_ids[t].name, in list_suite_paths()
989 || strcmp(test_ids[t].name, in list_suite_paths()
1028 if (test_ids[t].name && !( in list_case_paths()
1029 strcmp(test_ids[t].name, in list_case_paths()
1031 || strcmp(test_ids[t].name, in list_case_paths()
1152 if (test_ids[t].name && !( in list_defines()
1153 strcmp(test_ids[t].name, in list_defines()
1155 || strcmp(test_ids[t].name, in list_defines()
1163 test_ids[t].defines, in list_defines()
1164 test_ids[t].define_count, in list_defines()
1165 test_ids[t].cycles, in list_defines()
1166 test_ids[t].cycle_count, in list_defines()
1200 if (test_ids[t].name && !( in list_permutation_defines()
1201 strcmp(test_ids[t].name, in list_permutation_defines()
1203 || strcmp(test_ids[t].name, in list_permutation_defines()
1211 test_ids[t].defines, in list_permutation_defines()
1212 test_ids[t].define_count, in list_permutation_defines()
1213 test_ids[t].cycles, in list_permutation_defines()
1214 test_ids[t].cycle_count, in list_permutation_defines()
1953 if (test_ids[t].name && !( in run()
1954 strcmp(test_ids[t].name, in run()
1956 || strcmp(test_ids[t].name, in run()
1964 test_ids[t].defines, in run()
1965 test_ids[t].define_count, in run()
1966 test_ids[t].cycles, in run()
1967 test_ids[t].cycle_count, in run()
2690 test_ids = NULL; in main()
2774 (void**)&test_ids, in main()
2808 free((void*)test_ids[i].defines); in main()
2809 free((void*)test_ids[i].cycles); in main()
2811 free((void*)test_ids); in main()