/external/parameter-framework/upstream/xmlserializer/ |
D | XmlDocSource.cpp | 170 xmlDocPtr pSchemaDoc = xmlReadFile(schemaUri.c_str(), nullptr, XML_PARSE_NONET); in isInstanceDocumentValid() 238 doc = xmlReadFile(source.c_str(), nullptr, 0); in mkXmlDoc()
|
/external/libxml2/doc/examples/ |
D | parse1.c | 26 doc = xmlReadFile(filename, NULL, 0); in example1Func()
|
D | tree1.c | 67 doc = xmlReadFile(argv[1], NULL, 0); in main()
|
/external/libxml2/ |
D | runtest.c | 1815 doc = xmlReadFile(filename, NULL, 0); in oldParseTest() 1836 doc = xmlReadFile(temp, NULL, 0); in oldParseTest() 2028 doc = xmlReadFile(filename, NULL, options); in noentParseTest() 2045 doc = xmlReadFile(filename, NULL, options); in noentParseTest() 2086 doc = xmlReadFile(filename, NULL, options); in errParseTest() 2092 doc = xmlReadFile(filename, NULL, options); in errParseTest() 2286 doc = xmlReadFile(filename, NULL, options); in walkerParseTest() 2497 xpathDocument = xmlReadFile(filename, NULL, in xpathDocTest() 2545 xpathDocument = xmlReadFile(filename, NULL, in xptrDocTest() 2591 xpathDocument = xmlReadFile(filename, NULL, in xmlidDocTest() [all …]
|
D | testC14N.c | 74 doc = xmlReadFile(xml_filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT); in test_c14n() 253 doc = xmlReadFile(filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT); in load_xpath_expr()
|
D | runxmlconf.c | 253 doc = xmlReadFile(filename, NULL, options); in xmlconfTestNotNSWF() 277 doc = xmlReadFile(filename, NULL, options); in xmlconfTestNotWF() 525 doc = xmlReadFile(confxml, NULL, XML_PARSE_NOENT); in xmlconfTest()
|
D | runsuite.c | 637 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT); in xsdTest() 700 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT); in rngTest1() 738 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT); in rngTest2() 819 doc = xmlReadFile((const char *) path, NULL, XML_PARSE_NOENT); in xstcTestInstance() 1003 doc = xmlReadFile(metadata, NULL, XML_PARSE_NOENT); in xstcMetadata()
|
D | testSchemas.c | 128 doc = xmlReadFile(argv[i],NULL,0); in main()
|
D | testRelax.c | 137 doc = xmlReadFile(argv[i],NULL,0); in main()
|
D | testThreads.c | 67 myDoc = xmlReadFile(filename, NULL, XML_WITH_CATALOG); in thread_specific_data()
|
D | testXPath.c | 185 document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT); in main()
|
D | schematron.c | 1032 doc = xmlReadFile((const char *) URI, NULL, SCHEMATRON_PARSE_OPTIONS); 1093 doc = xmlReadFile((const char *) ctxt->URL, NULL, in xmlSchematronParse() 1762 instance = xmlReadFile("tst.sct", NULL, in main()
|
D | libxml2.syms | 1568 xmlReadFile;
|
D | elfgcchack.h | 8039 #undef xmlReadFile 8040 extern __typeof (xmlReadFile) xmlReadFile __attribute((alias("xmlReadFile__internal_alias"))); 8042 #ifndef xmlReadFile 8043 extern __typeof (xmlReadFile) xmlReadFile__internal_alias __attribute((visibility("hidden"))); 8044 #define xmlReadFile xmlReadFile__internal_alias macro
|
D | debugXML.c | 2476 doc = xmlReadFile(filename,NULL,0); in xmlShellLoad()
|
D | xmllint.c | 2391 doc = xmlReadFile(filename, NULL, options); in parseAndPrintFile()
|
D | relaxng.c | 1627 doc = xmlReadFile((const char *) URL,NULL,0); in xmlRelaxNGLoadInclude() 1970 doc = xmlReadFile((const char *) URL,NULL,0); in xmlRelaxNGLoadExternalRef() 7514 doc = xmlReadFile((const char *) ctxt->URL,NULL,0); in xmlRelaxNGParse()
|
D | parser.c | 15250 xmlReadFile(const char *filename, const char *encoding, int options) in xmlReadFile() function
|
D | testapi.c | 14612 ret_val = xmlReadFile(filename, (const char *)encoding, options); in test_xmlReadFile()
|
D | ChangeLog | 9472 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | device.cc | 121 xmlDocPtr xmlDoc = xmlReadFile(filename.c_str(), nullptr, 0); in FromXmlFile()
|
/external/libxml2/include/libxml/ |
D | parser.h | 1134 xmlReadFile (const char *URL,
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 1292 d xmlReadFile pr extproc('xmlReadFile')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1419 xmlReadFile
|