| /external/sdv/vsomeip/third_party/boost/serialization/performance/xml/ |
| D | node.hpp | 27 namespace xml { namespace 41 struct node { struct 42 BOOST_PP_REPEAT(BSL_NODE_MAX, BSL_NODE_DECL_MEMBER, _) in BOOST_PP_REPEAT() 53 node (BOOST_PP_ENUM_BINARY_PARAMS(BSL_NODE_MAX, T, p)): in node() function
|
| /external/oss-fuzz/projects/wazuh/ |
| D | fuzz_xml.c | 31 OS_XML xml; in LLVMFuzzerTestOneInput() local 36 XML_NODE node = NULL; in LLVMFuzzerTestOneInput() local
|
| /external/sdv/vsomeip/third_party/boost/spirit/repository/example/karma/ |
| D | mini_xml_karma_sr.cpp | 108 qi::rule<Iterator, mini_xml(), space_type> xml; member 109 qi::rule<Iterator, mini_xml_node(), space_type> node; member 156 repo::karma::subrule<0, mini_xml()> xml; member 157 repo::karma::subrule<1, mini_xml_node()> node; member
|
| /external/sdv/vsomeip/third_party/boost/spirit/example/karma/ |
| D | mini_xml_karma.cpp | 101 qi::rule<Iterator, mini_xml(), space_type> xml; member 102 qi::rule<Iterator, mini_xml_node(), space_type> node; member 144 karma::rule<OutputIterator, mini_xml()> xml; member 145 karma::rule<OutputIterator, mini_xml_node()> node; member
|
| /external/dynamic_depth/internal/xmpmeta/xml/ |
| D | utils.cc | 10 namespace xml { namespace 29 xmlNodePtr GetElementAt(xmlNodePtr node, int index) { in GetElementAt() 55 const string GetLiNodeContent(xmlNodePtr node) { in GetLiNodeContent()
|
| D | search.cc | 13 namespace xml { namespace 26 for (xmlNodePtr node = parent->children; node != nullptr; node = node->next) { in DepthFirstSearch() local
|
| D | serializer_impl.cc | 13 namespace xml { namespace 17 const std::unordered_map<string, xmlNsPtr>& namespaces, xmlNodePtr node) in SerializerImpl() 45 const std::unordered_map<string, xmlNsPtr>& namespaces, xmlNodePtr node) { in FromDataAndSerializeNamespaces()
|
| D | deserializer_impl.cc | 16 namespace xml { namespace 38 xmlNodePtr FindSeqNode(const xmlNodePtr node, const string& prefix, in FindSeqNode() 50 bool GetStringProperty(const xmlNodePtr node, const string& prefix, in GetStringProperty() 72 bool ReadNodeContent(const xmlNodePtr node, const string& prefix, in ReadNodeContent() 90 bool ReadStringProperty(const xmlNodePtr node, const string& prefix, in ReadStringProperty() 110 bool ReadBase64Property(const xmlNodePtr node, const string& prefix, in ReadBase64Property() 121 DeserializerImpl::DeserializerImpl(const xmlNodePtr node) in DeserializerImpl()
|
| /external/sdv/vsomeip/third_party/boost/spirit/example/qi/ |
| D | mini_xml3.cpp | 190 qi::rule<Iterator, mini_xml(), qi::locals<std::string>, ascii::space_type> xml; member 191 qi::rule<Iterator, mini_xml_node(), ascii::space_type> node; member 232 mini_xml_grammar xml; // Our grammar in main() local
|
| D | mini_xml1.cpp | 171 qi::rule<Iterator, mini_xml(), ascii::space_type> xml; member 172 qi::rule<Iterator, mini_xml_node(), ascii::space_type> node; member 213 mini_xml_grammar xml; // Our grammar in main() local
|
| D | mini_xml2.cpp | 166 qi::rule<Iterator, mini_xml(), qi::locals<std::string>, ascii::space_type> xml; member 167 qi::rule<Iterator, mini_xml_node(), ascii::space_type> node; member 208 mini_xml_grammar xml; // Our grammar in main() local
|
| /external/sdv/vsomeip/third_party/boost/spirit/repository/example/qi/ |
| D | mini_xml2_sr.cpp | 175 repo::qi::subrule<0, mini_xml(), qi::locals<std::string> > xml; member 176 repo::qi::subrule<1, mini_xml_node()> node; member 217 mini_xml_grammar xml; // Our grammar in main() local
|
| /external/tinyxml2/ |
| D | xmltest.cpp | 135 static const char* xml = "<element/>"; in example_2() local 154 static const char* xml = in example_3() local 241 static const char* xml = in example_4() local 1345 XMLDocument xml; in main() local 1357 XMLDocument xml; in main() local 1372 XMLDocument xml; in main() local 1408 XMLDocument xml; in main() local 1415 XMLDocument xml; in main() local 1428 for( const XMLNode* node=doc.FirstChild(); node; node=node->NextSibling() ) { in main() local 1451 const char* xml = in main() local [all …]
|
| D | tinyxml2.cpp | 715 char* XMLDocument::Identify( char* p, XMLNode** node, bool first ) in Identify() 799 for ( const XMLNode* node=FirstChild(); node; node=node->NextSibling() ) { in Accept() local 925 void XMLNode::DeleteChild( XMLNode* node ) in DeleteChild() 1039 for( const XMLNode* node = _firstChild; node; node = node->_next ) { in FirstChildElement() local 1051 for( const XMLNode* node = _lastChild; node; node = node->_prev ) { in LastChildElement() local 1063 for( const XMLNode* node = _next; node; node = node->_next ) { in NextSiblingElement() local 1075 for( const XMLNode* node = _prev; node; node = node->_prev ) { in PreviousSiblingElement() local 1110 XMLNode* node = 0; in ParseDeep() local 1201 /*static*/ void XMLNode::DeleteNode( XMLNode* node ) in DeleteNode() 1704 const XMLNode* node = FirstChild(); in GetText() local [all …]
|
| /external/libxml2/ |
| D | testparser.c | 172 htmlNodePtr node; in testHtmlPushWithEncoding() local 203 xmlChar *xml; in testReaderEncoding() local 234 const xmlChar *xml = BAD_CAST "<d>x<e>y</e><f>z</f></d>"; in testReaderContent() local
|
| D | xinclude.c | 56 int xml; /* xml or txt */ member 157 xmlXIncludeErr(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error, in xmlXIncludeErr() 389 int xml = 1; in xmlXIncludeAddNode() local 815 xmlNodePtr node; in xmlXIncludeCopyXPointer() local 1314 xmlNodePtr node = NULL; in xmlXIncludeLoadTxt() local 1544 xmlXIncludeExpandNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) { in xmlXIncludeExpandNode() 1781 xmlXIncludeTestNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) { in xmlXIncludeTestNode() 2183 xmlXIncludeProcessNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) { in xmlXIncludeProcessNode()
|
| D | catalog.c | 136 xmlCatalogEntryPtr xml; member 219 xmlCatalogErr(xmlCatalogEntryPtr catal, xmlNodePtr node, int error, in xmlCatalogErr() 527 xmlNodePtr node; in xmlDumpXMLCatalogNode() local
|
| /external/jsoup/src/test/java/org/jsoup/parser/ |
| D | PositionTest.java | 137 static void accumulatePositions(Node node, StringBuilder sb) { in accumulatePositions() 172 private void printRange(Node node) { in printRange() 222 …String xml = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!doctype html>\n<rss url=foo>\nXML\n</r… in tracksXml() local 293 String xml = "<p>One</p><title>Two</title><data>Three</data>"; in tracksClosingHtmlTagsInXml() local 536 static void accumulateAttributePositions(Node node, StringBuilder sb) { in accumulateAttributePositions()
|
| D | HtmlParserTest.java | 379 CDataNode node = (CDataNode) div.textNodes().get(0); in handlesCdataAcrossBuffer() local 902 Document node = Jsoup.parseBodyFragment(html); in handlesCommentsInTable() local 912 Document node = Jsoup.parseBodyFragment(html); in handlesQuotesInCommentsInScripts() local 1457 Document xml = Jsoup.parse(input, "", Parser.xmlParser()); in didAddElements() local 1476 Node node = nodes.get(0); in parseFragmentOnCreatedDocument() local 1486 Node node = nodes.get(0); in nestedPFragments() local
|
| /external/angle/build/android/unused_resources/ |
| D | UnusedResources.java | 245 String xml = Files.toString(file, UTF_8); in recordResources() local 353 String xml = Files.toString(manifest, UTF_8); in recordManifestUsages() local 572 protected Resource declareResource(ResourceType type, String name, Node node) { in declareResource()
|
| /external/jsoup/src/main/java/org/jsoup/nodes/ |
| D | Document.java | 366 Node node = ensureChildNodes().get(0); in ensureMetaCharsetElement() local 397 public enum Syntax {html, xml} enumConstant
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/ |
| D | jquery.js | 103 function DOMEval( code, node, doc ) { argument 1125 setDocument = Sizzle.setDocument = function( node ) { argument 2098 markFunction( function( seed, matches, _context, xml ) { argument 2110 function( elem, _context, xml ) { argument 2403 function( elem, context, xml ) { argument 2413 function( elem, context, xml ) { argument 2462 function( elem, context, xml ) { argument 2483 function condense( unmatched, map, filter, context, xml ) { argument 2511 return markFunction( function( seed, results, context, xml ) { argument 2670 superMatcher = function( seed, context, xml, results, outermost ) { argument
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/ |
| D | jquery-3.5.1.js | 103 function DOMEval( code, node, doc ) { argument 1125 setDocument = Sizzle.setDocument = function( node ) { argument 2098 markFunction( function( seed, matches, _context, xml ) { argument 2110 function( elem, _context, xml ) { argument 2403 function( elem, context, xml ) { argument 2413 function( elem, context, xml ) { argument 2462 function( elem, context, xml ) { argument 2483 function condense( unmatched, map, filter, context, xml ) { argument 2511 return markFunction( function( seed, results, context, xml ) { argument 2670 superMatcher = function( seed, context, xml, results, outermost ) { argument
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/ |
| D | jquery-3.5.1.js | 103 function DOMEval( code, node, doc ) { argument 1125 setDocument = Sizzle.setDocument = function( node ) { argument 2098 markFunction( function( seed, matches, _context, xml ) { argument 2110 function( elem, _context, xml ) { argument 2403 function( elem, context, xml ) { argument 2413 function( elem, context, xml ) { argument 2462 function( elem, context, xml ) { argument 2483 function condense( unmatched, map, filter, context, xml ) { argument 2511 return markFunction( function( seed, results, context, xml ) { argument 2670 superMatcher = function( seed, context, xml, results, outermost ) { argument
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/ |
| D | jquery.js | 103 function DOMEval( code, node, doc ) { argument 1125 setDocument = Sizzle.setDocument = function( node ) { argument 2098 markFunction( function( seed, matches, _context, xml ) { argument 2110 function( elem, _context, xml ) { argument 2403 function( elem, context, xml ) { argument 2413 function( elem, context, xml ) { argument 2462 function( elem, context, xml ) { argument 2483 function condense( unmatched, map, filter, context, xml ) { argument 2511 return markFunction( function( seed, results, context, xml ) { argument 2670 superMatcher = function( seed, context, xml, results, outermost ) { argument
|