/external/chromium_org/third_party/libxml/src/ |
libxml2.spec | 2 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-api.xml.g [all...] |
check-relaxng-test-suite.py | 8 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.buildURI(name, dir [all...] |
check-relaxng-test-suite2.py | 8 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.debugMemory(1 [all...] |
check-xsddata-test-suite.py | 8 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.debugMemory(1) [all...] |
check-xml-test-suite.py | 7 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.createFileParserCtxt(filename [all...] |
check-xinclude-test-suite.py | 7 import libxml2 namespace 42 libxml2.registerErrorHandler(errorHandler, None) 109 doc = libxml2.parseFile(URI) 179 base = libxml2.buildURI(basedir, base) 188 conf = libxml2.parseFile(CONF)
|
regressions.py | 4 import libxml2 namespace 20 # Note that this current version requires the Python bindings for libxml2 to 331 reader = libxml2.newTextReaderFilename(filename)
|
gentest.py | 9 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,
|
configure | [all...] |
/external/chromium_org/third_party/libxml/linux/ |
xml2-config | 70 echo -I${includedir}/libxml2 74 if [ -r ${libdir}/libxml2.la ] 76 echo ${libdir}/libxml2.la
|
/external/libxslt/ |
Android.mk | 30 LOCAL_STATIC_LIBRARIES := libxml2 37 LOCAL_C_INCLUDES += $(common_C_INCLUDES) external/libxml2/include external/icu4c/common 51 LOCAL_C_INCLUDES += $(common_C_INCLUDES) external/libxml2/include external/icu4c/common
|
/external/libxml2/ |
Android.mk | 64 LOCAL_MODULE:= libxml2 76 LOCAL_MODULE:= libxml2
|
/packages/apps/Nfc/nci/jni/ |
Android.mk | 28 external/libxml2/include \ 52 LOCAL_STATIC_LIBRARIES := libxml2
|
/system/media/camera/docs/ |
metadata-check-dependencies | 107 binary_check xmllint libxml2 libxml2-utils
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
APIspecutil.py | 28 import libxml2 namespace 47 doc = libxml2.readFile(filename, None, 48 libxml2.XML_PARSE_DTDLOAD + 49 libxml2.XML_PARSE_DTDVALID + 50 libxml2.XML_PARSE_NOBLANKS)
|
APIspec.py | 596 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/ |
APIspecutil.py | 28 import libxml2 namespace 47 doc = libxml2.readFile(filename, None, 48 libxml2.XML_PARSE_DTDLOAD + 49 libxml2.XML_PARSE_DTDVALID + 50 libxml2.XML_PARSE_NOBLANKS)
|
APIspec.py | 596 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/chromium_org/third_party/mesa/src/ |
SConstruct | 65 import libxml2 67 raise SCons.Errors.UserError, "GLES requires libxml2-python to build"
|
/external/mesa3d/ |
SConstruct | 65 import libxml2 67 raise SCons.Errors.UserError, "GLES requires libxml2-python to build"
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
gl_XML.py | 28 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/ |
gl_XML.py | 28 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/ |
Makefile | 243 $(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
|