/external/expat/tests/ |
runtests.c | 75 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_OK) 161 if (XML_Parse(parser, text, sizeof(text) - 1, XML_TRUE) == XML_STATUS_OK) 183 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_ERROR) 192 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR) 201 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR) 233 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_ERROR) 250 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_ERROR) 334 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_OK) { 361 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR) 376 if ( XML_Parse(parser, text, first_chunk_bytes, XML_FALSE [all...] |
/external/expat/examples/ |
elements.c | 55 if (XML_Parse(parser, buf, len, done) == XML_STATUS_ERROR) {
|
outline.c | 94 if (XML_Parse(p, Buff, len, done) == XML_STATUS_ERROR) {
|
/external/curl/docs/examples/ |
xmlstream.c | 96 if (state->ok && XML_Parse(parser, contents, real_size, 0) == 0) { 140 if (XML_Parse(parser, NULL, 0, 1) == 0) {
|
/external/expat/tests/benchmark/ |
benchmark.c | 90 if (!XML_Parse (parser, XMLBufPtr, parseBufferSize, isFinal)) {
|
/external/libweave/src/notification/ |
xmpp_stream_parser.cc | 24 XML_Parse(parser_, data.data(), data.size(), 0);
|
/external/dbus/bus/ |
config-loader-expat.c | 245 if (!XML_Parse (expat, data_str, _dbus_string_get_length (&data), TRUE))
|
/external/webrtc/webrtc/libjingle/xmllite/ |
xmlparser.cc | 155 if (XML_Parse(expat_, data, static_cast<int>(len), isFinal) !=
|
/frameworks/base/tools/aapt2/xml/ |
XmlPullParser.cpp | 61 if (XML_Parse(mParser, mBuffer, mIn.gcount(), done) == XML_STATUS_ERROR) {
|
XmlDom.cpp | 188 if (XML_Parse(parser, buffer, in->gcount(), in->eof()) == XML_STATUS_ERROR) {
|
/external/dbus-binding-generator/chromeos-dbus-bindings/ |
xml_interface_parser.cc | 73 XML_Status res = XML_Parse(parser,
|
/external/expat/lib/ |
expat.h | 662 Note: Calling XML_SetReturnNSTriplet after XML_Parse or 679 Note: Calling XML_SetEncoding after XML_Parse or XML_ParseBuffer 701 the first call to XML_Parse or XML_ParseBuffer, since it will 769 detected. The last call to XML_Parse must have isFinal true; len 778 XML_Parse(XML_Parser parser, const char *s, int len, int isFinal); 786 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return. 804 XML_Parse() and XML_ParseBuffer() return XML_STATUS_SUSPENDED. 805 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer() [all...] |
xmlparse.c | 171 memory area which stores the name. During the XML_Parse()/ 175 XML_Parse()/XML_ParseBuffer(), the buffer is re-allocated to 963 /* Block after XML_Parse()/XML_ParseBuffer() has been called. [all...] |
/external/svox/pico/tts/ |
svox_ssml_parser.cpp | 84 int status = XML_Parse(mParser, ssmldoc, doclen, isFinal);
|
/hardware/intel/common/utils/ISV/profile/ |
isv_profile.cpp | 335 if (XML_Parse(parser, (const char *)pBuf, len, done) == XML_STATUS_ERROR) { 336 ALOGE("@%s, line:%d, XML_Parse error", __func__, __LINE__);
|
/hardware/intel/common/utils/media_resource_manager/arbitrator/ |
MediaResourceArbitrator.cpp | 199 if (XML_Parse(parser, (const char *)pBuf, len, done) == XML_STATUS_ERROR) { 200 ALOGE("@%s, line:%d, XML_Parse error", __func__, __LINE__);
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
xmlconfig.c | 726 status = XML_Parse (p, configOptions, strlen (configOptions), 1); [all...] |
/system/update_engine/ |
omaha_request_action.cc | [all...] |
/libcore/luni/src/main/native/ |
org_apache_harmony_xml_ExpatParser.cpp | [all...] |
/frameworks/base/tools/aapt/ |
XMLNode.cpp | 616 if (XML_Parse(parser, buf, len, done) == XML_STATUS_ERROR) { [all...] |