Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp105 bool checkTestCaseName (const char* caseName) const;
DtcuTestHierarchyIterator.cpp175 …if (!(isLeaf ? m_caseListFilter.checkTestCaseName(nodePath.c_str()) : m_caseListFilter.checkTestGr… in next()
DtcuCommandLine.cpp874 static bool checkTestCaseName (const CaseTreeNode* root, const char* casePath) in checkTestCaseName() function
895 bool CaseListFilter::checkTestCaseName (const char* caseName) const in checkTestCaseName() function in tcu::CaseListFilter
900 return tcu::checkTestCaseName(m_caseTree, caseName); in checkTestCaseName()
/external/deqp/modules/internal/
DditFrameworkTests.cpp118 matchCase = caseListFilter->checkTestCaseName(curCase.path); in iterate()