HomeSort by relevance Sort by last modified time
    Searched full:expat (Results 126 - 150 of 467) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/expat/doc/
Makefile.am 9 # Copyright (c) 2017 Expat development team
51 expat.png \
reference.html 10 <title>Expat XML Parser</title>
18 <td class="corner"><img src="expat.png" alt="(Expat logo)" /></td>
19 <td class="banner"><h1>The Expat XML Parser</h1></td>
28 <p>Expat is a library, written in C, for parsing XML documents. It's
30 <code>XML::Parser</code>, Python's <code>xml.parsers.expat</code>, and
41 from <a href="http://www.libexpat.org/">the Expat home page</a>.
46 Clark Cooper to retain copyright and to distribute it with Expat.
57 <li><a href="#using">Using Expat</a></li>
155 <p>Expat is a stream-oriented parser. You register callback (o
    [all...]
  /external/expat/tests/
chardata.h 11 Copyright (c) 2000-2017 Expat development team
42 #include "expat.h" /* need XML_Char */
structdata.h 11 Copyright (c) 2000-2017 Expat development team
41 #include "expat.h"
xmltest.sh 3 # EXPAT TEST SCRIPT FOR W3C XML TEST SUITE
5 # This script can be used to exercise Expat against the
12 # The script lists all test cases where Expat shows a discrepancy
  /external/libxml2/
libxml.3 19 .IR expat (1).
27 .I expat
  /external/python/cpython2/RISCOS/
README 34 expat (optional)
35 http://sourceforge.net/projects/expat/
  /external/expat/lib/
expat_external.h 10 Copyright (c) 2000-2017 Expat development team
42 /* Expat tries very hard to make the API boundary very specifically
57 The XMLCALL macro was added in Expat 1.95.7. The only one which is
60 Note that on at least some Unix versions, the Expat library must be
87 /* using Expat from an application */
128 # error "sizeof(wchar_t) != 2; Need -fshort-wchar for both Expat and libc"
  /external/python/cpython2/PC/VC6/
_elementtree.dsp 47 # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\Include" /I ".." /I "..\..\Modules\expat" /D "Py_BUILD_CORE_MODULE" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "XML_NS" /D "XML_DTD" /D "BYTEORDER=1234" /D "XML_CONTEXT_BYTES=1024" /D "USE_PYEXPAT_CAPI" /D "XML_STATIC" /D "HAVE_MEMMOVE" /YX /FD /c
75 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\Include" /I ".." /I "..\..\Modules\expat" /D "Py_BUILD_CORE_MODULE" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "XML_NS" /D "XML_DTD" /D "BYTEORDER=1234" /D "XML_CONTEXT_BYTES=1024" /D "USE_PYEXPAT_CAPI" /D "XML_STATIC" /D "HAVE_MEMMOVE" /YX /FD /c
100 SOURCE=..\..\Modules\expat\xmlparse.c
104 SOURCE=..\..\Modules\expat\xmlrole.c
108 SOURCE=..\..\Modules\expat\xmltok.c
pyexpat.dsp 47 # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\Include" /I ".." /I "..\..\Modules\expat" /D "Py_BUILD_CORE_MODULE" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "XML_NS" /D "XML_DTD" /D BYTEORDER=1234 /D XML_CONTEXT_BYTES=1024 /D "XML_STATIC" /D "HAVE_MEMMOVE" /YX /FD /c
75 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\Include" /I ".." /I "..\..\Modules\expat" /D "Py_BUILD_CORE_MODULE" /D "_DEBUG" /D "HAVE_EXPAT_H" /D "WIN32" /D "_WINDOWS" /D "XML_NS" /D "XML_DTD" /D BYTEORDER=1234 /D XML_CONTEXT_BYTES=1024 /D "XML_STATIC" /D "HAVE_MEMMOVE" /YX /FD /c
100 SOURCE=..\..\Modules\expat\xmlparse.c
104 SOURCE=..\..\Modules\expat\xmlrole.c
108 SOURCE=..\..\Modules\expat\xmltok.c
  /external/expat/examples/
outline.c 3 Must be used with Expat compiled for UTF-8 output.
12 Copyright (c) 2000-2017 Expat development team
36 #include <expat.h>
Makefile.am 9 # Copyright (c) 2017 Expat development team
  /external/python/cpython2/Modules/expat/
pyexpatns.h 3 * Namespace all expat exported symbols to avoid dynamic loading symbol
11 * --> pyexpat gets the expat symbols from the already loaded and *older*
18 * // Added in Expat 1.95.7.
COPYING 3 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
  /external/python/cpython3/Modules/expat/
pyexpatns.h 3 * Namespace all expat exported symbols to avoid dynamic loading symbol
11 * --> pyexpat gets the expat symbols from the already loaded and *older*
18 * // Added in Expat 1.95.7.
COPYING 3 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
COPYING 3 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
  /device/linaro/hikey/audio/
Android.mk 32 external/expat/lib \
  /external/curl/docs/examples/
xmlstream.c 23 * Stream-parse a document using the streaming Expat parser.
28 * Expat => http://www.libexpat.org/
39 #include <expat.h>
146 /* Expat requires one final call to finalize parsing. */
  /external/expat/
COPYING 2 Copyright (c) 2001-2017 Expat maintainers
  /external/expat/tests/benchmark/
Makefile.am 9 # Copyright (c) 2017 Expat development team
  /external/expat/xmlwf/
codepage.h 10 Copyright (c) 2000-2017 Expat development team
xmlurl.h 10 Copyright (c) 2000-2017 Expat development team
  /external/wayland/
COPYING 27 The above is the version of the MIT "Expat" License used by X.org:
LICENSE 27 The above is the version of the MIT "Expat" License used by X.org:

Completed in 4179 milliseconds

1 2 3 4 56 7 8 91011>>