Searched defs:tests (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dtest.c68 static void run_tests ( struct self_test *tests ) {
75 current_tests = tests;
77 /* Run tests */
78 tests->exec();
84 tests->assertion_failures =
88 if ( tests->failures || tests->assertion_failures ) {
89 printf ( "FAILURE: \"%s\" %d of %d tests failed",
90 tests->name, tests
108 struct self_test *tests; local
[all...]
/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dindex.py17 tests = [] variable
121 tests.append(command)
252 Makefile = Makefile + "valgrind: \n\t$(MAKE) CHECKER='valgrind' tests\n\n"
253 Makefile = Makefile + "tests: $(noinst_PROGRAMS)\n"
254 Makefile = Makefile + "\t@(echo '## examples regression tests')\n"
256 for test in tests:
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestCRT.cpp86 static Test tests[] = { variable
102 #define NUM_TESTS int((sizeof(tests) / sizeof(tests[0])))
106 Test* tp = tests;
H A DTestMinStringAPI.cpp306 tests[] = variable in typeref:struct:Test
326 for (const Test* t = tests; t->name != nsnull; ++t)
H A DTestStrings.cpp452 // this tests that |super| starts with |sub|,
595 tests[] = variable in typeref:struct:Test
636 for (const Test* t = tests; t->name != nsnull; ++t)
/vbox/src/libs/libxml2-2.6.31/
H A Dschematron.c106 xmlSchematronTestPtr tests; /* the list of tests */ member in struct:_xmlSchematronRule
336 if (rule->tests == NULL) {
337 rule->tests = ret;
339 xmlSchematronTestPtr prev = rule->tests;
350 * @tests: a list of tests
352 * Free a list of tests.
355 xmlSchematronFreeTests(xmlSchematronTestPtr tests) { argument
358 while (tests !
[all...]

Completed in 59 milliseconds