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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 43 milliseconds