Searched refs:TestPropertiesAsXmlAttributes (Results 1 - 11 of 11) sorted by relevance

/external/googletest/googletest/src/
H A Dgtest.cc3441 static std::string TestPropertiesAsXmlAttributes(const TestResult& result);
3670 *stream << TestPropertiesAsXmlAttributes(result);
3714 *stream << TestPropertiesAsXmlAttributes(test_case.ad_hoc_test_result())
3751 *stream << TestPropertiesAsXmlAttributes(unit_test.ad_hoc_test_result());
3765 std::string XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( function in class:testing::internal::XmlUnitTestResultPrinter
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc3414 static std::string TestPropertiesAsXmlAttributes(const TestResult& result);
3648 *stream << TestPropertiesAsXmlAttributes(result);
3691 *stream << TestPropertiesAsXmlAttributes(test_case.ad_hoc_test_result())
3728 *stream << TestPropertiesAsXmlAttributes(unit_test.ad_hoc_test_result());
3742 std::string XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( function in class:testing::internal::XmlUnitTestResultPrinter
/external/mesa3d/src/gtest/src/
H A Dgtest.cc3076 static std::string TestPropertiesAsXmlAttributes(const TestResult& result);
3305 *stream << TestPropertiesAsXmlAttributes(result);
3348 *stream << TestPropertiesAsXmlAttributes(test_case.ad_hoc_test_result())
3385 *stream << TestPropertiesAsXmlAttributes(unit_test.ad_hoc_test_result());
3399 std::string XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( function in class:testing::internal::XmlUnitTestResultPrinter
/external/v8/testing/gtest/src/
H A Dgtest.cc3411 static std::string TestPropertiesAsXmlAttributes(const TestResult& result);
3645 *stream << TestPropertiesAsXmlAttributes(result);
3688 *stream << TestPropertiesAsXmlAttributes(test_case.ad_hoc_test_result())
3725 *stream << TestPropertiesAsXmlAttributes(unit_test.ad_hoc_test_result());
3739 std::string XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( function in class:testing::internal::XmlUnitTestResultPrinter
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc3076 static std::string TestPropertiesAsXmlAttributes(const TestResult& result);
3301 *stream << TestPropertiesAsXmlAttributes(result);
3344 *stream << TestPropertiesAsXmlAttributes(test_case.ad_hoc_test_result())
3381 *stream << TestPropertiesAsXmlAttributes(unit_test.ad_hoc_test_result());
3395 std::string XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( function in class:testing::internal::XmlUnitTestResultPrinter
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc4560 static std::string TestPropertiesAsXmlAttributes(const TestResult& result);
4789 *stream << TestPropertiesAsXmlAttributes(result);
4832 *stream << TestPropertiesAsXmlAttributes(test_case.ad_hoc_test_result())
4869 *stream << TestPropertiesAsXmlAttributes(unit_test.ad_hoc_test_result());
4883 std::string XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( function in class:testing::internal::XmlUnitTestResultPrinter
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc3060 static String TestPropertiesAsXmlAttributes(const TestResult& result);
3268 << "\"" << TestPropertiesAsXmlAttributes(result).c_str();
3339 String XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( function in class:testing::internal::XmlUnitTestResultPrinter
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3035 static String TestPropertiesAsXmlAttributes(const TestResult& result);
3217 << "\"" << TestPropertiesAsXmlAttributes(result).c_str();
3286 String XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( function in class:testing::internal::XmlUnitTestResultPrinter
/external/protobuf/gtest/src/
H A Dgtest.cc3047 static String TestPropertiesAsXmlAttributes(const TestResult& result);
3222 << "\"" << TestPropertiesAsXmlAttributes(result).c_str();
3291 String XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( function in class:testing::internal::XmlUnitTestResultPrinter
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc3034 static String TestPropertiesAsXmlAttributes(const TestResult& result);
3216 << "\"" << TestPropertiesAsXmlAttributes(result).c_str();
3285 String XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( function in class:testing::internal::XmlUnitTestResultPrinter
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc4387 static String TestPropertiesAsXmlAttributes(const TestResult& result);
4562 << "\"" << TestPropertiesAsXmlAttributes(result).c_str();
4631 String XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( function in class:testing::internal::XmlUnitTestResultPrinter

Completed in 238 milliseconds