Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp192 bool checkTestCaseName (const char* caseName) const;
DtcuCommandLine.cpp886 static bool checkTestCaseName (const CaseTreeNode* root, const char* casePath) in checkTestCaseName() function
902 bool CommandLine::checkTestCaseName (const char* caseName) const in checkTestCaseName() function in tcu::CommandLine
907 return tcu::checkTestCaseName(m_caseTree, caseName); in checkTestCaseName()
DtcuTestHierarchyIterator.cpp175 …if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePa… in next()
/external/deqp/modules/internal/
DditFrameworkTests.cpp113 matchCase = cmdLine.checkTestCaseName(curCase.path); in iterate()