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

/external/chromium_org/jingle/notifier/listener/
H A Dxml_element_util.cc18 std::string XmlElementToString(const buzz::XmlElement& xml_element) { argument
20 buzz::XmlPrinter::PrintXml(&xml_stream, &xml_element);
/external/chromium_org/testing/gtest/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.cc2018 void TestResult::RecordProperty(const std::string& xml_element, argument
2020 if (!ValidateTestProperty(xml_element, test_property)) {
2074 const std::string& xml_element) {
2075 if (xml_element == "testsuites") {
2077 } else if (xml_element == "testsuite") {
2079 } else if (xml_element == "testcase") {
2082 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element;
2115 // xml_element. Returns true if the property is valid.
2116 bool TestResult::ValidateTestProperty(const std::string& xml_element, argument
2073 GetReservedAttributesForElement( const std::string& xml_element) argument
4325 std::string xml_element; local
[all...]
/external/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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
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...]
/external/libvpx/libvpx/third_party/googletest/src/src/
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 9434 milliseconds