/external/dynamic_depth/internal/dynamic_depth/ |
D | device.cc | 34 std::unique_ptr<Device> ParseFields(const xmlDocPtr& xmlDoc) { in ParseFields() argument 39 DepthFirstSearch(xmlDoc, XmlConst::RdfDescription()); in ParseFields() 121 xmlDocPtr xmlDoc = xmlReadFile(filename.c_str(), nullptr, 0); in FromXmlFile() local 122 if (xmlDoc == nullptr) { in FromXmlFile() 127 auto device = ParseFields(xmlDoc); in FromXmlFile() 128 xmlFreeDoc(xmlDoc); in FromXmlFile() 177 bool Device::Serialize(xmlDocPtr* xmlDoc) { in Serialize() argument 178 xmlNodePtr root_node = GetFirstDescriptionElement(*xmlDoc); in Serialize()
|
/external/libxml2/include/libxml/ |
D | tree.h | 549 typedef struct _xmlDoc xmlDoc; typedef 550 typedef xmlDoc *xmlDocPtr; 762 xmlGetIntSubset (const xmlDoc *doc); 850 xmlNewDocText (const xmlDoc *doc, 881 xmlNewReference (const xmlDoc *doc, 920 xmlDocGetRootElement (const xmlDoc *doc); 997 xmlGetNsList (const xmlDoc *doc, 1043 xmlStringGetNodeList (const xmlDoc *doc, 1046 xmlStringLenGetNodeList (const xmlDoc *doc, 1055 xmlNodeListGetRawString (const xmlDoc *doc, [all …]
|
D | entities.h | 106 xmlGetDocEntity (const xmlDoc *doc, 123 xmlEncodeSpecialChars (const xmlDoc *doc,
|
/external/libxml2/python/ |
D | libxml.py | 333 return xmlDoc(_obj=self._o) 336 return xmlDoc(_obj=ret) 384 return xmlDoc(_obj=self._o) 387 return xmlDoc(_obj=ret) 581 return xmlDoc(_obj=o)
|
/external/libxml2/doc/ |
D | structure.fig | 232 4 0 0 0 0 14 16 0.0000 4 150 900 2175 675 xmlDoc\001
|
/external/libxml2/doc/examples/ |
D | tree1.c | 53 xmlDoc *doc = NULL; in main()
|
/external/dynamic_depth/includes/dynamic_depth/ |
D | device.h | 119 bool Serialize(xmlDocPtr* xmlDoc);
|
/external/parameter-framework/upstream/test/functional-tests/ |
D | Handle.cpp | 122 std::unique_ptr<xmlDoc, void (*)(xmlDoc *)> doc{ in canonicalizeXML()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/WindowsManifest/ |
D | WindowsManifestMerger.cpp | 52 void operator()(xmlDoc *Ptr) { xmlFreeDoc(Ptr); } in operator ()() 670 std::unique_ptr<xmlDoc, XmlDeleter> OutputDoc( in getMergedManifest()
|
/external/tinyxml2/ |
D | xmltest.cpp | 1644 XMLDocument xmlDoc; in main() 1646 xmlDoc.NewDeclaration(); in main() 1647 xmlDoc.NewComment("Configuration file"); in main() 1649 XMLElement *root = xmlDoc.NewElement("settings"); in main()
|
/external/libxml2/ |
D | entities.c | 510 xmlGetDocEntity(const xmlDoc *doc, const xmlChar *name) { in xmlGetDocEntity() 791 xmlEncodeSpecialChars(const xmlDoc *doc ATTRIBUTE_UNUSED, const xmlChar *input) { in xmlEncodeSpecialChars()
|
D | tree.c | 925 xmlGetIntSubset(const xmlDoc *doc) { in xmlGetIntSubset() 1171 cur = (xmlDocPtr) xmlMalloc(sizeof(xmlDoc)); in xmlNewDoc() 1176 memset(cur, 0, sizeof(xmlDoc)); in xmlNewDoc() 1275 xmlStringLenGetNodeList(const xmlDoc *doc, const xmlChar *value, int len) { in xmlStringLenGetNodeList() 1485 xmlStringGetNodeList(const xmlDoc *doc, const xmlChar *value) { in xmlStringGetNodeList() 1766 xmlNodeListGetRawString(const xmlDoc *doc, const xmlNode *list, int inLine) in xmlNodeListGetRawString() 2597 xmlNewReference(const xmlDoc *doc, const xmlChar *name) { in xmlNewReference() 2615 cur->doc = (xmlDoc *)doc; in xmlNewReference() 2653 xmlNewDocText(const xmlDoc *doc, const xmlChar *content) { in xmlNewDocText() 2657 if (cur != NULL) cur->doc = (xmlDoc *)doc; in xmlNewDocText() [all …]
|
D | testapi.c | 9489 static xmlDoc * gen_const_xmlDoc_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_const_xmlDoc_ptr() 9492 static void des_const_xmlDoc_ptr(int no ATTRIBUTE_UNUSED, const xmlDoc * val ATTRIBUTE_UNUSED, int … in des_const_xmlDoc_ptr() 9501 xmlDoc * doc; /* the document containing the string */ in test_xmlEncodeSpecialChars() 9512 ret_val = xmlEncodeSpecialChars((const xmlDoc *)doc, (const xmlChar *)input); in test_xmlEncodeSpecialChars() 9515 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlEncodeSpecialChars() 9540 xmlDoc * doc; /* the document referencing the entity */ in test_xmlGetDocEntity() 9551 ret_val = xmlGetDocEntity((const xmlDoc *)doc, (const xmlChar *)name); in test_xmlGetDocEntity() 9554 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlGetDocEntity() 20399 xmlDoc * doc; /* the document */ in test_xmlDocGetRootElement() 20406 ret_val = xmlDocGetRootElement((const xmlDoc *)doc); in test_xmlDocGetRootElement() [all …]
|
D | HTMLparser.c | 2316 cur = (xmlDocPtr) xmlMalloc(sizeof(xmlDoc)); in htmlNewDocNoDtD() 2321 memset(cur, 0, sizeof(xmlDoc)); in htmlNewDocNoDtD()
|
D | ChangeLog | 2123 in xmlDoc. Daniel will surely not like this idea :-) But 6450 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as 11383 * SAX.c: ensured xmlDoc.URL is always canonic 19602 xmlDoc and xmlNode (for Corba export).
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 57 * 1) xmlNs gets an additional field @context (a xmlDoc) 58 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc. 422 d context like(xmlDocPtr) normally an xmlDoc 542 * xmlDoc: 546 d xmlDoc ds based(xmlDocPtr)
|
/external/libxml2/doc/html/ |
D | index.sgml | 524 <ANCHOR id="xmlDoc" href="libxml/libxml-tree.html#xmlDoc">
|