Searched refs:error_return (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/images/
H A DSkImageDecoder_libgif.cpp155 static SkImageDecoder::Result error_return(const SkBitmap& bm, const char msg[]) { function
250 return error_return(*bm, "DGifOpen");
271 return error_return(*bm, "DGifGetRecordType");
277 return error_return(*bm, "IMAGE_DESC_RECORD_TYPE");
281 return error_return(*bm, "ImageCount < 1");
295 return error_return(*bm, "invalid dimensions");
370 return error_return(*bm, "allocPixelRef");
376 return error_return(*bm, "non-pos inner width/height");
401 return error_return(*bm, "Extract failed.");
415 return error_return(*b
[all...]
/external/libpng/contrib/libtests/
H A Dpngunknown.c388 jmp_buf error_return; member in struct:__anon10843
443 longjmp(d->error_return, 1);
1071 if (setjmp(d->error_return) == 0)
1073 d->test = test; /* allow use of d->error_return */
1080 d->test = init; /* prevent use of d->error_return */
H A Dpngimage.c531 jmp_buf error_return; /* Where to go to on error */ member in struct:display
752 longjmp(dp->error_return, level);
1544 int ret = setjmp(dp->error_return);
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c2877 goto error_return;
2913 goto error_return;
2922 error_return:

Completed in 60 milliseconds