Home
last modified time | relevance | path

Searched refs:expat (Results 1 – 25 of 62) sorted by relevance

123

/external/python/cpython2/Lib/test/
Dtest_pyexpat.py7 from xml.parsers import expat
15 self.parser = expat.ParserCreate(namespace_separator='!')
151 parser = expat.ParserCreate(namespace_separator='!')
180 parser = expat.ParserCreate(namespace_separator='!')
209 parser = expat.ParserCreate(namespace_separator='!')
240 parser = expat.ParserCreate()
247 parser = expat.ParserCreate()
253 with self.assertRaises(expat.error) as cm:
255 self.assertEqual(expat.ErrorString(cm.exception.code),
256 expat.errors.XML_ERROR_FINISHED)
[all …]
/external/skia/third_party/expat/
DBUILD.gn13 system("expat") {
14 libs = [ "expat" ]
17 third_party("expat") {
19 public_include_dirs = [ "../externals/expat/lib" ]
24 "../externals/expat/lib/xmlparse.c",
25 "../externals/expat/lib/xmlrole.c",
26 "../externals/expat/lib/xmltok.c",
/external/webrtc/webrtc/libjingle/xmllite/
Dxmllite.gyp21 '<(DEPTH)/third_party/expat/expat.gyp:expat',
24 '<(DEPTH)/third_party/expat/expat.gyp:expat',
/external/webrtc/webrtc/libjingle/xmpp/
Dxmpp.gyp112 '<(DEPTH)/third_party/expat/expat.gyp:expat',
115 '<(DEPTH)/third_party/expat/expat.gyp:expat',
/external/expat/
DREADME.version1 URL: https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2/download
Dimport_expat.sh28 rm expat.dsw
29 rm expat.pc.in
34 rm lib/expat.dsp
DREADME.android3 (croot && cd external/expat && ./import_expat.sh ~/Downloads/expat-2.1.1.tar.bz2 && mma -j32 -B)
DREADME44 libexpat into /usr/local/lib, expat.h into /usr/local/include, and
123 can use the probing macro in conftools/expat.m4 to determine how to
133 send a bug report by email to expat-bugs@mail.libexpat.org.
135 Discussion related to the direction of future expat development takes
136 place on expat-discuss@mail.libexpat.org. Archives of this list and
/external/webrtc/webrtc/libjingle/
Dlibjingle.gyp25 '<(DEPTH)/third_party/expat/expat.gyp:expat',
/external/python/cpython2/Lib/xml/sax/
Dexpatreader.py22 from xml.parsers import expat
26 if not hasattr(expat, "ParserCreate"):
214 except expat.error, e:
215 exc = SAXParseException(expat.ErrorString(e.code), e, self)
262 self._parser = expat.ParserCreate(self._source.getEncoding(), " ",
268 self._parser = expat.ParserCreate(self._source.getEncoding(),
292 expat.XML_PARAM_ENTITY_PARSING_UNLESS_STANDALONE)
/external/python/cpython2/PC/VC6/
Dpyexpat.dsp47 # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\Include" /I ".." /I "..\..\Modules\expat" /D "Py_BU…
75 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\Include" /I ".." /I "..\..\Modules\expat" /D "…
100 SOURCE=..\..\Modules\expat\xmlparse.c
104 SOURCE=..\..\Modules\expat\xmlrole.c
108 SOURCE=..\..\Modules\expat\xmltok.c
D_elementtree.dsp47 # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\Include" /I ".." /I "..\..\Modules\expat" /D "Py_BU…
75 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\Include" /I ".." /I "..\..\Modules\expat" /D "…
100 SOURCE=..\..\Modules\expat\xmlparse.c
104 SOURCE=..\..\Modules\expat\xmlrole.c
108 SOURCE=..\..\Modules\expat\xmltok.c
/external/python/cpython2/RISCOS/
DREADME34 expat (optional)
35 http://sourceforge.net/projects/expat/
/external/skia/
DDEPS8 …"third_party/externals/expat" : "https://android.googlesource.com/platform/external/expat.…
/external/fonttools/
Dsetup.py15 import xml.parsers.expat
/external/mesa3d/src/mesa/drivers/dri/
DAndroid.mk38 external/expat/lib
/external/python/cpython2/Lib/xml/etree/
DElementTree.py1470 from xml.parsers import expat
1473 import pyexpat as expat namespace
1478 parser = expat.ParserCreate(encoding, "}")
1484 self._error = expat.error
1509 self.version = "Expat %d.%d.%d" % expat.version_info
1585 from xml.parsers import expat
1586 err = expat.error(
/external/mesa3d/src/gallium/tools/trace/
Dparse.py31 import xml.parsers.expat
75 self.parser = xml.parsers.expat.ParserCreate()
115 except xml.parsers.expat.ExpatError, e:
/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py32 from xml.parsers import expat
92 return type not in (expat.model.XML_CTYPE_ANY,
93 expat.model.XML_CTYPE_MIXED)
99 return self._model[0] == expat.model.XML_CTYPE_EMPTY
153 return expat.ParserCreate()
728 parser = expat.ParserCreate(namespace_separator=" ")
/external/mesa3d/src/mesa/drivers/dri/common/
DSConscript32 'expat',
/external/python/cpython2/Doc/library/
Dpyexpat.rst2 :mod:`xml.parsers.expat` --- Fast XML parsing using Expat
5 .. module:: xml.parsers.expat
29 The :mod:`xml.parsers.expat` module is a Python interface to the Expat
60 The :mod:`xml.parsers.expat` module contains two functions:
276 :exc:`xml.parsers.expat.ExpatError` exception.
557 import xml.parsers.expat
567 p = xml.parsers.expat.ParserCreate()
605 of the :mod:`xml.parsers.expat` module. These constants can be collected in two
678 :mod:`xml.parsers.expat` module. These constants are useful in interpreting
833 standard build of the :mod:`xml.parsers.expat` module.
Dmarkup.rst14 2.3, the Expat parser is included with Python, so the :mod:`xml.parsers.expat`
/external/python/cpython2/Modules/
DSetup.dist184 #_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI _elementtree.c # e…
475 # Modules/expat/. Usage of a system shared libexpat.so/expat.dll is
480 #pyexpat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c -I$(srcdir)/Modules/expat -DHAVE…
/external/curl/src/
DMakefile.m3259 LIBEXPAT_PATH = ../../expat-2.1.0
/external/webrtc/talk/
Dlibjingle.gyp457 '<(DEPTH)/third_party/expat/expat.gyp:expat',
460 '<(DEPTH)/third_party/expat/expat.gyp:expat',

123