Lines Matching refs:TestSystem
28 class TestSystem
31 static TestSystem& instance() in instance()
33 static TestSystem me; in instance()
92 TestSystem(): in TestSystem() function
149 TestSystem::instance().addInit(this); \
159 TestSystem::instance().addTest(this); \
165 #define SUBTEST TestSystem::instance().startNewSubtest()
168 while (!TestSystem::instance().stop()) { \
169 TestSystem::instance().cpuOn()
171 TestSystem::instance().cpuOff(); \
172 } TestSystem::instance().cpuComplete()
175 while (!TestSystem::instance().stop()) { \
176 TestSystem::instance().gpuOn()
178 TestSystem::instance().gpuOff(); \
179 } TestSystem::instance().gpuComplete()