Searched refs:libxml2 (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dcheck-xsddata-test-suite.py8 import libxml2 namespace
11 libxml2.debugMemory(1)
30 libxml2.lineNumbersDefault(1)
38 libxml2.registerErrorHandler(callback, "")
70 mem = libxml2.debugMemory(1);
72 doc = libxml2.parseDoc(instance)
94 if mem != libxml2.debugMemory(1):
123 # mem = libxml2.debugMemory(1);
126 doc = libxml2.parseDoc(instance)
148 # if mem != libxml2
[all...]
H A Dlibxml2.spec2 Name: libxml2
7 Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
26 Requires: libxml2 = %{version}-%{release}
43 Summary: Python bindings for the libxml2 library
45 Requires: libxml2 = %{version}-%{release}
49 The libxml2-python package contains a module that permits applications
51 supplied by the libxml2 library to manipulate XML files.
71 gzip -9 doc/libxml2-api.xml
101 %doc doc/tutorial doc/libxml2
[all...]
H A Dcheck-relaxng-test-suite.py8 import libxml2 namespace
11 libxml2.debugMemory(1)
31 libxml2.lineNumbersDefault(1)
39 libxml2.registerErrorHandler(callback, "")
63 # res = libxml2.parseFile(RES)
83 doc = libxml2.parseDoc(instance)
124 doc = libxml2.parseDoc(instance)
164 rngp = libxml2.relaxNGNewMemParserCtxt(schema, len(schema))
190 rngp = libxml2.relaxNGNewMemParserCtxt(schema, len(schema))
222 # name = libxml2
[all...]
H A Dcheck-relaxng-test-suite2.py8 import libxml2 namespace
11 libxml2.debugMemory(1)
29 libxml2.lineNumbersDefault(1)
50 # res = libxml2.parseFile(RES)
71 # mem = libxml2.debugMemory(1);
73 doc = libxml2.parseDoc(instance)
95 # if mem != libxml2.debugMemory(1):
124 # mem = libxml2.debugMemory(1);
127 doc = libxml2.parseDoc(instance)
149 # mem2 = libxml2
[all...]
H A Dcheck-xml-test-suite.py7 import libxml2 namespace
38 libxml2.registerErrorHandler(errorHandler, None)
49 #libxml2.registerWarningHandler(warningHandler, None)
55 ctxt = libxml2.createFileParserCtxt(filename)
81 ctxt = libxml2.createFileParserCtxt(filename)
106 ctxt = libxml2.createFileParserCtxt(filename)
132 ctxt = libxml2.createFileParserCtxt(filename)
159 ctxt = libxml2.createFileParserCtxt(filename)
192 ctxt = libxml2.createFileParserCtxt(filename)
223 ctxt = libxml2
[all...]
H A Dcheck-xinclude-test-suite.py7 import libxml2 namespace
42 libxml2.registerErrorHandler(errorHandler, None)
109 doc = libxml2.parseFile(URI)
179 base = libxml2.buildURI(basedir, base)
188 conf = libxml2.parseFile(CONF)
H A Dregressions.py4 import libxml2 namespace
20 # Note that this current version requires the Python bindings for libxml2 to
331 reader = libxml2.newTextReaderFilename(filename)
H A Dgentest.py9 import libxml2 namespace
11 print "libxml2 python bindings not available, skipping testapi.c generation"
503 doc = libxml2.readFile(srcPref + 'doc/libxml2-api.xml', None, 0)
505 print "Failed to load doc/libxml2-api.xml"
636 * Main entry point of the tester for the full libxml2 module,
H A Dconfigure3072 PACKAGE=libxml2
13236 XML_INCLUDEDIR='-I${includedir}/libxml2'
13617 [ "${LOGNAME}" = "veillard" -a "`pwd`" = "/home/veillard/libxml2" ] || \
13618 [ "${LOGNAME}" = "bill" -a "`pwd`" = "/home/bill/gnomesvn/libxml2" ]
14320 XML_LIBTOOLLIBS="libxml2.la"
/external/chromium_org/third_party/libxml/linux/
H A Dxml2-config70 echo -I${includedir}/libxml2
74 if [ -r ${libdir}/libxml2.la ]
76 echo ${libdir}/libxml2.la
/external/wpa_supplicant_8/hs20/client/
H A DAndroid.mk8 INCLUDES += external/libxml2/include
67 #LOCAL_SHARED_LIBRARIES += libxml2
68 LOCAL_STATIC_LIBRARIES += libxml2
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A DAPIspecutil.py28 import libxml2 namespace
47 doc = libxml2.readFile(filename, None,
48 libxml2.XML_PARSE_DTDLOAD +
49 libxml2.XML_PARSE_DTDVALID +
50 libxml2.XML_PARSE_NOBLANKS)
H A DAPIspec.py596 import libxml2 namespace
601 doc = libxml2.readFile(filename, None,
602 libxml2.XML_PARSE_DTDLOAD +
603 libxml2.XML_PARSE_DTDVALID +
604 libxml2.XML_PARSE_NOBLANKS)
/external/mesa3d/src/mesa/main/
H A DAPIspecutil.py28 import libxml2 namespace
47 doc = libxml2.readFile(filename, None,
48 libxml2.XML_PARSE_DTDLOAD +
49 libxml2.XML_PARSE_DTDVALID +
50 libxml2.XML_PARSE_NOBLANKS)
H A DAPIspec.py596 import libxml2 namespace
601 doc = libxml2.readFile(filename, None,
602 libxml2.XML_PARSE_DTDLOAD +
603 libxml2.XML_PARSE_DTDVALID +
604 libxml2.XML_PARSE_NOBLANKS)
/external/libxml2/
H A DAndroid.mk85 LOCAL_MODULE:= libxml2
98 LOCAL_MODULE:= libxml2
/external/chromium_org/third_party/mesa/src/
H A DSConstruct65 import libxml2
67 raise SCons.Errors.UserError, "GLES requires libxml2-python to build"
/external/mesa3d/
H A DSConstruct65 import libxml2
67 raise SCons.Errors.UserError, "GLES requires libxml2-python to build"
/external/lldb/
H A DMakefile45 CPP.Flags += -I/usr/include/libxml2
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dgl_XML.py28 import libxml2 namespace
34 doc = libxml2.readFile( file_name, None, libxml2.XML_PARSE_XINCLUDE + libxml2.XML_PARSE_NOBLANKS + libxml2.XML_PARSE_DTDVALID + libxml2.XML_PARSE_DTDATTR + libxml2.XML_PARSE_DTDLOAD + libxml2.XML_PARSE_NOENT )
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py28 import libxml2 namespace
34 doc = libxml2.readFile( file_name, None, libxml2.XML_PARSE_XINCLUDE + libxml2.XML_PARSE_NOBLANKS + libxml2.XML_PARSE_DTDVALID + libxml2.XML_PARSE_DTDATTR + libxml2.XML_PARSE_DTDLOAD + libxml2.XML_PARSE_NOENT )
/external/chromium_org/third_party/libxslt/win32/
H A DMakefile243 $(XSLT_OBJS) $(LIBS) libxml2.lib
250 # $(XSLT_OBJS) $(LIBS) libxml2.lib
289 $(EXSLT_OBJS) $(XSLT_IMP) $(LIBS) libxml2.lib
296 # $(EXSLT_OBJS) $(XSLT_IMP) $(LIBS) libxml2.lib
323 APPLIBS = $(LIBS) libxml2.lib

Completed in 410 milliseconds