Home
last modified time | relevance | path

Searched refs:display_log (Results 1 – 2 of 2) sorted by relevance

/external/libpng/contrib/libtests/
Dpngimage.c681 display_log(struct display *dp, error_level level, const char *fmt, ...) in display_log() function
770 display_log(get_dp(pp), LIBPNG_WARNING, "%s", warning); in display_warning()
778 display_log(dp, LIBPNG_ERROR, "%s", error); in display_error()
794 display_log(dp, USER_ERROR, "open failed: %s", strerror(errno)); in display_cache_file()
805 display_log(dp, APP_ERROR, "read failed: %s", strerror(ret)); in display_cache_file()
822 display_log(dp, USER_ERROR, "file truncated (%lu bytes)", in buffer_read()
838 display_log(dp, INTERNAL_ERROR, "damaged buffer list"); in buffer_read()
884 display_log(dp, LIBPNG_ERROR, "failed to create read struct"); in read_png()
891 display_log(dp, LIBPNG_ERROR, "failed to create info struct"); in read_png()
939 display_log(dp, LIBPNG_BUG, "png_get_rowbytes returned 0"); in update_display()
[all …]
/external/libpng/contrib/tools/
Dpngcp.c589 display_log(struct display *dp, error_level level, const char *fmt, ...) in display_log() function
672 display_log(dp, APP_ERROR, "text chunks: stash malloc failed"); in text_stash()
727 display_log(dp, dp->errset ? INTERNAL_ERROR : USER_ERROR, in option_index()
771 display_log(dp, INTERNAL_ERROR, "sprintf failed"); in set_opt_string_()
888 display_log(dp, APP_WARNING, "%s: only testing one value", in push_opt()
1366 display_log(dp, dp->errset ? INTERNAL_ERROR : USER_ERROR, in find_val()
1422 display_log(dp, USER_ERROR, in opt_check()
1477 display_log(dp, USER_ERROR, in opt_check()
1505 display_log(dp, APP_ERROR, in set_timer()
1611 display_log(dp, USER_ERROR, "%s: cannot be written (%s)", pathname, in isdir()
[all …]