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

/external/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/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/libvpx/libvpx/third_party/googletest/src/src/
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/opencv3/modules/ts/src/
H A Dts_gtest.cpp4584 static std::string TestPropertiesAsXmlAttributes(const TestResult& result);
4813 *stream << TestPropertiesAsXmlAttributes(result);
4856 *stream << TestPropertiesAsXmlAttributes(test_case.ad_hoc_test_result())
4893 *stream << TestPropertiesAsXmlAttributes(unit_test.ad_hoc_test_result());
4907 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/mesa3d/src/gtest/src/
H A Dgtest.cc3063 static String TestPropertiesAsXmlAttributes(const TestResult& result);
3245 << "\"" << TestPropertiesAsXmlAttributes(result).c_str();
3314 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/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 729 milliseconds