Searched refs:getTestCaseType (Results 1 - 2 of 2) sorted by relevance

/external/deqp/executor/
H A DxeTestCaseListParser.cpp33 static TestCaseType getTestCaseType (const char* caseType) function in namespace:xe
113 : static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createCase(getTestCaseType(caseType), name, description));
H A DxeTestResultParser.cpp242 static TestCaseType getTestCaseType (const char* caseType) function in namespace:xe
459 m_result->caseType = getTestCaseType(m_xmlParser.getAttribute("CaseType"));

Completed in 49 milliseconds