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

/external/googletest/googletest/src/
H A Dgtest.cc3727 const std::string kTestsuites = "testsuites"; local
3730 *stream << "<" << kTestsuites; local
3732 OutputXmlAttribute(stream, kTestsuites, "tests",
3734 OutputXmlAttribute(stream, kTestsuites, "failures",
3737 stream, kTestsuites, "disabled",
3739 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
3741 stream, kTestsuites, "timestamp",
3743 OutputXmlAttribute(stream, kTestsuites, "time",
3747 OutputXmlAttribute(stream, kTestsuites, "random_seed",
3753 OutputXmlAttribute(stream, kTestsuites, "nam
3760 *stream << "</" << kTestsuites << ">\\n"; local
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc3704 const std::string kTestsuites = "testsuites"; local
3707 *stream << "<" << kTestsuites; local
3709 OutputXmlAttribute(stream, kTestsuites, "tests",
3711 OutputXmlAttribute(stream, kTestsuites, "failures",
3714 stream, kTestsuites, "disabled",
3716 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
3718 stream, kTestsuites, "timestamp",
3720 OutputXmlAttribute(stream, kTestsuites, "time",
3724 OutputXmlAttribute(stream, kTestsuites, "random_seed",
3730 OutputXmlAttribute(stream, kTestsuites, "nam
3737 *stream << "</" << kTestsuites << ">\\n"; local
[all...]
/external/mesa3d/src/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/v8/testing/gtest/src/
H A Dgtest.cc3701 const std::string kTestsuites = "testsuites"; local
3704 *stream << "<" << kTestsuites; local
3706 OutputXmlAttribute(stream, kTestsuites, "tests",
3708 OutputXmlAttribute(stream, kTestsuites, "failures",
3711 stream, kTestsuites, "disabled",
3713 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
3715 stream, kTestsuites, "timestamp",
3717 OutputXmlAttribute(stream, kTestsuites, "time",
3721 OutputXmlAttribute(stream, kTestsuites, "random_seed",
3727 OutputXmlAttribute(stream, kTestsuites, "nam
3734 *stream << "</" << kTestsuites << ">\\n"; local
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc3357 const std::string kTestsuites = "testsuites"; local
3360 *stream << "<" << kTestsuites; local
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, "nam
3390 *stream << "</" << kTestsuites << ">\\n"; local
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
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 1787 milliseconds