Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngimage.c514 APP_FAIL, /* continuable error - no need to longjmp */ enumerator
698 case APP_FAIL: lp = "error(continuable)"; break; in display_log()
762 if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE))) in display_log()
1031 display_log(dp, APP_FAIL, "PNG chunks changed from 0x%lx to 0x%lx", in compare_read()
1087 display_log(dp, APP_FAIL, in compare_read()
1242 display_log(dp, APP_FAIL, in compare_read()
1252 display_log(dp, APP_FAIL, in compare_read()
/external/libpng/contrib/tools/
Dpngcp.c125 APP_FAIL, /* continuable error - no need to longjmp */ enumerator
606 case APP_FAIL: lp = "error(continuable)"; break; in display_log()
631 if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE))) in display_log()