/external/expat/amiga/include/proto/ |
expat.h | 5 #include <libraries/expat.h> 21 #include <interfaces/expat.h> 23 #include <inline4/expat.h> 37 #include <inline/expat.h> 39 #include <ppcinline/expat.h>
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
xml.py | 27 from xml.parsers import expat namespace 38 parser = expat.ParserCreate() 44 except expat.ExpatError, error: 45 self.handle_style_error(error.lineno, 'xml/syntax', 5, expat.ErrorString(error.code))
|
/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...] |
Android.mk | 7 external/expat/lib/ 24 config-loader-expat.c \
|
/external/dbus/cmake/ |
cross-compile.sh | 70 (cd /tmp; wget http://www.winkde.org/pub/kde/ports/win32/repository/win32libs/expat-2.0.1-bin.zip) 71 (cd /tmp; wget http://www.winkde.org/pub/kde/ports/win32/repository/win32libs/expat-2.0.1-lib.zip) 72 (cd $cross_root; unzip -x /tmp/expat-2.0.1-bin.zip) 73 (cd $cross_root; unzip -x /tmp/expat-2.0.1-lib.zip)
|
/external/expat/examples/ |
outline.c | 9 * COPYING file that comes with the expat distribution. 21 * Must be used with Expat compiled for UTF-8 output. 26 #include <expat.h> 29 #include <proto/expat.h>
|
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/svox/pico/tts/ |
svox_ssml_parser.h | 20 #include <libexpat/expat.h> 35 Creates Expat parser and allocates initial text storage 59 return Expat status code 81 Static callback function for Expat start-tag events, internal use only 87 Static callback function for Expat end-tag events, internal use only 93 Static callback function for Expat text events, internal use only 153 XML_Parser mParser; /* Expat XML parser pointer */
|
/external/chromium/third_party/libjingle/source/talk/ |
libjingle.scons | 4 talk.Library(env, name = "expat", 9 "third_party/expat-2.0.1/lib/xmlparse.c", 10 "third_party/expat-2.0.1/lib/xmlrole.c", 11 "third_party/expat-2.0.1/lib/xmltok.c", 14 "third_party/expat-2.0.1/", 198 "third_party/expat-2.0.1/", 217 "expat", 287 "expat",
|
/external/expat/amiga/ |
Makefile | 28 SHAREDLIB = $(DESTDIR)/expat.library 44 @echo " all - make expat libraries, xmlwf, examples and run test suite" 45 @echo " install - install expat libraries and tools into SDK" 67 copy /lib/expat.h /lib/expat_external.h $(staticincludedir) quiet 69 copy libs/expat.library $(sharedlibdir) quiet 107 $(DESTDIR)/xmlparse.o: xmlparse.c expat.h xmlrole.h xmltok.h \
|
/device/asus/grouper/audio/ |
Android.mk | 26 external/expat/lib \
|
/external/expat/ |
Android.mk | 18 lib/expat.h \
|
Makefile.in | 6 # This file is part of EXPAT. 8 # EXPAT is free software; you can redistribute it and/or modify it 12 # EXPAT IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 18 # SOFTWARE OR THE USE OR OTHER DEALINGS IN EXPAT. 44 APIHEADER = $(srcdir)/lib/expat.h $(srcdir)/lib/expat_external.h 94 rm -f $(DESTDIR)$(includedir)/expat.h 128 lib/xmlparse.lo: lib/xmlparse.c lib/expat.h lib/xmlrole.h lib/xmltok.h \
|
/frameworks/av/media/libmedia/ |
Android.mk | 64 external/expat/lib \
|
/frameworks/base/tools/aapt/ |
Android.mk | 33 LOCAL_C_INCLUDES += external/expat/lib
|
StringPool.h | 24 #include <expat.h>
|
/libcore/luni/src/main/native/ |
sub.mk | 55 external/expat/lib \
|
/development/testrunner/ |
coverage_targets.py | 62 except xml.parsers.expat.ExpatError:
|
/development/testrunner/test_defs/ |
test_defs.py | 60 except xml.parsers.expat.ExpatError:
|
/external/expat/tests/benchmark/ |
benchmark.c | 5 #include "expat.h" 8 #include <proto/expat.h>
|
/frameworks/av/media/libstagefright/ |
Android.mk | 61 $(TOP)/external/expat/lib \
|
/external/webkit/Source/WebCore/ |
Android.derived.mk | 214 GEN := $(THIRD_PARTY)/expat/files/lib/expat.h 217 perl $(SCRIPT) $@ "lib/expat.h"
|
/external/expat/bcb5/ |
expat.mak | 20 MAINSOURCE = expat.bpf
|
/external/expat/amiga/include/inline4/ |
expat.h | 24 #include <libraries/expat.h>
|
/external/expat/xmlwf/ |
xmlfile.c | 23 #include "expat.h" 33 #include <proto/expat.h>
|