Lines Matching defs:endl
347 str << "#sessionInfo releaseName " << qpGetReleaseName() << std::endl;
348 str << "#sessionInfo releaseId 0x" << std::hex << std::setw(8) << std::setfill('0') << qpGetReleaseId() << std::endl;
349 str << "#sessionInfo targetName \"" << qpGetTargetName() << "\"" << std::endl;
350 str << sessionInfo.get() << std::endl;
351 str << "#beginSession" << std::endl;
705 str << std::endl;
706 str << "#beginTestsCasesTime" << std::endl;
708 str << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" << std::endl;
709 str << "<TestsCasesTime>" << std::endl;
711 str << " <Number Name=\"" << packageName << "\" Description=\"Total tests case duration in microseconds\" Tag=\"Time\" Unit=\"us\">" << duration << "</Number>" << std::endl;
713 str << " <Number Name=\"" << it->first << "\" Description=\"The test group case duration in microseconds\" Tag=\"Time\" Unit=\"us\">" << it->second << "</Number>" << std::endl;
714 str << "</TestsCasesTime>" << std::endl;
715 str << std::endl;
716 str << "#endTestsCasesTime" << std::endl;
717 str << std::endl;
718 str << "#endSession" << std::endl;