Searched refs:APP_ERROR (Results 1 – 2 of 2) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngimage.c | 517 APP_ERROR, /* such as out-of-memory in a callback */ enumerator 701 case APP_ERROR: lp = "error(pngimage)"; break; in display_log() 805 display_log(dp, APP_ERROR, "read failed: %s", strerror(ret)); in display_cache_file() 1021 display_log(dp, APP_ERROR, "IHDR changed (%s)", e); in compare_read() 1042 display_log(dp, APP_ERROR, "PNG rowbytes changed from %lu to %lu", in compare_read() 1290 display_log(dp, APP_ERROR, "out of memory saving file"); in buffer_write() 1332 display_log(dp, APP_ERROR, "failed to create write png_struct"); in write_png()
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 128 APP_ERROR, /* such as out-of-memory in a callback */ enumerator 609 case APP_ERROR: lp = "error(pngcp)"; break; in display_log() 672 display_log(dp, APP_ERROR, "text chunks: stash malloc failed"); in text_stash() 1505 display_log(dp, APP_ERROR, in set_timer() 2072 display_log(dp, APP_ERROR, "%s: write failed (%s)", in write_png() 2257 display_log(dp, APP_ERROR, "rename %s %s failed (%s)", tmpname, in cp_one_file()
|