Searched refs:failed (Results 1 – 11 of 11) sorted by relevance
173 goto failed; in lv_ffmpeg_player_set_src()179 goto failed; in lv_ffmpeg_player_set_src()211 failed: in lv_ffmpeg_player_set_src()405 goto failed; in ffmpeg_output_video_frame()465 failed: in ffmpeg_output_video_frame()590 goto failed; in ffmpeg_get_image_header()598 goto failed; in ffmpeg_get_image_header()604 goto failed; in ffmpeg_get_image_header()621 failed: in ffmpeg_get_image_header()735 goto failed; in ffmpeg_open_file()[all …]
226 goto failed; in alloc_file()231 goto failed; in alloc_file()236 goto failed; in alloc_file()243 goto failed; in alloc_file()257 failed: in alloc_file()
281 goto failed; in decoder_open_file()292 goto failed; in decoder_open_file()304 goto failed; in decoder_open_file()316 goto failed; in decoder_open_file()329 failed: in decoder_open_file()
739 int failed = 0; in UnityAssertGreaterOrLessOrEqualNumber() local743 if ((threshold == actual)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()747 if ((actual > threshold) && (compare & UNITY_SMALLER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()748 if ((actual < threshold) && (compare & UNITY_GREATER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()752 …if (((UNITY_UINT)actual > (UNITY_UINT)threshold) && (compare & UNITY_SMALLER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()753 …if (((UNITY_UINT)actual < (UNITY_UINT)threshold) && (compare & UNITY_GREATER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()756 if (failed) in UnityAssertGreaterOrLessOrEqualNumber()1058 int failed; in UnityAssertGreaterOrLessFloat() local1062 failed = 0; in UnityAssertGreaterOrLessFloat()1065 if (!(actual < threshold) && (compare & UNITY_SMALLER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessFloat()[all …]
228 goto failed; in read_file()233 goto failed; in read_file()238 goto failed; in read_file()245 goto failed; in read_file()259 failed: in read_file()
510 bool failed = false; in lvgl_load_font() local517 failed = true; in lvgl_load_font()525 failed = true; in lvgl_load_font()530 failed = true; in lvgl_load_font()533 if(failed) { in lvgl_load_font()
276 LV_LOG_ERROR("display draw buffer malloc failed");282 LV_LOG_ERROR("display buffer malloc failed");
148 LV_LOG_ERROR("display draw buffer malloc failed");
70 occurs, the target that failed and those that depend on it cannot be
304 …* @return LV_RESULT_OK: ok; LV_RESULT_INVALID: failed or there is nothing left to deco…
305 - **fix(nuttx): fix assert failed due to wrong color format** `6160 <https://github.com/lvgl/lvgl/p…309 - **fix(tests): fix check failed for `-Wno-c++11-extensions`** `6154 <https://github.com/lvgl/lvgl/…