Lines Matching refs:TEST_PRINTF
84 … TEST_PRINTF("%s%s", fn_ref_full, " was not found, creating is now from the rendered screen"); in lv_test_assert_img_eq()
151 TEST_PRINTF("[read_png_file %s] could not be opened for reading", file_name); in read_png_file()
157 TEST_PRINTF("[read_png_file %s] not recognized as a PNG file", file_name); in read_png_file()
165 TEST_PRINTF("[read_png_file %s] png_create_read_struct failed", file_name); in read_png_file()
171 TEST_PRINTF("[read_png_file %s] png_create_info_struct failed", file_name); in read_png_file()
175 TEST_PRINTF("[read_png_file %s] Error during init_io", file_name); in read_png_file()
193 TEST_PRINTF("[read_png_file %s] Error during read_image", file_name); in read_png_file()
219 TEST_PRINTF("[write_png_file %s] could not be opened for writing", file_name); in write_png_file()
220 TEST_PRINTF("%s", file_name); in write_png_file()
228 TEST_PRINTF("[write_png_file %s] png_create_write_struct failed", file_name); in write_png_file()
234 TEST_PRINTF("[write_png_file %s] png_create_info_struct failed", file_name); in write_png_file()
239 TEST_PRINTF("[write_png_file %s] Error during init_io", file_name); in write_png_file()
247 TEST_PRINTF("[write_png_file %s] Error during writing header", file_name); in write_png_file()
260 TEST_PRINTF("[write_png_file %s] Error during writing bytes", file_name); in write_png_file()
280 TEST_PRINTF("[write_png_file %s] Error during end of write", file_name); in write_png_file()