Searched defs:skipped (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | test.h | 227 static LONG skipped; /* number of skipped test chunks */ variable 387 fprintf( stdout, "%s:%d: Tests skipped: ", data->current_file, data->current_line ); 389 skipped++; 583 fprintf( stdout, "%s: %d tests executed (%d marked as todo, %d %s), %d skipped.\n", 587 skipped );
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | test.h | 224 static LONG skipped; /* number of skipped test chunks */ variable 385 fprintf( stdout, "%s:%d: Tests skipped: ", data->current_file, data->current_line ); 387 skipped++; 570 fprintf( stdout, "%s: %d tests executed (%d marked as todo, %d %s), %d skipped.\n", 574 skipped );
|
/vbox/src/VBox/Main/src-server/ |
H A D | ApplianceImplExport.cpp | 635 std::list<VirtualSystemDescriptionEntry*> skipped = vsdescThis->i_findByType(VirtualSystemDescriptionType_CDROM); local 636 std::list<VirtualSystemDescriptionEntry*>:: iterator pItSkipped = skipped.begin(); 637 while (pItSkipped != skipped.end())
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | parser.c | 1743 * Returns the number of space chars skipped 4575 int skipped; local 4583 skipped = SKIP_BLANKS; 4584 if (skipped == 0) { 4591 skipped = SKIP_BLANKS; 4592 if (skipped == 0) { 4605 skipped = SKIP_BLANKS; 4606 if (skipped == 0) { 5226 * The leading '(' and spaces have been skipped in xmlParseElementContentDecl 5330 * The leading '(' and spaces have been skipped i [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | sjsxp.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
Completed in 83 milliseconds