Home
last modified time | relevance | path

Searched refs:checkTestGroupName (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuCommandLine.hpp189 bool checkTestGroupName (const char* groupName) const;
DtcuCommandLine.cpp880 static bool checkTestGroupName (const CaseTreeNode* root, const char* groupPath) in checkTestGroupName() function
892 bool CommandLine::checkTestGroupName (const char* groupName) const in checkTestGroupName() function in tcu::CommandLine
897 return groupName[0] == 0 || tcu::checkTestGroupName(m_caseTree, groupName); in checkTestGroupName()
DtcuTestHierarchyIterator.cpp175 …if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePa… in next()
/external/deqp/modules/internal/
DditFrameworkTests.cpp112 matchGroup = cmdLine.checkTestGroupName(curCase.path); in iterate()