Home
last modified time | relevance | path

Searched refs:lastError (Results 1 – 25 of 28) sorted by relevance

12

/external/libxml2/
Dtestchar.c15 int lastError; variable
18 if ((unused == NULL) && (err != NULL) && (lastError == 0)) { in errorHandler()
19 lastError = err->code; in errorHandler()
32 lastError = 0; in testDocumentRangeByte1()
40 if ((lastError == 0) || (res != NULL)) in testDocumentRangeByte1()
47 if ((lastError == 0) || (res != NULL)) in testDocumentRangeByte1()
53 if ((lastError != XML_ERR_INVALID_CHAR) && (res != NULL)) in testDocumentRangeByte1()
73 lastError = 0; in testDocumentRangeByte2()
83 if ((lastError == 0) || (res != NULL)) in testDocumentRangeByte2()
94 if ((lastError == 0) || (res != NULL)) in testDocumentRangeByte2()
[all …]
DparserInternals.c1809 if (ctxt->lastError.message != NULL) in xmlFreeParserCtxt()
1810 xmlFree(ctxt->lastError.message); in xmlFreeParserCtxt()
1811 if (ctxt->lastError.file != NULL) in xmlFreeParserCtxt()
1812 xmlFree(ctxt->lastError.file); in xmlFreeParserCtxt()
1813 if (ctxt->lastError.str1 != NULL) in xmlFreeParserCtxt()
1814 xmlFree(ctxt->lastError.str1); in xmlFreeParserCtxt()
1815 if (ctxt->lastError.str2 != NULL) in xmlFreeParserCtxt()
1816 xmlFree(ctxt->lastError.str2); in xmlFreeParserCtxt()
1817 if (ctxt->lastError.str3 != NULL) in xmlFreeParserCtxt()
1818 xmlFree(ctxt->lastError.str3); in xmlFreeParserCtxt()
Derror.c518 to = &ctxt->lastError; in __xmlRaiseError()
920 if (ctxt->lastError.code == XML_ERR_OK) in xmlCtxtGetLastError()
922 return (&ctxt->lastError); in xmlCtxtGetLastError()
940 if (ctxt->lastError.code == XML_ERR_OK) in xmlCtxtResetLastError()
942 xmlResetError(&ctxt->lastError); in xmlCtxtResetLastError()
Dxpointer.c102 ctxt->context->lastError.domain = XML_FROM_XPOINTER; in xmlXPtrErr()
103 ctxt->context->lastError.code = error; in xmlXPtrErr()
104 ctxt->context->lastError.level = XML_ERR_ERROR; in xmlXPtrErr()
105 ctxt->context->lastError.str1 = (char *) xmlStrdup(ctxt->base); in xmlXPtrErr()
106 ctxt->context->lastError.int1 = ctxt->cur - ctxt->base; in xmlXPtrErr()
107 ctxt->context->lastError.node = ctxt->context->debugNode; in xmlXPtrErr()
110 &ctxt->context->lastError); in xmlXPtrErr()
Dxpath.c644 ctxt->lastError.message = (char *) xmlStrdup(buf); in xmlXPathErrMemory()
646 ctxt->lastError.message = (char *) in xmlXPathErrMemory()
649 ctxt->lastError.domain = XML_FROM_XPATH; in xmlXPathErrMemory()
650 ctxt->lastError.code = XML_ERR_NO_MEMORY; in xmlXPathErrMemory()
652 ctxt->error(ctxt->userData, &ctxt->lastError); in xmlXPathErrMemory()
721 xmlResetError(&ctxt->context->lastError); in xmlXPathErr()
723 ctxt->context->lastError.domain = XML_FROM_XPATH; in xmlXPathErr()
724 ctxt->context->lastError.code = error + XML_XPATH_EXPRESSION_OK - in xmlXPathErr()
726 ctxt->context->lastError.level = XML_ERR_ERROR; in xmlXPathErr()
727 ctxt->context->lastError.str1 = (char *) xmlStrdup(ctxt->base); in xmlXPathErr()
[all …]
Dtestrecurse.c692 if ((doc != NULL) || (ctxt->lastError.code != XML_ERR_ENTITY_LOOP)) { in recursiveDetectTest()
Dparser.c131 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP) in xmlParserEntityCheck()
217 if (((ctxt->lastError.code != XML_ERR_UNDECLARED_ENTITY) && in xmlParserEntityCheck()
218 (ctxt->lastError.code != XML_WAR_UNDECLARED_ENTITY)) || in xmlParserEntityCheck()
2786 if ((ctxt->lastError.code == XML_ERR_ENTITY_LOOP) || in xmlStringLenDecodeEntities()
2787 (ctxt->lastError.code == XML_ERR_INTERNAL_ERROR)) in xmlStringLenDecodeEntities()
2839 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP) in xmlStringLenDecodeEntities()
13351 if (ctxt->lastError.code != XML_ERR_OK) in xmlParseExternalEntityPrivate()
13352 xmlCopyError(&ctxt->lastError, &oldctxt->lastError); in xmlParseExternalEntityPrivate()
13605 if (ctxt->lastError.code != XML_ERR_OK) in xmlParseBalancedChunkMemoryInternal()
13606 xmlCopyError(&ctxt->lastError, &oldctxt->lastError); in xmlParseBalancedChunkMemoryInternal()
[all …]
/external/webrtc/src/modules/audio_processing/aec/
Decho_cancellation.c93 int lastError; member
138 aecpc->lastError = 0; in WebRtcAec_Create()
209 aecpc->lastError = AEC_BAD_PARAMETER_ERROR; in WebRtcAec_Init()
215 aecpc->lastError = AEC_BAD_PARAMETER_ERROR; in WebRtcAec_Init()
222 aecpc->lastError = AEC_UNSPECIFIED_ERROR; in WebRtcAec_Init()
227 aecpc->lastError = AEC_UNSPECIFIED_ERROR; in WebRtcAec_Init()
232 aecpc->lastError = AEC_UNSPECIFIED_ERROR; in WebRtcAec_Init()
276 aecpc->lastError = AEC_UNSPECIFIED_ERROR; in WebRtcAec_Init()
282 aecpc->lastError = AEC_UNSPECIFIED_ERROR; in WebRtcAec_Init()
310 aecpc->lastError = AEC_NULL_POINTER_ERROR; in WebRtcAec_BufferFarend()
[all …]
/external/webrtc/src/modules/audio_processing/aecm/
Decho_control_mobile.c77 int lastError; member
120 aecm->lastError = 0; in WebRtcAecm_Create()
175 aecm->lastError = AECM_BAD_PARAMETER_ERROR; in WebRtcAecm_Init()
183 aecm->lastError = AECM_UNSPECIFIED_ERROR; in WebRtcAecm_Init()
190 aecm->lastError = AECM_UNSPECIFIED_ERROR; in WebRtcAecm_Init()
219 aecm->lastError = AECM_UNSPECIFIED_ERROR; in WebRtcAecm_Init()
239 aecm->lastError = AECM_NULL_POINTER_ERROR; in WebRtcAecm_BufferFarend()
245 aecm->lastError = AECM_UNINITIALIZED_ERROR; in WebRtcAecm_BufferFarend()
251 aecm->lastError = AECM_BAD_PARAMETER_ERROR; in WebRtcAecm_BufferFarend()
299 aecm->lastError = AECM_NULL_POINTER_ERROR; in WebRtcAecm_Process()
[all …]
/external/deqp/framework/delibs/deutil/
DdeProcess.c53 char* lastError; member
173 deFree(process->lastError); in deProcess_destroy()
179 return process->lastError ? process->lastError : "No error"; in deProcess_getLastError()
189 if (process->lastError) in deProcess_setError()
191 deFree(process->lastError); in deProcess_setError()
192 process->lastError = DE_NULL; in deProcess_setError()
195 process->lastError = deStrdup(error); in deProcess_setError()
196 return process->lastError != DE_NULL; in deProcess_setError()
519 char* lastError; member
530 if (process->lastError) in deProcess_setError()
[all …]
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp96 GLenum lastError; member in tcu::null::Context
122 , lastError (GL_NO_ERROR) in Context()
205 const GLenum lastErr = ctx->lastError; in glGetError()
207 ctx->lastError = GL_NO_ERROR; in glGetError()
328 ctx->lastError = GL_INVALID_ENUM; in glGetString()
343 ctx->lastError = GL_INVALID_VALUE; in glGetStringi()
349 ctx->lastError = GL_INVALID_ENUM; in glGetStringi()
491 if (ctx->lastError == GL_NO_ERROR) in glMapBufferRange()
492 ctx->lastError = GL_INVALID_OPERATION; in glMapBufferRange()
515 if (ctx->lastError == GL_NO_ERROR) in glReadPixels()
[all …]
/external/icu/icu4c/source/test/intltest/
Dwinnmtst.cpp190 DWORD lastError = GetLastError(); in getWindowsFormat() local
192 if (lastError == ERROR_INSUFFICIENT_BUFFER) { in getWindowsFormat()
204 DWORD lastError = GetLastError(); in getWindowsFormat() local
206 if (lastError == ERROR_INSUFFICIENT_BUFFER) { in getWindowsFormat()
/external/pdfium/third_party/freetype/src/cff/
Dcf2intrp.c431 FT_Error lastError = FT_Err_Ok; in cf2_interpT2CharString() local
532 lastError = FT_THROW( Out_Of_Memory ); in cf2_interpT2CharString()
573 lastError = FT_THROW( Invalid_Glyph_Format ); in cf2_interpT2CharString()
757 lastError = FT_THROW( Invalid_Glyph_Format ); in cf2_interpT2CharString()
778 lastError = FT_THROW( Invalid_Glyph_Format ); in cf2_interpT2CharString()
791 lastError = FT_THROW( Invalid_Glyph_Format ); in cf2_interpT2CharString()
806 lastError = FT_THROW( Invalid_Glyph_Format ); in cf2_interpT2CharString()
1100 lastError = FT_THROW( Invalid_Glyph_Format ); in cf2_interpT2CharString()
1113 lastError = error2; /* pass FreeType error through */ in cf2_interpT2CharString()
1129 lastError = error2; /* pass FreeType error through */ in cf2_interpT2CharString()
[all …]
Dcf2font.c437 FT_Error lastError = FT_Err_Ok; in cf2_getGlyphOutline() local
506 cf2_setError( &font->error, lastError ); in cf2_getGlyphOutline()
/external/freetype/src/cff/
Dcf2intrp.c432 FT_Error lastError = FT_Err_Ok; in cf2_interpT2CharString() local
533 lastError = FT_THROW( Out_Of_Memory ); in cf2_interpT2CharString()
574 lastError = FT_THROW( Invalid_Glyph_Format ); in cf2_interpT2CharString()
758 lastError = FT_THROW( Invalid_Glyph_Format ); in cf2_interpT2CharString()
782 lastError = FT_THROW( Invalid_Glyph_Format ); in cf2_interpT2CharString()
797 lastError = FT_THROW( Invalid_Glyph_Format ); in cf2_interpT2CharString()
812 lastError = FT_THROW( Invalid_Glyph_Format ); in cf2_interpT2CharString()
1107 lastError = FT_THROW( Invalid_Glyph_Format ); in cf2_interpT2CharString()
1120 lastError = error2; /* pass FreeType error through */ in cf2_interpT2CharString()
1136 lastError = error2; /* pass FreeType error through */ in cf2_interpT2CharString()
[all …]
Dcf2font.c437 FT_Error lastError = FT_Err_Ok; in cf2_getGlyphOutline() local
506 cf2_setError( &font->error, lastError ); in cf2_getGlyphOutline()
/external/lzma/CPP/7zip/Common/
DFileStreams.cpp23 DWORD lastError = ::GetLastError(); in ConvertBoolToHRESULT() local
24 if (lastError == 0) in ConvertBoolToHRESULT()
26 return HRESULT_FROM_WIN32(lastError); in ConvertBoolToHRESULT()
/external/webrtc/src/modules/audio_processing/agc/
Danalog_agc.c1408 stt->lastError = AGC_UNINITIALIZED_ERROR; in WebRtcAgc_set_config()
1414 stt->lastError = AGC_BAD_PARAMETER_ERROR; in WebRtcAgc_set_config()
1421 stt->lastError = AGC_BAD_PARAMETER_ERROR; in WebRtcAgc_set_config()
1464 stt->lastError = AGC_NULL_POINTER_ERROR; in WebRtcAgc_get_config()
1470 stt->lastError = AGC_UNINITIALIZED_ERROR; in WebRtcAgc_get_config()
1503 stt->lastError = 0; in WebRtcAgc_Create()
1539 stt->lastError = AGC_UNINITIALIZED_ERROR; in WebRtcAgc_Init()
1673 stt->lastError = AGC_UNSPECIFIED_ERROR; in WebRtcAgc_Init()
Danalog_agc.h59 WebRtc_Word16 lastError; member
/external/libxml2/python/tests/
DtstLastError.py32 e = libxml2.lastError()
/external/icu/icu4c/source/i18n/
Dwinnmfmt.cpp312 DWORD lastError = GetLastError(); in format() local
314 if (lastError == ERROR_INSUFFICIENT_BUFFER) { in format()
/external/libxml2/include/libxml/
Dxpath.h345 xmlError lastError; /* the last error */ member
Dparser.h301 xmlError lastError; member
/external/icu/icu4c/source/common/
Dputil.cpp2173 DWORD lastError = GetLastError(); in uprv_dlsym_func() local
2174 if(lastError == ERROR_PROC_NOT_FOUND) { in uprv_dlsym_func()
/external/libxml2/xstc/
Dxstc.py287 err = libxml2.lastError()

12