Home | History | Annotate | Download | only in src

Lines Matching refs:kTestsuites

4869   const std::string kTestsuites = "testsuites";
4872 *stream << "<" << kTestsuites;
4874 OutputXmlAttribute(stream, kTestsuites, "tests",
4876 OutputXmlAttribute(stream, kTestsuites, "failures",
4879 stream, kTestsuites, "disabled",
4881 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
4883 stream, kTestsuites, "timestamp",
4885 OutputXmlAttribute(stream, kTestsuites, "time",
4889 OutputXmlAttribute(stream, kTestsuites, "random_seed",
4895 OutputXmlAttribute(stream, kTestsuites, "name", "AllTests");
4902 *stream << "</" << kTestsuites << ">\n";