Home
last modified time | relevance | path

Searched refs:xml_element (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dsectioning.c383 xml_insert_element_with_attribute (xml_element (secname), in sectioning_underscore()
388 xml_insert_element_with_attribute (xml_element (secname), in sectioning_underscore()
393 xml_insert_element (xml_element (secname), START); in sectioning_underscore()
407 xml_insert_element_with_attribute (xml_element (secname), START, in sectioning_underscore()
410 xml_insert_element_with_attribute (xml_element (secname), START, in sectioning_underscore()
414 xml_insert_element (xml_element (secname), START); in sectioning_underscore()
420 xml_insert_element (xml_element (secname), END); in sectioning_underscore()
H A Dxml.h52 enum xml_element enum
153 xml_element (char *name);
H A Dxml.c585 xml_element (char *name) in xml_element() function
1074 xml_insert_element (xml_element(last_section->name), END); in xml_close_sections()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2066 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() argument
2068 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2117 const std::string& xml_element) { in GetReservedAttributesForElement() argument
2118 if (xml_element == "testsuites") { in GetReservedAttributesForElement()
2120 } else if (xml_element == "testsuite") { in GetReservedAttributesForElement()
2122 } else if (xml_element == "testcase") { in GetReservedAttributesForElement()
2125 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element; in GetReservedAttributesForElement()
2133 const std::string& xml_element) { in GetReservedOutputAttributesForElement() argument
2134 if (xml_element == "testsuites") { in GetReservedOutputAttributesForElement()
2136 } else if (xml_element == "testsuite") { in GetReservedOutputAttributesForElement()
[all …]
H A Dgtest-internal-inl.h1038 const std::string& xml_element, in RecordProperty() argument
1040 test_result->RecordProperty(xml_element, property); in RecordProperty()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h641 void RecordProperty(const std::string& xml_element,
647 static bool ValidateTestProperty(const std::string& xml_element,
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog214 * xml.h (DOCUMENTDESCRIPTION): new value for xml_element.
4281 * makeinfo/xml.h: new elements in xml_element enum:
H A DChangeLog.461879 * makeinfo/xml.h (xml_element): add COPYRIGHTTEXT.