Searched refs:tests (Results 1 - 25 of 43) sorted by relevance

12

/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/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/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DUnitTests.cs12 // uncomment the define below to include unit tests
17 // Unit tests for the DotZLib class library
46 #region Circular buffer tests
116 #region Adler tests
154 #region Info tests
171 #region Deflate tests
211 #region Inflate tests
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/
H A DTestTools.py2 # Utility functions and classes for BaseTools unit tests
35 tests = []
39 tests.append(unittest.TestLoader().loadTestsFromTestCase(item))
41 tests.append(item())
42 return lambda: unittest.TestSuite(tests)
/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...]
/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/VBox/Runtime/win/amd64/
H A DASMAtomicBitTestAndToggle.asm35 ; Atomically tests and toggles a bit in a bitmap.
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dtest.h2 * Definitions for Wine C unit tests.
39 #error config.h should not be used in Wine tests
42 #error wine/library.h should not be used in Wine tests
45 #error wine/unicode.h should not be used in Wine tests
48 #error wine/debug.h should not be used in Wine tests
79 /* strcmpW is available for tests compiled under Wine, but not in standalone
216 /* report successful tests (BOOL) */
225 static LONG successes; /* number of successful tests */
228 static LONG todo_successes; /* number of successful tests inside todo block */
555 /* Display list of valid tests */
[all...]
H A Ddebug.h40 #error This file should not be used in Wine tests
H A Dlibrary.h40 #error This file should not be used in Wine tests
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java691 String[] tests = (classname == null ? TESTS:
694 for (int i = 0; i < tests.length; ++i) {
695 performSerializationTest(file, tests[i]);
696 performBeanTest(file, tests[i]);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dtest.h2 * Definitions for Wine C unit tests.
39 #error config.h should not be used in Wine tests
42 #error wine/library.h should not be used in Wine tests
45 #error wine/unicode.h should not be used in Wine tests
48 #error wine/debug.h should not be used in Wine tests
77 /* strcmpW is avaiable for tests compiled under Wine, but not in standalone
213 /* report successful tests (BOOL) */
222 static LONG successes; /* number of successful tests */
225 static LONG todo_successes; /* number of successful tests inside todo block */
542 /* Display list of valid tests */
[all...]
H A Dlibrary.h40 #error This file should not be used in Wine tests
/vbox/src/libs/xpcom18a4/nsprpub/
H A DMakefile.in85 @echo "cd pr/tests; $(MAKE) $@"
86 @$(MAKE) -C pr/tests $@
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-cpu-instr-1.asm65 ; Execute the tests
H A Dbootsector2-vbinstst-64-1.asm3 ; Bootsector tests instructions in 64-bit mode.
H A Dbootsector2-cpu-basic-1.asm60 ; The actual tests.
H A Dbootsector2-cpu-pf-1.asm81 ; Execute the tests
H A Dbootsector2-cpu-xcpt-1.asm83 ; Execute the tests
H A Dbootsector2-cpu-xcpt-2.asm74 ; Execute the tests
H A Dbootsector2-cpu-a20-1.asm56 ; The actual tests.
81 ; Do some initial tests.
/vbox/src/VBox/Devices/PC/ipxe/src/
H A DMakefile85 SRCDIRS += tests
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Ddebug.h40 #error This file should not be used in Wine tests

Completed in 228 milliseconds

12