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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/parsers/
__init__.py 5 expat -- Python wrapper for James Clark's Expat parser, with namespace
expat.py 1 """Interface to the Expat non-validating XML parser."""
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/parsers/
__init__.py 5 expat -- Python wrapper for James Clark's Expat parser, with namespace
expat.py 1 """Interface to the Expat non-validating XML parser."""
  /external/python/cpython2/Lib/xml/parsers/
__init__.py 5 expat -- Python wrapper for James Clark's Expat parser, with namespace
expat.py 1 """Interface to the Expat non-validating XML parser."""
  /external/python/cpython3/Lib/xml/parsers/
__init__.py 5 expat -- Python wrapper for James Clark's Expat parser, with namespace
expat.py 1 """Interface to the Expat non-validating XML parser."""
6 # provide pyexpat submodules as xml.parsers.expat submodules
7 sys.modules['xml.parsers.expat.model'] = model
8 sys.modules['xml.parsers.expat.errors'] = errors
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/parsers/
__init__.py 5 expat -- Python wrapper for James Clark's Expat parser, with namespace
expat.py 1 """Interface to the Expat non-validating XML parser."""
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/parsers/
__init__.py 5 expat -- Python wrapper for James Clark's Expat parser, with namespace
expat.py 1 """Interface to the Expat non-validating XML parser."""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/parsers/
__init__.py 5 expat -- Python wrapper for James Clark's Expat parser, with namespace
expat.py 1 """Interface to the Expat non-validating XML parser."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/parsers/
__init__.py 5 expat -- Python wrapper for James Clark's Expat parser, with namespace
expat.py 1 """Interface to the Expat non-validating XML parser."""
  /external/skia/third_party/expat/
BUILD.gn 13 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/skqp/third_party/expat/
BUILD.gn 13 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/expat/conftools/
expat.m4 1 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,
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
    [all...]
  /external/python/cpython2/PCbuild/
_elementtree.vcxproj.filters 12 <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\macconfig.h"
    [all...]
  /external/python/cpython3/PCbuild/
_elementtree.vcxproj.filters 12 <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\macconfig.h"
    [all...]
  /external/expat/
AUTHORS 0 Expat is brought to you by:
CMake.README 1 == 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.5 is the source directory of expat, add a subdirectory
8 ~/expat-2.2.5$ mkdir build && cd build
9 ~/expat-2.2.5/build$
13 ~/expat-2.2.5/build$ cmake ..
19 -- Build files have been written to: /home/patrick/expat-2.2.5/build
24 ~/expat-2.2.5/build$ make && make test && make install
25 Scanning dependencies of target expat
    [all...]
  /external/expat/tests/
README.txt 1 This directory contains the (fledgling) test suite for Expat. The
3 are not expected to be useful examples of Expat usage; see the
6 The Expat tests use a partial internal implementation of the "Check"
11 Expat must be built and, depending on platform, must be installed, before "make check" can be executed.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
expat_config.h 2 * Expat configuration for python. This file is not part of the expat

Completed in 3160 milliseconds

1 2 3 4 5 6 7 8 91011>>