Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp102 bool checkTestGroupName (const char* groupName) const;
DtcuTestHierarchyIterator.cpp175 …eListFilter.checkTestCaseName(nodePath.c_str()) : m_caseListFilter.checkTestGroupName(nodePath.c_s… in next()
DtcuCommandLine.cpp868 static bool checkTestGroupName (const CaseTreeNode* root, const char* groupPath) in checkTestGroupName() function
885 bool CaseListFilter::checkTestGroupName (const char* groupName) const in checkTestGroupName() function in tcu::CaseListFilter
890 return groupName[0] == 0 || tcu::checkTestGroupName(m_caseTree, groupName); in checkTestGroupName()
/external/deqp/modules/internal/
DditFrameworkTests.cpp117 matchGroup = caseListFilter->checkTestGroupName(curCase.path); in iterate()