HomeSort by relevance Sort by last modified time
    Searched refs:TESTNODETYPE_GROUP (Results 1 - 6 of 6) sorted by null

  /external/deqp/executor/
xeTestCase.cpp 163 else if (getNodeType() == TESTNODETYPE_GROUP)
183 DE_ASSERT(nodeType == TESTNODETYPE_GROUP || nodeType == TESTNODETYPE_ROOT);
195 return new TestGroup(this, TESTNODETYPE_GROUP, name, description);
223 else if (matchingNode->getNodeType() == TESTNODETYPE_GROUP)
263 if (node->getNodeType() == TESTNODETYPE_GROUP)
335 if (child->getNodeType() == TESTNODETYPE_GROUP)
347 if (child->getNodeType() == TESTNODETYPE_GROUP)
380 XE_CHECK(node->getNodeType() == TESTNODETYPE_GROUP ||
403 XE_CHECK(node->getNodeType() == TESTNODETYPE_GROUP ||
456 if ((curNodeType == TESTNODETYPE_GROUP || curNodeType == TESTNODETYPE_ROOT) &
    [all...]
xeTestCaseListParser.cpp 109 XE_CHECK_MSG(parent->getNodeType() == TESTNODETYPE_GROUP, "Only TestGroups are allowed to have child nodes");
xeTestCase.hpp 51 TESTNODETYPE_GROUP,
xeBatchExecutor.cpp 309 if (nodeType == TESTNODETYPE_ROOT || nodeType == TESTNODETYPE_GROUP)
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 252 const bool isGroup = child->getNodeType() == xe::TESTNODETYPE_GROUP;
276 const bool isGroup = child->getNodeType() == xe::TESTNODETYPE_GROUP;
xeBatchResultToXml.cpp 287 bool isGroup = testNode->getNodeType() == xe::TESTNODETYPE_GROUP;

Completed in 266 milliseconds