Home
last modified time | relevance | path

Searched refs:TESTNODETYPE_GROUP (Results 1 – 6 of 6) sorted by relevance

/external/deqp/executor/
DxeTestCase.cpp163 else if (getNodeType() == TESTNODETYPE_GROUP) in find()
183 DE_ASSERT(nodeType == TESTNODETYPE_GROUP || nodeType == TESTNODETYPE_ROOT); in TestGroup()
195 return new TestGroup(this, TESTNODETYPE_GROUP, name, description); in createGroup()
223 else if (matchingNode->getNodeType() == TESTNODETYPE_GROUP) in findChildNode()
263 if (node->getNodeType() == TESTNODETYPE_GROUP) in addChildGroupsToMap()
335 if (child->getNodeType() == TESTNODETYPE_GROUP) in addChildren()
347 if (child->getNodeType() == TESTNODETYPE_GROUP) in removeChildren()
380 XE_CHECK(node->getNodeType() == TESTNODETYPE_GROUP || in add()
403 XE_CHECK(node->getNodeType() == TESTNODETYPE_GROUP || in remove()
456 if ((curNodeType == TESTNODETYPE_GROUP || curNodeType == TESTNODETYPE_ROOT) && in operator ++()
DxeTestCaseListParser.cpp109 …XE_CHECK_MSG(parent->getNodeType() == TESTNODETYPE_GROUP, "Only TestGroups are allowed to have chi… in parse()
DxeTestCase.hpp51 TESTNODETYPE_GROUP, enumerator
DxeBatchExecutor.cpp315 if (nodeType == TESTNODETYPE_ROOT || nodeType == TESTNODETYPE_GROUP) in writeCaseListNode()
/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp310 const bool isGroup = child->getNodeType() == xe::TESTNODETYPE_GROUP; in addMatchingCases()
334 const bool isGroup = child->getNodeType() == xe::TESTNODETYPE_GROUP; in removeMatchingCases()
DxeBatchResultToXml.cpp287 bool isGroup = testNode->getNodeType() == xe::TESTNODETYPE_GROUP; in writeTestCaseListNode()