HomeSort by relevance Sort by last modified time
    Searched defs:batchResult (Results 1 - 4 of 4) 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 356 BatchResultHandler (xe::BatchResult* batchResult)
357 : m_batchResult(batchResult)
384 xe::BatchResult* m_batchResult;
387 void readLogFile (xe::BatchResult* batchResult, const char* filename)
390 BatchResultHandler handler (batchResult);
409 void printBatchResultSummary (const xe::TestNode* root, const xe::TestSet& testSet, const xe::BatchResult& batchResult)
425 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];
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/
aws-java-sdk-sqs-1.11.18.jar 

Completed in 133 milliseconds