Home
last modified time | relevance | path

Searched refs:XML_ErrorString (Results 1 – 25 of 99) sorted by relevance

1234

/aosp_15_r20/external/curl/docs/examples/
H A Dxmlstream.c107 real_size, error_code, XML_ErrorString(error_code)); in parseStreamCallback()
152 error_code, XML_ErrorString(error_code)); in main()
/aosp_15_r20/external/expat/expat/tests/
H A Dmisc_tests.c131 if (XML_ErrorString(trickery.xml_error) != NULL) in START_TEST()
135 if (XML_ErrorString(trickery.xml_error) != NULL) in START_TEST()
H A Dcommon.c186 err, XML_ErrorString(err), XML_GetCurrentLineNumber(parser), in _xml_failure()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/instruments/
H A Dinstruments_xml_tokenizer.cc153 XML_ErrorString(XML_GetErrorCode(parser_))); in Parse()
162 XML_ErrorString(XML_GetErrorCode(parser_))); in End()
/aosp_15_r20/external/expat/.github/workflows/data/
H A Dexported-symbols.txt2 XML_ErrorString
/aosp_15_r20/external/expat/expat/examples/
H A Delements.c113 XML_ErrorString(XML_GetErrorCode(parser))); in main()
H A Doutline.c116 XML_ErrorString(XML_GetErrorCode(parser))); in main()
H A Delement_declarations.c226 XML_GetCurrentLineNumber(parser), XML_ErrorString(errorCode)); in main()
/aosp_15_r20/external/expat/expat/lib/
H A Dlibexpat.def.cmake5 XML_ErrorString @2
/aosp_15_r20/external/expat/expat/fuzz/
H A Dxml_parse_fuzzer.c70 XML_ErrorString(XML_GetErrorCode(p)); in ParseOneInput()
H A Dxml_parsebuffer_fuzzer.c79 XML_ErrorString(XML_GetErrorCode(p)); in ParseOneInput()
/aosp_15_r20/external/python/cpython2/Modules/expat/
Dpyexpatns.h42 #define XML_ErrorString PyExpat_XML_ErrorString macro
/aosp_15_r20/external/python/cpython3/Modules/expat/
Dpyexpatns.h45 #define XML_ErrorString PyExpat_XML_ErrorString macro
/aosp_15_r20/external/expat/expat/tests/benchmark/
H A Dbenchmark.c130 XML_ErrorString(XML_GetErrorCode(parser)), in main()
/aosp_15_r20/external/python/cpython3/Modules/
Dpyexpat.c128 XML_ErrorString(code), lineno, column); in set_error()
1576 return Py_BuildValue("z", XML_ErrorString((int)code)); in pyexpat_ErrorString_impl()
1733 const char *error_string = XML_ErrorString(error_code); in add_error()
1983 capi.ErrorString = XML_ErrorString; in pyexpat_exec()
/aosp_15_r20/external/python/cpython2/Modules/
Dpyexpat.c132 XML_ErrorString(code), lineno, column); in set_error()
1794 return Py_BuildValue("z", XML_ErrorString((int)code)); in pyexpat_ErrorString()
1954 (char*)XML_ErrorString(name)) in MODULE_INITFUNC()
2030 capi.ErrorString = XML_ErrorString; in MODULE_INITFUNC()
/aosp_15_r20/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp204 << XML_ErrorString(XML_GetErrorCode(parser.get()))); in Inflate()
216 << XML_ErrorString(XML_GetErrorCode(parser.get()))); in Inflate()
H A DXmlPullParser.cpp72 error_ = XML_ErrorString(XML_GetErrorCode(parser_)); in Next()
/aosp_15_r20/external/skia/src/xml/
H A DSkXMLParser.cpp196 const XML_LChar* errorString = XML_ErrorString(error); in parse()
/aosp_15_r20/external/expat/expat/xmlwf/
H A Dxmlfile.c86 const XML_Char *message = XML_ErrorString(code); in reportError()
/aosp_15_r20/out/soong/.intermediates/external/expat/libexpat/android_arm64_armv8-2a_cortex-a55_shared_apex31/
Dlibexpat.so.toc99 94: FUNC GLOBAL DEFAULT 15 XML_ErrorString
/aosp_15_r20/out/soong/.intermediates/external/expat/libexpat/android_arm64_armv8-2a_cortex-a55_shared/
Dlibexpat.so.toc99 94: FUNC GLOBAL DEFAULT 15 XML_ErrorString
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libstagefright/xmlparser/libstagefright_xmlparser/android_arm64_armv8-2a_cortex-a55_shared_cfi/
Dlibstagefright_xmlparser.so.toc22 17: FUNC GLOBAL DEFAULT UND XML_ErrorString
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/expat/lib/
Dexpat.h972 XML_ErrorString(enum XML_Error code);
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/expat/lib/
Dexpat.h972 XML_ErrorString(enum XML_Error code);

1234