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 192 bool checkTestCaseName (const char* caseName) const;
tcuTestHierarchyIterator.cpp 175 if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePath.c_str())))
tcuCommandLine.cpp 886 static bool checkTestCaseName (const CaseTreeNode* root, const char* casePath)
902 bool CommandLine::checkTestCaseName (const char* caseName) const
907 return tcu::checkTestCaseName(m_caseTree, caseName);
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 113 matchCase = cmdLine.checkTestCaseName(curCase.path);

Completed in 1514 milliseconds