Searched refs:RunTests (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestWindow.h34 void RunTests();
36 void RunTests(color_space *colorSpaces, int32 n);
37 void RunTests(int32 testIndex, color_space *colorSpaces, int32 n);
38 void RunTests(int32 testIndex, color_space colorSpace);
H A DPictureTestWindow.cpp96 RunTests();
107 PictureTestWindow::RunTests() function in class:PictureTestWindow
117 RunTests(colorSpaces, sizeof(colorSpaces) / sizeof(color_space));
126 RunTests(colorSpaces, 1);
130 PictureTestWindow::RunTests(color_space *colorSpaces, int32 n) function in class:PictureTestWindow
146 RunTests(testIndex, colorSpaces, n);
153 PictureTestWindow::RunTests(int32 testIndex, color_space *colorSpaces, int32 n) function in class:PictureTestWindow
187 RunTests(testIndex, colorSpace);
192 PictureTestWindow::RunTests(int32 testIndex, color_space colorSpace) function in class:PictureTestWindow
/haiku/src/tests/system/kernel/unit/
H A DTestManager.h22 void RunTests(GlobalTestContext& globalContext,
H A DTestManager.cpp69 TestManager::RunTests(GlobalTestContext& globalContext, function in class:TestManager
H A Dkernel_unit_tests.cpp259 sTestManager->RunTests(globalContext, argv + argi, argc - argi);
/haiku/src/tests/kits/support/barchivable/
H A DInstantiateObjectTester.h28 void RunTests();
H A DInstantiateObjectTester.cpp447 // &TInstantiateObjectTester::RunTests));
556 TInstantiateObjectTester::RunTests() { function in class:TInstantiateObjectTester

Completed in 54 milliseconds