Searched refs:isTestNodeTypeExecutable (Results 1 – 7 of 7) sorted by relevance
143 DE_ASSERT(isTestNodeTypeExecutable(nodeType)); in TestCase()
71 inline bool isTestNodeTypeExecutable (TestNodeType type) in isTestNodeTypeExecutable() function
63 …std::cout << (isTestNodeTypeExecutable(iter.getNode()->getNodeType()) ? "TEST" : "GROUP") << ": " … in writeCaselistsToStdout()
166 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType()); in next()
211 …out << (isTestNodeTypeExecutable(iter.getNode()->getNodeType()) ? "TEST" : "GROUP") << ": " << ite… in writeTxtCaselistsToFiles()
136 isTestNodeTypeExecutable(m_iterator.getNode()->getNodeType())); in iterate()
424 tcu::isTestNodeTypeExecutable(iterator.getNode()->getNodeType())) in buildPrograms()