Searched defs:kTestsuite (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/testing/gtest/src/ |
H A D | gtest.cc | 3335 const std::string kTestsuite = "testsuite"; local 3336 *stream << " <" << kTestsuite; local 3337 OutputXmlAttribute(stream, kTestsuite, "name", test_case.name()); 3338 OutputXmlAttribute(stream, kTestsuite, "tests", 3340 OutputXmlAttribute(stream, kTestsuite, "failures", 3343 stream, kTestsuite, "disabled", 3345 OutputXmlAttribute(stream, kTestsuite, "errors", "0"); 3346 OutputXmlAttribute(stream, kTestsuite, "time", 3355 *stream << " </" << kTestsuite << ">\n"; local
|
/external/gtest/src/ |
H A D | gtest.cc | 3335 const std::string kTestsuite = "testsuite"; local 3336 *stream << " <" << kTestsuite; local 3337 OutputXmlAttribute(stream, kTestsuite, "name", test_case.name()); 3338 OutputXmlAttribute(stream, kTestsuite, "tests", 3340 OutputXmlAttribute(stream, kTestsuite, "failures", 3343 stream, kTestsuite, "disabled", 3345 OutputXmlAttribute(stream, kTestsuite, "errors", "0"); 3346 OutputXmlAttribute(stream, kTestsuite, "time", 3355 *stream << " </" << kTestsuite << ">\n"; local
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/ |
H A D | gtest-all.cc | 4819 const std::string kTestsuite = "testsuite"; local 4820 *stream << " <" << kTestsuite; local 4821 OutputXmlAttribute(stream, kTestsuite, "name", test_case.name()); 4822 OutputXmlAttribute(stream, kTestsuite, "tests", 4824 OutputXmlAttribute(stream, kTestsuite, "failures", 4827 stream, kTestsuite, "disabled", 4829 OutputXmlAttribute(stream, kTestsuite, "errors", "0"); 4830 OutputXmlAttribute(stream, kTestsuite, "time", 4839 *stream << " </" << kTestsuite << ">\n"; local
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
H A D | gtest-all.cc | 4819 const std::string kTestsuite = "testsuite"; local 4820 *stream << " <" << kTestsuite; local 4821 OutputXmlAttribute(stream, kTestsuite, "name", test_case.name()); 4822 OutputXmlAttribute(stream, kTestsuite, "tests", 4824 OutputXmlAttribute(stream, kTestsuite, "failures", 4827 stream, kTestsuite, "disabled", 4829 OutputXmlAttribute(stream, kTestsuite, "errors", "0"); 4830 OutputXmlAttribute(stream, kTestsuite, "time", 4839 *stream << " </" << kTestsuite << ">\n"; local
|
Completed in 253 milliseconds