Searched defs:xml_element (Results 1 - 12 of 12) sorted by relevance

/external/googletest/googletest/src/
H A Dgtest-internal-inl.h1017 const std::string& xml_element,
1019 test_result->RecordProperty(xml_element, property);
1016 RecordProperty(TestResult* test_result, const std::string& xml_element, const TestProperty& property) argument
H A Dgtest.cc2054 void TestResult::RecordProperty(const std::string& xml_element, argument
2056 if (!ValidateTestProperty(xml_element, test_property)) {
2110 const std::string& xml_element) {
2111 if (xml_element == "testsuites") {
2113 } else if (xml_element == "testsuite") {
2115 } else if (xml_element == "testcase") {
2118 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element;
2151 // xml_element. Returns true if the property is valid.
2152 bool TestResult::ValidateTestProperty(const std::string& xml_element, argument
2109 GetReservedAttributesForElement( const std::string& xml_element) argument
4372 std::string xml_element; local
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-internal-inl.h1017 const std::string& xml_element,
1019 test_result->RecordProperty(xml_element, property);
1016 RecordProperty(TestResult* test_result, const std::string& xml_element, const TestProperty& property) argument
H A Dgtest.cc2057 void TestResult::RecordProperty(const std::string& xml_element, argument
2059 if (!ValidateTestProperty(xml_element, test_property)) {
2113 const std::string& xml_element) {
2114 if (xml_element == "testsuites") {
2116 } else if (xml_element == "testsuite") {
2118 } else if (xml_element == "testcase") {
2121 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element;
2154 // xml_element. Returns true if the property is valid.
2155 bool TestResult::ValidateTestProperty(const std::string& xml_element, argument
2112 GetReservedAttributesForElement( const std::string& xml_element) argument
4373 std::string xml_element; local
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h1052 const std::string& xml_element,
1054 test_result->RecordProperty(xml_element, property);
1051 RecordProperty(TestResult* test_result, const std::string& xml_element, const TestProperty& property) argument
H A Dgtest.cc1734 void TestResult::RecordProperty(const std::string& xml_element, argument
1736 if (!ValidateTestProperty(xml_element, test_property)) {
1790 const std::string& xml_element) {
1791 if (xml_element == "testsuites") {
1793 } else if (xml_element == "testsuite") {
1795 } else if (xml_element == "testcase") {
1798 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element;
1831 // xml_element. Returns true if the property is valid.
1832 bool TestResult::ValidateTestProperty(const std::string& xml_element, argument
1789 GetReservedAttributesForElement( const std::string& xml_element) argument
4049 std::string xml_element; local
[all...]
/external/v8/testing/gtest/src/
H A Dgtest-internal-inl.h1017 const std::string& xml_element,
1019 test_result->RecordProperty(xml_element, property);
1016 RecordProperty(TestResult* test_result, const std::string& xml_element, const TestProperty& property) argument
H A Dgtest.cc2057 void TestResult::RecordProperty(const std::string& xml_element, argument
2059 if (!ValidateTestProperty(xml_element, test_property)) {
2113 const std::string& xml_element) {
2114 if (xml_element == "testsuites") {
2116 } else if (xml_element == "testsuite") {
2118 } else if (xml_element == "testcase") {
2121 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element;
2154 // xml_element. Returns true if the property is valid.
2155 bool TestResult::ValidateTestProperty(const std::string& xml_element, argument
2112 GetReservedAttributesForElement( const std::string& xml_element) argument
4371 std::string xml_element; local
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-internal-inl.h1026 const std::string& xml_element,
1028 test_result->RecordProperty(xml_element, property);
1025 RecordProperty(TestResult* test_result, const std::string& xml_element, const TestProperty& property) argument
H A Dgtest.cc1734 void TestResult::RecordProperty(const std::string& xml_element, argument
1736 if (!ValidateTestProperty(xml_element, test_property)) {
1790 const std::string& xml_element) {
1791 if (xml_element == "testsuites") {
1793 } else if (xml_element == "testsuite") {
1795 } else if (xml_element == "testcase") {
1798 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element;
1831 // xml_element. Returns true if the property is valid.
1832 bool TestResult::ValidateTestProperty(const std::string& xml_element, argument
1789 GetReservedAttributesForElement( const std::string& xml_element) argument
4045 std::string xml_element; local
[all...]
/external/fmtlib/test/
H A Dgmock-gtest-all.cc1453 const std::string& xml_element,
1455 test_result->RecordProperty(xml_element, property);
3218 void TestResult::RecordProperty(const std::string& xml_element, argument
3220 if (!ValidateTestProperty(xml_element, test_property)) {
3274 const std::string& xml_element) {
3275 if (xml_element == "testsuites") {
3277 } else if (xml_element == "testsuite") {
3279 } else if (xml_element == "testcase") {
3282 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element;
1452 RecordProperty(TestResult* test_result, const std::string& xml_element, const TestProperty& property) argument
3273 GetReservedAttributesForElement( const std::string& xml_element) argument
3316 ValidateTestProperty(const std::string& xml_element, const TestProperty& test_property) argument
5533 std::string xml_element; local
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc1453 const std::string& xml_element,
1455 test_result->RecordProperty(xml_element, property);
3218 void TestResult::RecordProperty(const std::string& xml_element, argument
3220 if (!ValidateTestProperty(xml_element, test_property)) {
3274 const std::string& xml_element) {
3275 if (xml_element == "testsuites") {
3277 } else if (xml_element == "testsuite") {
3279 } else if (xml_element == "testcase") {
3282 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element;
1452 RecordProperty(TestResult* test_result, const std::string& xml_element, const TestProperty& property) argument
3273 GetReservedAttributesForElement( const std::string& xml_element) argument
3316 ValidateTestProperty(const std::string& xml_element, const TestProperty& test_property) argument
5533 std::string xml_element; local
[all...]

Completed in 158 milliseconds