HomeSort by: relevance | last modified time | path
    Searched refs:xml_element (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/texinfo/dist/makeinfo/
sectioning.c 385 xml_insert_element_with_attribute (xml_element (secname),
390 xml_insert_element_with_attribute (xml_element (secname),
395 xml_insert_element (xml_element (secname), START);
409 xml_insert_element_with_attribute (xml_element (secname), START,
412 xml_insert_element_with_attribute (xml_element (secname), START,
416 xml_insert_element (xml_element (secname), START);
422 xml_insert_element (xml_element (secname), END);
xml.h 52 enum xml_element enum
153 xml_element (char *name);
xml.c 586 xml_element (char *name)
594 printf ("Error xml_element\n");
1076 xml_insert_element (xml_element(last_section->name), END);
585 xml_element (char *name) function
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 2066 void TestResult::RecordProperty(const std::string& xml_element,
2068 if (!ValidateTestProperty(xml_element, test_property)) {
2117 const std::string& xml_element) {
2118 if (xml_element == "testsuites") {
2120 } else if (xml_element == "testsuite") {
2122 } else if (xml_element == "testcase") {
2125 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element;
2133 const std::string& xml_element) {
2134 if (xml_element == "testsuites")
5044 std::string xml_element; local
    [all...]
gtest-internal-inl.h 1038 const std::string& xml_element,
1040 test_result->RecordProperty(xml_element, property);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 639 // key. xml_element specifies the element for which the property is being
641 void RecordProperty(const std::string& xml_element,
647 static bool ValidateTestProperty(const std::string& xml_element,

Completed in 44 milliseconds