/external/lldb/source/Plugins/SymbolVendor/MacOSX/ |
D | SymbolVendorMacOSX.cpp | 206 if (node->type == XML_ELEMENT_NODE) in CreateInstance() 211 … while (dict_node && dict_node->type != XML_ELEMENT_NODE) in CreateInstance() 217 … if (key_node && key_node->type == XML_ELEMENT_NODE && key_node->name) in CreateInstance() 225 … while (value_node && value_node->type != XML_ELEMENT_NODE) in CreateInstance() 244 … while (value_node && value_node->type != XML_ELEMENT_NODE) in CreateInstance()
|
/external/libxml2/ |
D | tree.c | 731 if ((node != NULL) && (node->type != XML_ELEMENT_NODE)) in xmlNewNs() 809 if ((node->type == XML_ELEMENT_NODE) || in xmlSetNs() 1018 while ((next != NULL) && (next->type != XML_ELEMENT_NODE)) in xmlCreateIntSubset() 1833 if ((node != NULL) && (node->type != XML_ELEMENT_NODE)) { in xmlNewPropInternal() 2234 cur->type = XML_ELEMENT_NODE; in xmlNewNode() 2277 cur->type = XML_ELEMENT_NODE; in xmlNewNodeEatName() 2496 if (parent->type == XML_ELEMENT_NODE) { in xmlNewTextChild() 2517 cur->type = XML_ELEMENT_NODE; in xmlNewTextChild() 2799 if(tree->type == XML_ELEMENT_NODE) { in xmlSetTreeDoc() 2876 if (parent->type == XML_ELEMENT_NODE) { in xmlNewChild() [all …]
|
D | xmlreader.c | 379 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNodeList() 385 (cur->type != XML_ELEMENT_NODE) && in xmlTextReaderFreeNodeList() 391 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNodeList() 403 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNodeList() 457 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNode() 463 (cur->type != XML_ELEMENT_NODE) && in xmlTextReaderFreeNode() 469 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNode() 482 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNode() 1117 } else if (node->type == XML_ELEMENT_NODE) { in xmlTextReaderValidateEntity() 1133 } else if (node->type == XML_ELEMENT_NODE) { in xmlTextReaderValidateEntity() [all …]
|
D | HTMLtree.c | 63 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlGetMetaEncoding() 81 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlGetMetaEncoding() 99 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlGetMetaEncoding() 190 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlSetMetaEncoding() 208 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlSetMetaEncoding() 232 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlSetMetaEncoding() 934 if (((cur->type == XML_ELEMENT_NODE) || (cur->content == NULL)) && in htmlNodeDumpFormatOutput() 961 if ((cur->type != XML_ELEMENT_NODE) && in htmlNodeDumpFormatOutput()
|
D | debugXML.c | 100 if ((node->type != XML_ELEMENT_NODE) && in xmlNsCheckScope() 109 ((node->type == XML_ELEMENT_NODE) || in xmlNsCheckScope() 113 if ((node->type == XML_ELEMENT_NODE) || in xmlNsCheckScope() 328 (node->parent->type == XML_ELEMENT_NODE)) in xmlCtxtGenericNodeCheck() 339 if (node->type == XML_ELEMENT_NODE) { in xmlCtxtGenericNodeCheck() 354 if ((node->type != XML_ELEMENT_NODE) && in xmlCtxtGenericNodeCheck() 365 case XML_ELEMENT_NODE: in xmlCtxtGenericNodeCheck() 626 if ((elem->type != XML_ELEMENT_NODE) && (elem->content != NULL)) { in xmlCtxtDumpElemDecl() 891 case XML_ELEMENT_NODE: in xmlCtxtDumpOneNode() 1025 if ((node->type == XML_ELEMENT_NODE) && (node->nsDef != NULL)) in xmlCtxtDumpOneNode() [all …]
|
D | xpointer.c | 141 if ((cur->type == XML_ELEMENT_NODE) || in xmlXPtrGetArity() 163 if ((cur->type == XML_ELEMENT_NODE) || in xmlXPtrGetIndex() 188 if ((cur->type == XML_ELEMENT_NODE) || in xmlXPtrGetNthChild() 1626 case XML_ELEMENT_NODE: in xmlXPtrBuildNodeList() 1710 case XML_ELEMENT_NODE: in xmlXPtrNbLocChildren() 1713 if (node->type == XML_ELEMENT_NODE) in xmlXPtrNbLocChildren() 2001 case XML_ELEMENT_NODE: in xmlXPtrCoveringRange() 2120 case XML_ELEMENT_NODE: in xmlXPtrInsideRange() 2152 case XML_ELEMENT_NODE: in xmlXPtrInsideRange() 2356 if ((cur->type != XML_ELEMENT_NODE) && in xmlXPtrAdvanceNode() [all …]
|
D | pattern.c | 523 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch() 546 if ((node->type != XML_ELEMENT_NODE) && in xmlPatMatch() 558 if ((lst->type == XML_ELEMENT_NODE) && in xmlPatMatch() 638 if ((node->type == XML_ELEMENT_NODE) && in xmlPatMatch() 665 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch() 678 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch() 1624 XML_ELEMENT_NODE, flags); in xmlStreamCompile() 1683 XML_ELEMENT_NODE, flags); in xmlStreamCompile() 1692 XML_ELEMENT_NODE, flags); in xmlStreamCompile() 1700 XML_ELEMENT_NODE, flags); in xmlStreamCompile() [all …]
|
D | xinclude.c | 885 if ((cur->type == XML_ELEMENT_NODE) || in xmlXIncludeGetNthChild() 1145 case XML_ELEMENT_NODE: in xmlXIncludeCopyXPointer() 1165 case XML_ELEMENT_NODE: in xmlXIncludeCopyXPointer() 1628 case XML_ELEMENT_NODE: in xmlXIncludeLoadDoc() 1726 if (node->type == XML_ELEMENT_NODE) { in xmlXIncludeLoadDoc() 2141 if ((children->type == XML_ELEMENT_NODE) && in xmlXIncludeLoadNode() 2213 (cur->parent->type != XML_ELEMENT_NODE)) { in xmlXIncludeIncludeNode() 2218 if (tmp->type == XML_ELEMENT_NODE) in xmlXIncludeIncludeNode() 2287 if (node->type != XML_ELEMENT_NODE) in xmlXIncludeTestNode() 2308 if ((child->type == XML_ELEMENT_NODE) && in xmlXIncludeTestNode() [all …]
|
D | error.c | 273 if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) in xmlReportError() 527 ((i < 10) && (node != NULL) && (node->type != XML_ELEMENT_NODE)); in __xmlRaiseError() 534 if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) in __xmlRaiseError() 573 prev->type = XML_ELEMENT_NODE; in __xmlRaiseError()
|
D | xpath.c | 168 case XML_ELEMENT_NODE: in xmlXPathCmpNodesExt() 169 if (node2->type == XML_ELEMENT_NODE) { in xmlXPathCmpNodesExt() 201 if (node1->type == XML_ELEMENT_NODE) { in xmlXPathCmpNodesExt() 219 if ((node1 == NULL) || (node1->type != XML_ELEMENT_NODE) || in xmlXPathCmpNodesExt() 239 case XML_ELEMENT_NODE: in xmlXPathCmpNodesExt() 255 if (node2->type == XML_ELEMENT_NODE) { in xmlXPathCmpNodesExt() 269 if ((node2 == NULL) || (node2->type != XML_ELEMENT_NODE) || in xmlXPathCmpNodesExt() 294 if (cur->type == XML_ELEMENT_NODE) in xmlXPathCmpNodesExt() 341 if ((node1->type == XML_ELEMENT_NODE) && in xmlXPathCmpNodesExt() 342 (node2->type == XML_ELEMENT_NODE) && in xmlXPathCmpNodesExt() [all …]
|
D | xmlsave.c | 818 ((cur->type == XML_ELEMENT_NODE) || in xmlNodeListDumpOutput() 1057 if (((cur->type == XML_ELEMENT_NODE) || (cur->content == NULL)) && in xmlNodeDumpOutputInternal() 1068 if ((cur->type != XML_ELEMENT_NODE) && (cur->content != NULL)) { in xmlNodeDumpOutputInternal() 1272 if (node->type != XML_ELEMENT_NODE) in xhtmlIsEmpty() 1427 (cur->type == XML_ELEMENT_NODE)) in xhtmlNodeListDumpOutput() 1598 if ((cur->type == XML_ELEMENT_NODE) && in xhtmlNodeDumpOutput() 1624 if ((cur->type == XML_ELEMENT_NODE) && (cur->children == NULL)) { in xhtmlNodeDumpOutput() 1685 if ((cur->type != XML_ELEMENT_NODE) && (cur->content != NULL)) { in xhtmlNodeDumpOutput() 1697 if ((cur->type == XML_ELEMENT_NODE) && in xhtmlNodeDumpOutput()
|
D | c14n.c | 610 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NProcessNamespacesAxis() 717 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlExcC14NProcessNamespacesAxis() 1137 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NProcessAttrsAxis() 1358 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NCheckForRelativeNamespaces() 1422 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NProcessElementNode() 1536 case XML_ELEMENT_NODE: in xmlC14NProcessNode()
|
D | runxmlconf.c | 459 if (cur->type == XML_ELEMENT_NODE) { in xmlconfTestCases() 493 if (cur->type == XML_ELEMENT_NODE) { in xmlconfTestSuite()
|
D | relaxng.c | 44 (node->type == XML_ELEMENT_NODE) && \ 3491 while ((node != NULL) && (node->type == XML_ELEMENT_NODE)) { in xmlRelaxNGGetDataTypeLibrary() 4758 while ((tmp != NULL) && (tmp->type == XML_ELEMENT_NODE)) { in xmlRelaxNGProcessExternalRef() 7010 if (cur->type == XML_ELEMENT_NODE) { in xmlRelaxNGCleanupTree() 7017 (cur->parent->type == XML_ELEMENT_NODE) && in xmlRelaxNGCleanupTree() 7039 (tmp->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree() 7149 (tmp->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree() 7229 (node->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree() 7376 (cur->parent->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree() 8002 case XML_ELEMENT_NODE: in xmlRelaxNGValidateCompiledContent() [all …]
|
D | valid.c | 490 case XML_ELEMENT_NODE: in xmlValidPrintNode() 4844 ((NODE->type != XML_ELEMENT_NODE) && in xmlValidateElementType() 4861 ret = ((NODE->type == XML_ELEMENT_NODE) && in xmlValidateElementType() 4885 ((NODE->type != XML_ELEMENT_NODE) && in xmlValidateElementType() 5156 case XML_ELEMENT_NODE: in xmlSnprintfElements() 5284 case XML_ELEMENT_NODE: in xmlValidateElementContent() 5378 case XML_ELEMENT_NODE: in xmlValidateElementContent() 5520 (elem->type != XML_ELEMENT_NODE)) in xmlValidateOneCdataElement() 6004 case XML_ELEMENT_NODE: in xmlValidateOneElement() 6058 if (child->type == XML_ELEMENT_NODE) { in xmlValidateOneElement() [all …]
|
D | SAX2.c | 1667 if (parent->type == XML_ELEMENT_NODE) { in xmlSAX2StartElement() 2253 ret->type = XML_ELEMENT_NODE; in xmlSAX2StartElementNs() 2338 if (parent->type == XML_ELEMENT_NODE) { in xmlSAX2StartElementNs() 2702 if (parent->type == XML_ELEMENT_NODE) { in xmlSAX2ProcessingInstruction() 2763 if (parent->type == XML_ELEMENT_NODE) { in xmlSAX2Comment()
|
D | schematron.c | 48 ((node != NULL) && (node->type == XML_ELEMENT_NODE ) && \ 56 if ((node->type == XML_ELEMENT_NODE ) && (node->ns != NULL) && \
|
D | testrecurse.c | 425 if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) in testStructuredErrorHandler()
|
D | testlimits.c | 517 if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) in testStructuredErrorHandler()
|
/external/parameter-framework/xmlserializer/ |
D | XmlElement.cpp | 196 if (pXmlNode->type == XML_ELEMENT_NODE) { in getParentElement() 260 if (_pCurNode->type == XML_ELEMENT_NODE) { in next()
|
/external/libxml2/doc/examples/ |
D | tree1.c | 36 if (cur_node->type == XML_ELEMENT_NODE) { in print_element_names()
|
D | xpath1.c | 229 } else if(nodes->nodeTab[i]->type == XML_ELEMENT_NODE) { in print_xpath_nodes()
|
/external/libxml2/python/ |
D | libxml.c | 2518 if ((cur != NULL) && (cur->type == XML_ELEMENT_NODE)) in libxml_properties() 2626 case XML_ELEMENT_NODE: in libxml_children() 2669 case XML_ELEMENT_NODE: in libxml_last() 2759 case XML_ELEMENT_NODE: in libxml_type() 2851 if ((node == NULL) || (node->type != XML_ELEMENT_NODE)) { in libxml_xmlNodeGetNsDefs() 2876 if ((node == NULL) || (node->type != XML_ELEMENT_NODE)) { in libxml_xmlNodeRemoveNsDef() 2922 ((node->type != XML_ELEMENT_NODE) && in libxml_xmlNodeGetNs()
|
/external/wpa_supplicant_8/src/utils/ |
D | xml_libxml2.c | 380 return ((xmlNodePtr) node)->type == XML_ELEMENT_NODE; in xml_node_is_element()
|
/external/libxml2/include/libxml/ |
D | tree.h | 159 XML_ELEMENT_NODE= 1, enumerator 515 ((n)->type == XML_ELEMENT_NODE ? NULL : (n)->content)
|