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

1 2 3 4 5 6 7 8 910

  /external/expat/
README.version 1 URL: http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz/download
README.android 3 (croot && cd external/expat && ./import_expat.sh ~/Downloads/expat-2.1.1.tar.bz2 && mma -j32 -B)
import_expat.sh 6 echo "usage: $0 expat.tar.bz2"
28 rm expat.dsw
29 rm expat.pc.in
34 rm lib/expat.dsp
README 2 Expat, Release 2.1.1
4 This is Expat, a C library for parsing XML, written by James Clark.
5 Expat is a stream-oriented XML parser. This means that you register
15 Expat is free software. You may copy, distribute, and modify it under
20 Versions of Expat that have an odd minor version (the middle number in
25 If you are building Expat from a check-out from the CVS repository,
35 To build Expat from a source distribution, you first run the
44 libexpat into /usr/local/lib, expat.h into /usr/local/include, and
66 If you are interested in building Expat to provide document
110 Note: This only applies to the Expat library itself, building UTF-16 version
    [all...]
  /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/gyp/
expat.gyp 6 # Build expat from source.
12 'target_name': 'expat',
17 '../third_party/externals/expat/lib/xmlparse.c',
18 '../third_party/externals/expat/lib/xmlrole.c',
19 '../third_party/externals/expat/lib/xmltok.c',
22 'include_dirs': [ '../third_party/externals/expat/lib' ],
  /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.
runtestspp.cpp 3 // This is used to ensure the Expat headers can be included from C++
  /external/webrtc/webrtc/libjingle/xmllite/
xmllite.gyp 21 '<(DEPTH)/third_party/expat/expat.gyp:expat',
24 '<(DEPTH)/third_party/expat/expat.gyp:expat',
xmlbuilder.h 20 #include "expat.h"
22 #include "third_party/expat/v2_0_1/Source/lib/expat.h"
  /external/dbus/bus/
config-loader-expat.c 2 /* config-loader-expat.c expat XML loader
27 #include <expat.h>
71 /* Expat seems to suck and can't abort the parse if we
72 * throw an error. Expat 2.0 is supposed to fix this.
167 XML_Parser expat; local
176 expat = NULL;
199 expat = XML_ParserCreate_MM ("UTF-8", &memsuite, NULL);
200 if (expat == NULL)
220 XML_SetUserData (expat, &context)
    [all...]
  /external/webrtc/webrtc/libjingle/
libjingle.gyp 25 '<(DEPTH)/third_party/expat/expat.gyp:expat',
  /external/dbus/cmake/modules/
FindLibExpat.cmake 18 find_FILE(LIBEXPAT_DIR expat Source/lib/expat.h
34 FIND_PATH(LIBEXPAT_INCLUDE_DIR expat.h
40 FIND_LIBRARY(LIBEXPAT_LIBRARIES NAMES expat libexpat
  /external/expat/examples/
elements.c 1 /* This is simple demonstration of how to use expat. This program
5 It must be used with Expat compiled for UTF-8 output.
9 #include "expat.h"
12 #include <proto/expat.h>
  /external/v8/build/linux/unbundle/
expat.gyp 8 'target_name': 'expat',
  /system/media/audio_route/
Android.mk 6 external/expat/lib
  /external/webrtc/webrtc/libjingle/xmpp/
xmpp.gyp 112 '<(DEPTH)/third_party/expat/expat.gyp:expat',
115 '<(DEPTH)/third_party/expat/expat.gyp:expat',
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyexpat.h 1 /* Stuff to export relevant 'expat' entry points from pyexpat to other
4 /* note: you must import expat.h before importing this module! */
16 /* pointers to selected expat functions. add new functions at

Completed in 717 milliseconds

1 2 3 4 5 6 7 8 910