HomeSort by relevance Sort by last modified time
    Searched refs:testDescriptions (Results 1 - 3 of 3) sorted by null

  /external/libxml2/
testrecurse.c 792 testDesc testDescriptions[] = {
909 if ((tests_quiet == 0) && (testDescriptions[i].desc != NULL))
910 printf("## %s\n", testDescriptions[i].desc);
911 res = launchTests(&testDescriptions[i]);
939 for (i = 0; testDescriptions[i].func != NULL; i++) {
940 if (strstr(testDescriptions[i].desc, argv[a])) {
948 for (i = 0; testDescriptions[i].func != NULL; i++) {
testlimits.c     [all...]
runtest.c     [all...]

Completed in 67 milliseconds