Home
last modified time | relevance | path

Searched refs:kTestsuite (Results 1 – 6 of 6) sorted by relevance

/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest.cc3331 const std::string kTestsuite = "testsuite"; in PrintXmlTestCase() local
3332 *stream << " <" << kTestsuite; in PrintXmlTestCase()
3333 OutputXmlAttribute(stream, kTestsuite, "name", test_case.name()); in PrintXmlTestCase()
3334 OutputXmlAttribute(stream, kTestsuite, "tests", in PrintXmlTestCase()
3336 OutputXmlAttribute(stream, kTestsuite, "failures", in PrintXmlTestCase()
3339 stream, kTestsuite, "disabled", in PrintXmlTestCase()
3341 OutputXmlAttribute(stream, kTestsuite, "errors", "0"); in PrintXmlTestCase()
3342 OutputXmlAttribute(stream, kTestsuite, "time", in PrintXmlTestCase()
3351 *stream << " </" << kTestsuite << ">\n"; in PrintXmlTestCase()
/external/v8/testing/gtest/src/
Dgtest.cc3675 const std::string kTestsuite = "testsuite"; in PrintXmlTestCase() local
3676 *stream << " <" << kTestsuite; in PrintXmlTestCase()
3677 OutputXmlAttribute(stream, kTestsuite, "name", test_case.name()); in PrintXmlTestCase()
3678 OutputXmlAttribute(stream, kTestsuite, "tests", in PrintXmlTestCase()
3680 OutputXmlAttribute(stream, kTestsuite, "failures", in PrintXmlTestCase()
3683 stream, kTestsuite, "disabled", in PrintXmlTestCase()
3685 OutputXmlAttribute(stream, kTestsuite, "errors", "0"); in PrintXmlTestCase()
3686 OutputXmlAttribute(stream, kTestsuite, "time", in PrintXmlTestCase()
3695 *stream << " </" << kTestsuite << ">\n"; in PrintXmlTestCase()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc3677 const std::string kTestsuite = "testsuite"; in PrintXmlTestCase() local
3678 *stream << " <" << kTestsuite; in PrintXmlTestCase()
3679 OutputXmlAttribute(stream, kTestsuite, "name", test_case.name()); in PrintXmlTestCase()
3680 OutputXmlAttribute(stream, kTestsuite, "tests", in PrintXmlTestCase()
3682 OutputXmlAttribute(stream, kTestsuite, "failures", in PrintXmlTestCase()
3685 stream, kTestsuite, "disabled", in PrintXmlTestCase()
3687 OutputXmlAttribute(stream, kTestsuite, "errors", "0"); in PrintXmlTestCase()
3688 OutputXmlAttribute(stream, kTestsuite, "time", in PrintXmlTestCase()
3697 *stream << " </" << kTestsuite << ">\n"; in PrintXmlTestCase()
/external/googletest/googletest/src/
Dgtest.cc3675 const std::string kTestsuite = "testsuite"; in PrintXmlTestCase() local
3676 *stream << " <" << kTestsuite; in PrintXmlTestCase()
3677 OutputXmlAttribute(stream, kTestsuite, "name", test_case.name()); in PrintXmlTestCase()
3678 OutputXmlAttribute(stream, kTestsuite, "tests", in PrintXmlTestCase()
3680 OutputXmlAttribute(stream, kTestsuite, "failures", in PrintXmlTestCase()
3683 stream, kTestsuite, "disabled", in PrintXmlTestCase()
3685 OutputXmlAttribute(stream, kTestsuite, "errors", "0"); in PrintXmlTestCase()
3686 OutputXmlAttribute(stream, kTestsuite, "time", in PrintXmlTestCase()
3695 *stream << " </" << kTestsuite << ">\n"; in PrintXmlTestCase()
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc4819 const std::string kTestsuite = "testsuite"; in PrintXmlTestCase() local
4820 *stream << " <" << kTestsuite; in PrintXmlTestCase()
4821 OutputXmlAttribute(stream, kTestsuite, "name", test_case.name()); in PrintXmlTestCase()
4822 OutputXmlAttribute(stream, kTestsuite, "tests", in PrintXmlTestCase()
4824 OutputXmlAttribute(stream, kTestsuite, "failures", in PrintXmlTestCase()
4827 stream, kTestsuite, "disabled", in PrintXmlTestCase()
4829 OutputXmlAttribute(stream, kTestsuite, "errors", "0"); in PrintXmlTestCase()
4830 OutputXmlAttribute(stream, kTestsuite, "time", in PrintXmlTestCase()
4839 *stream << " </" << kTestsuite << ">\n"; in PrintXmlTestCase()
/external/fmtlib/test/
Dgmock-gtest-all.cc4819 const std::string kTestsuite = "testsuite"; in PrintXmlTestCase() local
4820 *stream << " <" << kTestsuite; in PrintXmlTestCase()
4821 OutputXmlAttribute(stream, kTestsuite, "name", test_case.name()); in PrintXmlTestCase()
4822 OutputXmlAttribute(stream, kTestsuite, "tests", in PrintXmlTestCase()
4824 OutputXmlAttribute(stream, kTestsuite, "failures", in PrintXmlTestCase()
4827 stream, kTestsuite, "disabled", in PrintXmlTestCase()
4829 OutputXmlAttribute(stream, kTestsuite, "errors", "0"); in PrintXmlTestCase()
4830 OutputXmlAttribute(stream, kTestsuite, "time", in PrintXmlTestCase()
4839 *stream << " </" << kTestsuite << ">\n"; in PrintXmlTestCase()