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
39
) 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 \
/packages/apps/IM/libwbxml/include/
expat_parser.h
21
#include <
expat
.h>
xml2wbxml.h
21
#include <
expat
.h>
/frameworks/base/media/libdrm/mobile2/include/util/xml/
ExpatWrapper.h
19
#include <
expat
.h>
38
* decode call
expat
to parse the xml.
47
* virtual funtion to deal with the start element in
expat
, need implement by child class.
52
* virtual funtion to deal with the end element in
expat
, need implement by child class.
57
* virtual funtion to deal with the data handler in
expat
, need implement by child class.
63
* Callback for
Expat
startElement.
68
* Callback for
Expat
endElement.
73
* Callback for
Expat
dataHandler.
78
XML_Parser mParser; /**< The
expat
parser object. */
/dalvik/libcore/xml/src/main/native/
sub.mk
8
external/
expat
/lib
/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 */
/packages/apps/IM/libwbxml/
Android.mk
39
# This requires
expat
47
external/
expat
/lib
75
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/base/tools/aapt/
Android.mk
27
LOCAL_C_INCLUDES += external/
expat
/lib
StringPool.h
23
#include <
expat
.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
51
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/base/media/libdrm/mobile2/
Android.mk
64
external/
expat
/lib \
/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>
Completed in 1122 milliseconds
1
2