Searched refs:kTestsuites (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc3644 const std::string kTestsuites = "testsuites"; local
3647 *stream << "<" << kTestsuites; local
3649 OutputXmlAttribute(stream, kTestsuites, "tests",
3651 OutputXmlAttribute(stream, kTestsuites, "failures",
3654 stream, kTestsuites, "disabled",
3656 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
3658 stream, kTestsuites, "timestamp",
3660 OutputXmlAttribute(stream, kTestsuites, "time",
3664 OutputXmlAttribute(stream, kTestsuites, "random_seed",
3670 OutputXmlAttribute(stream, kTestsuites, "nam
3677 *stream << "</" << kTestsuites << ">\\n"; local
[all...]
/external/gtest/src/
H A Dgtest.cc3361 const std::string kTestsuites = "testsuites"; local
3364 *stream << "<" << kTestsuites; local
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, "nam
3394 *stream << "</" << kTestsuites << ">\\n"; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4845 const std::string kTestsuites = "testsuites"; local
4848 *stream << "<" << kTestsuites; local
4850 OutputXmlAttribute(stream, kTestsuites, "tests",
4852 OutputXmlAttribute(stream, kTestsuites, "failures",
4855 stream, kTestsuites, "disabled",
4857 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
4859 stream, kTestsuites, "timestamp",
4861 OutputXmlAttribute(stream, kTestsuites, "time",
4865 OutputXmlAttribute(stream, kTestsuites, "random_seed",
4871 OutputXmlAttribute(stream, kTestsuites, "nam
4878 *stream << "</" << kTestsuites << ">\\n"; local
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4845 const std::string kTestsuites = "testsuites"; local
4848 *stream << "<" << kTestsuites; local
4850 OutputXmlAttribute(stream, kTestsuites, "tests",
4852 OutputXmlAttribute(stream, kTestsuites, "failures",
4855 stream, kTestsuites, "disabled",
4857 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
4859 stream, kTestsuites, "timestamp",
4861 OutputXmlAttribute(stream, kTestsuites, "time",
4865 OutputXmlAttribute(stream, kTestsuites, "random_seed",
4871 OutputXmlAttribute(stream, kTestsuites, "nam
4878 *stream << "</" << kTestsuites << ">\\n"; local
[all...]

Completed in 429 milliseconds