HomeSort by relevance Sort by last modified time
    Searched refs:display_log (Results 1 - 2 of 2) sorted by null

  /external/libpng/contrib/libtests/
pngimage.c 547 png_uint_32 options; /* See display_log below */
681 display_log(struct display *dp, error_level level, const char *fmt, ...) function
770 display_log(get_dp(pp), LIBPNG_WARNING, "%s", warning);
778 display_log(dp, LIBPNG_ERROR, "%s", error);
794 display_log(dp, USER_ERROR, "open failed: %s", strerror(errno));
805 display_log(dp, APP_ERROR, "read failed: %s", strerror(ret));
822 display_log(dp, USER_ERROR, "file truncated (%lu bytes)",
838 display_log(dp, INTERNAL_ERROR, "damaged buffer list");
884 display_log(dp, LIBPNG_ERROR, "failed to create read struct");
891 display_log(dp, LIBPNG_ERROR, "failed to create info struct")
    [all...]
  /external/libpng/contrib/tools/
pngcp.c 439 png_uint_32 options; /* See display_log below */
589 display_log(struct display *dp, error_level level, const char *fmt, ...) function
672 display_log(dp, APP_ERROR, "text chunks: stash malloc failed");
727 display_log(dp, dp->errset ? INTERNAL_ERROR : USER_ERROR,
771 display_log(dp, INTERNAL_ERROR, "sprintf failed");
888 display_log(dp, APP_WARNING, "%s: only testing one value",
    [all...]

Completed in 229 milliseconds