Searched refs:isTestNodeTypeExecutable (Results 1 – 8 of 8) sorted by relevance
170 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType()); in next()226 if ( isTestNodeTypeExecutable(childNode->getNodeType()) ) in next()
143 DE_ASSERT(isTestNodeTypeExecutable(nodeType)); in TestCase()
78 inline bool isTestNodeTypeExecutable (TestNodeType type) in isTestNodeTypeExecutable() function
218 …out << (isTestNodeTypeExecutable(iter.getNode()->getNodeType()) ? "TEST" : "GROUP") << ": " << ite… in writeTxtCaselistsToFiles()
63 …std::cout << (isTestNodeTypeExecutable(iter.getNode()->getNodeType()) ? "TEST" : "GROUP") << ": " … in writeCaselistsToStdout()
136 isTestNodeTypeExecutable(m_iterator.getNode()->getNodeType())); in iterate()
156 if (isTestNodeTypeExecutable(m_nodeStack.back().node->getNodeType())) in seekToCase()
425 tcu::isTestNodeTypeExecutable(iterator.getNode()->getNodeType())) in buildPrograms()