Home
last modified time | relevance | path

Searched refs:isTestNodeTypeExecutable (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/common/
DtcuTestCase.cpp143 DE_ASSERT(isTestNodeTypeExecutable(nodeType)); in TestCase()
DtcuTestCase.hpp71 inline bool isTestNodeTypeExecutable (TestNodeType type) in isTestNodeTypeExecutable() function
DtcuTestHierarchyUtil.cpp186 …out << (isTestNodeTypeExecutable(iter.getNode()->getNodeType()) ? "TEST" : "GROUP") << ": " << ite… in writeTxtCaselists()
DtcuTestHierarchyIterator.cpp166 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType()); in next()
DtcuTestSessionExecutor.cpp130 isTestNodeTypeExecutable(m_iterator.getNode()->getNodeType())); in iterate()