Home
last modified time | relevance | path

Searched refs:testDescriptions (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dtestrecurse.c792 testDesc testDescriptions[] = { variable
909 if ((tests_quiet == 0) && (testDescriptions[i].desc != NULL)) in runtest()
910 printf("## %s\n", testDescriptions[i].desc); in runtest()
911 res = launchTests(&testDescriptions[i]); in runtest()
939 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()
940 if (strstr(testDescriptions[i].desc, argv[a])) { in main()
948 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()
Dtestlimits.c1410 testDesc testDescriptions[] = { variable
1478 if ((tests_quiet == 0) && (testDescriptions[i].desc != NULL)) in runtest()
1479 printf("## %s\n", testDescriptions[i].desc); in runtest()
1480 res = launchTests(&testDescriptions[i], i); in runtest()
1619 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()
Druntest.c4143 testDesc testDescriptions[] = { variable
4416 if ((tests_quiet == 0) && (testDescriptions[i].desc != NULL)) in runtest()
4417 printf("## %s\n", testDescriptions[i].desc); in runtest()
4418 res = launchTests(&testDescriptions[i]); in runtest()
4446 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()
4447 if (strstr(testDescriptions[i].desc, argv[a])) { in main()
4455 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()