Searched refs:RandomOrderExecutor (Results 1 – 3 of 3) sorted by relevance
41 RandomOrderExecutor::RandomOrderExecutor(TestPackageRoot &root, TestContext &testCtx) in RandomOrderExecutor() function in tcu::RandomOrderExecutor48 RandomOrderExecutor::~RandomOrderExecutor(void) in ~RandomOrderExecutor()53 void RandomOrderExecutor::pruneStack(size_t newStackSize) in pruneStack()98 TestCase *RandomOrderExecutor::seekToCase(const string &path) in seekToCase()173 TestStatus RandomOrderExecutor::execute(const std::string &casePath) in execute()189 tcu::TestStatus RandomOrderExecutor::executeInner(TestCase *testCase, const std::string &casePath) in executeInner()
33 class RandomOrderExecutor36 RandomOrderExecutor(TestPackageRoot &root, TestContext &testCtx);37 ~RandomOrderExecutor(void);
36 tcu::RandomOrderExecutor *g_executor = nullptr;108 g_executor = new tcu::RandomOrderExecutor(*g_root, *g_testCtx); in deqp_libtester_init_platform()