Home | History | Annotate | Download | only in src

Lines Matching refs:kTestsuites

3361   const std::string kTestsuites = "testsuites";
3364 *stream << "<" << kTestsuites;
3366 OutputXmlAttribute(stream, kTestsuites, "tests",
3368 OutputXmlAttribute(stream, kTestsuites, "failures",
3371 stream, kTestsuites, "disabled",
3373 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
3375 stream, kTestsuites, "timestamp",
3377 OutputXmlAttribute(stream, kTestsuites, "time",
3381 OutputXmlAttribute(stream, kTestsuites, "random_seed",
3387 OutputXmlAttribute(stream, kTestsuites, "name", "AllTests");
3394 *stream << "</" << kTestsuites << ">\n";