Searched refs:isTestNodeTypeExecutable (Results 1 – 8 of 8) sorted by relevance
172 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType()); in next()235 if (isTestNodeTypeExecutable(childNode->getNodeType())) in next()
64 … std::cout << (isTestNodeTypeExecutable(iter.getNode()->getNodeType()) ? "TEST" : "GROUP") << ": " in writeCaselistsToStdout()97 isTestNodeTypeExecutable(iter.getNode()->getNodeType())) in verifyAmberCapabilityCoherency()
85 inline bool isTestNodeTypeExecutable(TestNodeType type) in isTestNodeTypeExecutable() function
165 DE_ASSERT(isTestNodeTypeExecutable(nodeType)); in TestCase()
222 … out << (isTestNodeTypeExecutable(iter.getNode()->getNodeType()) ? "TEST" : "GROUP") << ": " in writeTxtCaselistsToFiles()
141 isTestNodeTypeExecutable(m_iterator.getNode()->getNodeType())); in iterate()
156 if (isTestNodeTypeExecutable(m_nodeStack.back().node->getNodeType())) in seekToCase()
430 tcu::isTestNodeTypeExecutable(iterator.getNode()->getNodeType())) in buildPrograms()