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

  /external/deqp/framework/common/
tcuCommandLine.hpp 105 bool checkTestCaseName (const char* caseName) const;
tcuTestHierarchyIterator.cpp 175 if (!(isLeaf ? m_caseListFilter.checkTestCaseName(nodePath.c_str()) : m_caseListFilter.checkTestGroupName(nodePath.c_str())))
tcuCommandLine.cpp 874 static bool checkTestCaseName (const CaseTreeNode* root, const char* casePath)
895 bool CaseListFilter::checkTestCaseName (const char* caseName) const
900 return tcu::checkTestCaseName(m_caseTree, caseName);
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 118 matchCase = caseListFilter->checkTestCaseName(curCase.path);

Completed in 108 milliseconds