Searched refs:testDescriptions (Results 1 – 4 of 4) sorted by relevance
/third_party/libxml2/ |
D | testrecurse.c | 792 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()
|
D | testlimits.c | 1411 testDesc testDescriptions[] = { variable 1479 if ((tests_quiet == 0) && (testDescriptions[i].desc != NULL)) in runtest() 1480 printf("## %s\n", testDescriptions[i].desc); in runtest() 1481 res = launchTests(&testDescriptions[i], i); in runtest() 1620 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()
|
D | runtest.c | 4305 testDesc testDescriptions[] = { variable 4604 if ((tests_quiet == 0) && (testDescriptions[i].desc != NULL)) in runtest() 4605 printf("## %s\n", testDescriptions[i].desc); in runtest() 4606 res = launchTests(&testDescriptions[i]); in runtest() 4647 for (i = 0; testDescriptions[i].func != NULL; i++) { in main() 4648 if (strstr(testDescriptions[i].desc, argv[a])) { in main() 4656 for (i = 0; testDescriptions[i].func != NULL; i++) { in main()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 125598 @@ -4315,6 +4414,7 @@ testDesc testDescriptions[] = { 125606 @@ -4327,10 +4427,13 @@ testDesc testDescriptions[] = { 125620 @@ -4427,13 +4530,20 @@ testDesc testDescriptions[] = { 125641 @@ -4482,6 +4592,14 @@ testDesc testDescriptions[] = {
|