HomeSort by relevance Sort by last modified time
    Searched defs:batchResult (Results 1 - 3 of 3) sorted by null

  /external/deqp/executor/tools/
xeMergeTestLogs.cpp 64 LogHandler (xe::BatchResult* batchResult, deUint32 flags)
65 : m_batchResult (batchResult)
119 xe::BatchResult* const m_batchResult;
123 static void readLogFile (xe::BatchResult* dstResult, const char* filename, deUint32 flags)
150 xe::BatchResult batchResult;
153 readLogFile(&batchResult, filename->c_str(), cmdLine.flags);
156 xe::writeBatchResultToFile(batchResult, cmdLine.dstFilename.c_str());
158 xe::writeTestLog(batchResult, std::cout)
    [all...]
xeCommandLineExecutor.cpp 298 BatchResultHandler (xe::BatchResult* batchResult)
299 : m_batchResult(batchResult)
326 xe::BatchResult* m_batchResult;
329 static void readLogFile (xe::BatchResult* batchResult, const char* filename)
332 BatchResultHandler handler (batchResult);
351 static void printBatchResultSummary (const xe::TestNode* root, const xe::TestSet& testSet, const xe::BatchResult& batchResult)
367 if (batchResult.hasTestCaseResult(fullPath.c_str())
    [all...]
xeTestLogCompare.cpp 177 static void readLogFile (ShortBatchResult& batchResult, const char* filename)
180 ShortResultHandler resultHandler (batchResult);
202 LogFileReader (ShortBatchResult& batchResult, const char* filename)
203 : m_batchResult (batchResult)
242 const ShortBatchResult& batchResult = batchResults[ndx];
243 map<string, int>::const_iterator resultPos = batchResult.resultMap.find(casePath);
245 if (resultPos != batchResult.resultMap.end())
246 headers[ndx] = batchResult.resultHeaders[resultPos->second];

Completed in 525 milliseconds