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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 16 milliseconds