Home
last modified time | relevance | path

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

/external/deqp/scripts/
Drun_internal_tests.py80 batchResultFile = config.name + ".qpa"
88 for file in [batchResultFile, junitFile]:
107 '--out=%s' % batchResultFile,
113 execute([junitToolPath, batchResultFile, junitFile])
/external/deqp/executor/tools/
DxeBatchResultToJUnit.cpp47 std::string batchResultFile; member
61 cmdLine.batchResultFile = argv[argc-2]; in parseCommandLine()
171 batchResultToJUnitReport(cmdLine.batchResultFile.c_str(), cmdLine.outputFile.c_str()); in main()
DxeBatchResultToXml.cpp83 std::string batchResultFile; member
104 cmdLine.batchResultFile = opts.getArgs()[0]; in parseCommandLine()
389 batchResultToSingleXmlFile(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str()); in main()
391 batchResultToSeparateXmlFiles(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str()); in main()