Home
last modified time | relevance | path

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

/external/deqp/executor/tools/
DxeBatchResultToXml.cpp135 countByCode[i] = 0; in BatchResultTotals()
138 int countByCode[xe::TESTSTATUSCODE_LAST]; member
174 m_totals.countByCode[result.statusCode] += 1; in testCaseResultComplete()
193 …::getTestStatusCodeName((xe::TestStatusCode)code), de::toString(totals.countByCode[code]).c_str()); in writeTotals()
194 totalCases += totals.countByCode[code]; in writeTotals()