Home | History | Annotate | Download | only in src

Lines Matching refs:kTestsuites

3357   const std::string kTestsuites = "testsuites";
3360 *stream << "<" << kTestsuites;
3362 OutputXmlAttribute(stream, kTestsuites, "tests",
3364 OutputXmlAttribute(stream, kTestsuites, "failures",
3367 stream, kTestsuites, "disabled",
3369 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
3371 stream, kTestsuites, "timestamp",
3373 OutputXmlAttribute(stream, kTestsuites, "time",
3377 OutputXmlAttribute(stream, kTestsuites, "random_seed",
3383 OutputXmlAttribute(stream, kTestsuites, "name", "AllTests");
3390 *stream << "</" << kTestsuites << ">\n";