OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expat
(Results
1 - 25
of
35
) sorted by null
1
2
/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/dbus/bus/
config-loader-expat.c
2
/* config-loader-
expat
.c
expat
XML loader
26
#include <
expat
.h>
75
/*
Expat
seems to suck and can't abort the parse if we
76
* throw an error.
Expat
2.0 is supposed to fix this.
171
XML_Parser
expat
;
local
180
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/
20
config-loader-
expat
.c \
/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/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/base/tools/localize/
Android.mk
25
external/
expat
/lib \
/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 \
/frameworks/base/media/libmedia/
Android.mk
55
external/
expat
/lib
/frameworks/base/tools/aapt/
Android.mk
30
LOCAL_C_INCLUDES += external/
expat
/lib
StringPool.h
23
#include <
expat
.h>
/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>
/libcore/luni/src/main/native/
sub.mk
58
external/
expat
/lib \
/dalvik/vm/
Android.mk
118
# dependencies like
expat
are not found by the linker.
/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>
/external/webkit/WebCore/dom/
XMLTokenizer.h
28
#if USE(
EXPAT
)
34
#include <libexpat/
expat
.h>
68
// callbacks from parser
expat
135
#else // USE(
EXPAT
)
324
#endif // USE(
EXPAT
)
/frameworks/base/core/jni/
Android.mk
159
external/
expat
/lib \
/external/expat/amiga/include/interfaces/
expat.h
20
#include <libraries/
expat
.h>
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py
137
except xml.parsers.
expat
.ExpatError:
Completed in 643 milliseconds
1
2