Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp297 for (const auto &resultIter : testResults.results) in WriteResultsFile() local
299 const TestIdentifier &id = resultIter.first; in WriteResultsFile()
300 const TestResult &result = resultIter.second; in WriteResultsFile()
1535 for (const auto &resultIter : batchResults.results) in finishProcess() local
1537 const TestResult &result = resultIter.second; in finishProcess()
1548 for (const auto &resultIter : batchResults.results) in finishProcess() local
1550 const TestIdentifier &id = resultIter.first; in finishProcess()
1551 const TestResult &result = resultIter.second; in finishProcess()
1594 for (const auto &resultIter : batchResults.results) in finishProcess() local
1596 const TestIdentifier &id = resultIter.first; in finishProcess()
[all …]