Home
last modified time | relevance | path

Searched full:expat (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/external/python/cpython2/PCbuild/
D_elementtree.vcxproj.filters12 <ClInclude Include="..\Modules\expat\ascii.h">
15 <ClInclude Include="..\Modules\expat\asciitab.h">
18 <ClInclude Include="..\Modules\expat\expat.h">
21 <ClInclude Include="..\Modules\expat\expat_config.h">
24 <ClInclude Include="..\Modules\expat\expat_external.h">
27 <ClInclude Include="..\Modules\expat\iasciitab.h">
30 <ClInclude Include="..\Modules\expat\internal.h">
33 <ClInclude Include="..\Modules\expat\latin1tab.h">
36 <ClInclude Include="..\Modules\expat\loadlibrary.c">
39 <ClInclude Include="..\Modules\expat\macconfig.h">
[all …]
D_elementtree.vcxproj64 …<AdditionalIncludeDirectories>..\Modules\expat;%(AdditionalIncludeDirectories)</AdditionalIncludeD…
72 <ClInclude Include="..\Modules\expat\ascii.h" />
73 <ClInclude Include="..\Modules\expat\asciitab.h" />
74 <ClInclude Include="..\Modules\expat\expat.h" />
75 <ClInclude Include="..\Modules\expat\expat_config.h" />
76 <ClInclude Include="..\Modules\expat\expat_external.h" />
77 <ClInclude Include="..\Modules\expat\iasciitab.h" />
78 <ClInclude Include="..\Modules\expat\internal.h" />
79 <ClInclude Include="..\Modules\expat\latin1tab.h" />
80 <ClInclude Include="..\Modules\expat\macconfig.h" />
[all …]
/external/python/cpython3/PCbuild/
D_elementtree.vcxproj.filters12 <ClInclude Include="..\Modules\expat\ascii.h">
15 <ClInclude Include="..\Modules\expat\asciitab.h">
18 <ClInclude Include="..\Modules\expat\expat.h">
21 <ClInclude Include="..\Modules\expat\expat_config.h">
24 <ClInclude Include="..\Modules\expat\expat_external.h">
27 <ClInclude Include="..\Modules\expat\iasciitab.h">
30 <ClInclude Include="..\Modules\expat\internal.h">
33 <ClInclude Include="..\Modules\expat\latin1tab.h">
36 <ClInclude Include="..\Modules\expat\loadlibrary.c">
39 <ClInclude Include="..\Modules\expat\macconfig.h">
[all …]
D_elementtree.vcxproj64 …<AdditionalIncludeDirectories>..\Modules\expat;%(AdditionalIncludeDirectories)</AdditionalIncludeD…
69 <ClInclude Include="..\Modules\expat\ascii.h" />
70 <ClInclude Include="..\Modules\expat\asciitab.h" />
71 <ClInclude Include="..\Modules\expat\expat.h" />
72 <ClInclude Include="..\Modules\expat\expat_config.h" />
73 <ClInclude Include="..\Modules\expat\expat_external.h" />
74 <ClInclude Include="..\Modules\expat\iasciitab.h" />
75 <ClInclude Include="..\Modules\expat\internal.h" />
76 <ClInclude Include="..\Modules\expat\latin1tab.h" />
77 <ClInclude Include="..\Modules\expat\macconfig.h" />
[all …]
Dpyexpat.vcxproj.filters12 <ClInclude Include="..\Modules\expat\xmlrole.h">
15 <ClInclude Include="..\Modules\expat\xmltok.h">
23 <ClCompile Include="..\Modules\expat\loadlibrary.c">
26 <ClCompile Include="..\Modules\expat\xmlparse.c">
29 <ClCompile Include="..\Modules\expat\xmlrole.c">
32 <ClCompile Include="..\Modules\expat\xmltok.c">
/external/python/cpython2/PC/VS9.0/
D_elementtree.vcproj45 AdditionalIncludeDirectories="..\..\Modules\expat"
107 AdditionalIncludeDirectories="..\..\Modules\expat"
169 AdditionalIncludeDirectories="..\..\Modules\expat"
232 AdditionalIncludeDirectories="..\..\Modules\expat"
294 AdditionalIncludeDirectories="..\..\Modules\expat"
357 AdditionalIncludeDirectories="..\..\Modules\expat"
420 AdditionalIncludeDirectories="..\..\Modules\expat"
483 AdditionalIncludeDirectories="..\..\Modules\expat"
530 RelativePath="..\..\Modules\expat\ascii.h"
534 RelativePath="..\..\Modules\expat\asciitab.h"
[all …]
Dpyexpat.vcproj45 AdditionalIncludeDirectories=".\..\..\Modules\expat"
106 AdditionalIncludeDirectories=".\..\..\Modules\expat"
167 AdditionalIncludeDirectories=".\..\..\Modules\expat"
229 AdditionalIncludeDirectories=".\..\..\Modules\expat"
290 AdditionalIncludeDirectories=".\..\..\Modules\expat"
352 AdditionalIncludeDirectories=".\..\..\Modules\expat"
414 AdditionalIncludeDirectories=".\..\..\Modules\expat"
476 AdditionalIncludeDirectories=".\..\..\Modules\expat"
522 RelativePath="..\..\Modules\expat\xmlrole.h"
526 RelativePath="..\..\Modules\expat\xmltok.h"
[all …]
/external/expat/
DCMake.README1 == How to build expat with cmake (experimental) ==
3 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual
6 Assuming ~/expat-2.2.6 is the source directory of expat, add a subdirectory
8 ~/expat-2.2.6$ mkdir build && cd build
9 ~/expat-2.2.6/build$
13 ~/expat-2.2.6/build$ cmake ..
19 -- Build files have been written to: /home/patrick/expat-2.2.6/build
24 ~/expat-2.2.6/build$ make && make test && make install
25 Scanning dependencies of target expat
26 [ 5%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.o
[all …]
DCMakeLists.txt4 project(expat) project
7 set(PACKAGE_BUGREPORT "expat-bugs@libexpat.org")
8 set(PACKAGE_NAME "expat")
31 option(BUILD_tools "build the xmlwf tool for expat library" ${BUILD_tools_default})
32 option(BUILD_examples "build the examples for expat library" ON)
33 option(BUILD_tests "build the tests for expat library" ON)
34 option(BUILD_shared "build a shared expat library" ON)
37 option(INSTALL "install expat files in cmake install target" ON)
162 add_library(expat ${_SHARED} ${expat_SRCS}) target
164 target_link_libraries(expat ${LIB_BSD})
[all …]
D.gitignore29 expat/win32/bin/
30 expat/win32/tmp/
31 expat/.vs/
32 expat/**/*.vcxproj.user
33 expat/**/*.suo
34 expat/**/*.sdf
35 expat/**/*.VC.db
36 expat/tests/**/Debug/
37 expat/tests/**/Release/
DREADME.md5 # Expat, Release 2.2.6
7 This is Expat, a C library for parsing XML, started by
9 Expat is a stream-oriented XML parser. This means that you register
16 [`expat_win32` package](https://sourceforge.net/projects/expat/files/expat_win32/),
20 Expat is [free software](https://www.gnu.org/philosophy/free-sw.en.html).
23 [`COPYING`](https://github.com/libexpat/libexpat/blob/master/expat/COPYING)
27 If you are building Expat from a check-out from the
40 To build Expat from a source distribution, you first run the
51 libexpat into `/usr/local/lib`, `expat.h` into `/usr/local/include`, and
77 If you are interested in building Expat to provide document
[all …]
/external/python/cpython2/PC/VS8.0/
D_elementtree.vcproj45 AdditionalIncludeDirectories="..\..\Modules\expat"
107 AdditionalIncludeDirectories="..\..\Modules\expat"
169 AdditionalIncludeDirectories="..\..\Modules\expat"
232 AdditionalIncludeDirectories="..\..\Modules\expat"
294 AdditionalIncludeDirectories="..\..\Modules\expat"
357 AdditionalIncludeDirectories="..\..\Modules\expat"
420 AdditionalIncludeDirectories="..\..\Modules\expat"
483 AdditionalIncludeDirectories="..\..\Modules\expat"
530 RelativePath="..\..\Modules\expat\ascii.h"
534 RelativePath="..\..\Modules\expat\asciitab.h"
[all …]
Dpyexpat.vcproj45 AdditionalIncludeDirectories=".\..\..\Modules\expat"
106 AdditionalIncludeDirectories=".\..\..\Modules\expat"
167 AdditionalIncludeDirectories=".\..\..\Modules\expat"
229 AdditionalIncludeDirectories=".\..\..\Modules\expat"
290 AdditionalIncludeDirectories=".\..\..\Modules\expat"
352 AdditionalIncludeDirectories=".\..\..\Modules\expat"
414 AdditionalIncludeDirectories=".\..\..\Modules\expat"
476 AdditionalIncludeDirectories=".\..\..\Modules\expat"
522 RelativePath="..\..\Modules\expat\xmlrole.h"
526 RelativePath="..\..\Modules\expat\xmltok.h"
[all …]
/external/expat/conftools/
Dexpat.m41 dnl Check if --with-expat[=PREFIX] is specified and
2 dnl Expat >= 1.95.0 is installed in the system.
6 dnl If --with-expat has not been specified, set with_expat to 'no'.
8 dnl This is necessary to adapt a whole lot of packages that have expat
11 [ AC_ARG_WITH(expat, optwith
12 [ --with-expat=PREFIX Use system Expat library],
24 AC_CHECK_LIB(expat, XML_ParserCreate,
30 AC_MSG_ERROR([Could not find the Expat library])
34 AC_CHECK_HEADERS(expat.h, , expat_found=no)
36 AC_MSG_ERROR([Could not find expat.h])
Dget-version.sh3 # USAGE: get-version.sh path/to/expat.h
5 # This script will print Expat's version number on stdout. For example:
7 # $ ./conftools/get-version.sh ./lib/expat.h
13 echo "ERROR: pathname for expat.h was not provided."
15 echo "USAGE: $0 path/to/expat.h"
21 echo "USAGE: $0 path/to/expat.h"
/external/python/cpython3/Doc/library/
Dpyexpat.rst1 :mod:`xml.parsers.expat` --- Fast XML parsing using Expat
4 .. module:: xml.parsers.expat
5 :synopsis: An interface to the Expat non-validating XML parser.
26 .. index:: single: Expat
28 The :mod:`xml.parsers.expat` module is a Python interface to the Expat
38 This module uses the :mod:`pyexpat` module to provide access to the Expat
46 The exception raised when Expat reports an error. See section
47 :ref:`expaterror-objects` for more information on interpreting Expat errors.
59 The :mod:`xml.parsers.expat` module contains two functions:
70 must be a string naming the encoding used by the XML data. Expat doesn't
[all …]
/external/python/cpython3/Lib/test/
Dtest_pyexpat.py11 from xml.parsers import expat
12 from xml.parsers.expat import errors
19 self.parser = expat.ParserCreate(namespace_separator='!')
230 parser = expat.ParserCreate(namespace_separator='!')
242 parser = expat.ParserCreate(namespace_separator='!')
253 parser = expat.ParserCreate(namespace_separator='!')
263 parser = expat.ParserCreate()
268 # a limitation of the Expat library.
269 with self.assertRaises(expat.error) as cm:
271 self.assertEqual(expat.ErrorString(cm.exception.code),
[all …]
/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='!')
236 # Issue 4877: expat.ParseFile causes segfault on a closed file.
240 parser = expat.ParserCreate()
247 parser = expat.ParserCreate()
252 # a limitation of the Expat library.
253 with self.assertRaises(expat.error) as cm:
[all …]
/external/python/cpython2/Doc/library/
Dpyexpat.rst2 :mod:`xml.parsers.expat` --- Fast XML parsing using Expat
5 .. module:: xml.parsers.expat
6 :synopsis: An interface to the Expat non-validating XML parser.
27 .. index:: single: Expat
29 The :mod:`xml.parsers.expat` module is a Python interface to the Expat
39 This module uses the :mod:`pyexpat` module to provide access to the Expat
47 The exception raised when Expat reports an error. See section
48 :ref:`expaterror-objects` for more information on interpreting Expat errors.
60 The :mod:`xml.parsers.expat` module contains two functions:
71 must be a string naming the encoding used by the XML data. Expat doesn't
[all …]
/external/skqp/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/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/python/cpython3/Lib/xml/sax/
Dexpatreader.py15 # xml.parsers.expat does not raise ImportError in Jython
18 raise SAXReaderNotAvailable("expat not available in Java", None)
22 from xml.parsers import expat
24 raise SAXReaderNotAvailable("expat not supported", None)
26 if not hasattr(expat, "ParserCreate"):
27 raise SAXReaderNotAvailable("expat not supported", None)
159 "expat does not support validation")
163 "expat does not read external parameter entities")
167 "expat does not report namespace prefixes")
183 "This version of expat does not support getting"
[all …]
/external/python/cpython2/Lib/xml/sax/
Dexpatreader.py15 # xml.parsers.expat does not raise ImportError in Jython
18 raise SAXReaderNotAvailable("expat not available in Java", None)
22 from xml.parsers import expat
24 raise SAXReaderNotAvailable("expat not supported", None)
26 if not hasattr(expat, "ParserCreate"):
27 raise SAXReaderNotAvailable("expat not supported", None)
162 "expat does not support validation")
166 "expat does not read external parameter entities")
170 "expat does not report namespace prefixes")
186 "This version of expat does not support getting"
[all …]
/external/expat/win32/
Dexpat.iss10 AppName=Expat
11 AppId=expat
13 AppVerName=Expat {#expatVer}
14 AppCopyright=Copyright © 1998-2017 Thai Open Source Software Center, Clark Cooper, and the Expat ma…
15 AppPublisher=The Expat Developers
19 UninstallDisplayName=Expat XML Parser {#expatVer}
21 OutputBaseFilename=expat-win32bin-{#expatVer}
23 DefaultDirName={pf}\Expat {#expatVer}
47 Flags: ignoreversion; Source: expat.sln; DestDir: "{app}\Source"
74 WelcomeLabel1=Welcome to the Expat XML Parser Setup Wizard
/external/webrtc/webrtc/libjingle/xmllite/
Dxmllite.gyp21 '<(DEPTH)/third_party/expat/expat.gyp:expat',
24 '<(DEPTH)/third_party/expat/expat.gyp:expat',

12345678910>>...15