Lines Matching refs:ERROR_NONE
52 const static ErrorBitfield ERROR_NONE = 0x00; variable
214 return ERROR_NONE; in compare()
312 return ERROR_NONE; in generate_image()
390 return ERROR_NONE; in write_reference_image()
406 if ((ERROR_NONE == errors) && diffPath) { in compare_to_reference_image()
459 return ERROR_NONE; in handle_test_results()
513 if (ERROR_NONE != errors) { in test_drawing()
544 return ERROR_NONE; in test_deferred_drawing()
549 return ERROR_NONE; in test_deferred_drawing()
566 return ERROR_NONE; in test_picture_playback()
586 return ERROR_NONE; in test_picture_serialization()
810 ErrorBitfield testErrors = ERROR_NONE; in main()
812 if ((ERROR_NONE == testErrors) && in main()
819 if (ERROR_NONE == testErrors) { in main()
834 if ((ERROR_NONE == testErrors) && doReplay && in main()
841 if ((ERROR_NONE == testErrors) && doSerialize) { in main()
853 if (ERROR_NONE == testErrors) { in main()