Home
last modified time | relevance | path

Searched full:exit (Results 1 – 25 of 61) sorted by relevance

123

/lvgl-latest/env_support/cmsis-pack/
Dgen_pack.sh74 exit
88 exit
101 exit
120 exit
180 exit
189 exit
224 exit
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_notifications.c277 LV_LOG_WARN("Swipe right to exit"); in notification_screen_events_cb()
286 LV_LOG_WARN("Swipe left to exit"); in notification_screen_events_cb()
295 LV_LOG_WARN("Swipe right to exit"); in notification_screen_events_cb()
299 LV_LOG_WARN("Swipe left to exit"); in notification_screen_events_cb()
Dlv_demo_smartwatch_weather.c422 LV_LOG_WARN("Swipe right to exit"); in weather_screen_event_cb()
431 LV_LOG_WARN("Swipe down to exit"); in weather_screen_event_cb()
/lvgl-latest/scripts/
Dkconfig_verify.py9 sys.exit(1)
19 sys.exit(1)
27 sys.exit(1)
Dinstall-prerequisites.bat2 if %errorlevel% neq 0 exit /b %errorlevel%
4 if %errorlevel% neq 0 exit /b %errorlevel%
Djpg_to_sjpg.py23 sys.exit(0)
29 sys.exit(0)
Dfind_version.sh3 SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 || exit ; pwd -P )"
/lvgl-latest/.github/workflows/
Dcheck_bom.yml29 echo "${line}" && exit 1
38 echo "${line}" && exit 1
47 echo "${line}" && exit 1
Dcheck_properties.yml29 if ! (git diff --exit-code --color=always | tee /tmp/lvgl_diff.patch); then
31 exit 1
Dcheck_style.yml41 if ! (git diff --exit-code --color=always | tee /tmp/lvgl_diff.patch); then
43 exit 1
/lvgl-latest/docs/details/integration/driver/
DX11.rst32 - Direct Exit
85 | Full initialisation with mouse pointer symbol and own application exit handling
114 /* set optional window close callback to enable application cleanup and exit */
/lvgl-latest/scripts/gen_json/
Dgen_json.py101 sys.exit(-500)
169 sys.stdout.write('EXIT CODE: ' + str(exit_code) + '\n')
267 sys.exit(error)
/lvgl-latest/tests/micropy_test/
D__init__.py62 CTRL_C = b'\x03' # 2 times to exit any running code
63 CTRL_D = b'\x04' # exit paste mode committing and running what has been pasted
144 log('--EXIT EVENT SET')
/lvgl-latest/src/osal/
Dlv_freertos.c465 /* Exit the critical section. */ in prvCheckMutexInit()
516 /* Exit the critical section. */ in prvCheckCondInit()
536 /* Exit the critical section. */ in prvCheckCondInitIsr()
/lvgl-latest/tests/gen_json/
Dtest_gen_json.py25 sys.exit(result)
33 sys.exit(-500)
/lvgl-latest/src/draw/sw/blend/helium/
Dlv_blend_helium.S588 .macro exit complex macro
652 exit 0
654 exit 1
/lvgl-latest/src/draw/sw/blend/neon/
Dlv_blend_neon.S600 .macro exit macro
644 exit
650 exit
/lvgl-latest/src/draw/sw/
Dlv_draw_sw.c236 LV_LOG_INFO("ready to exit software rendering thread"); in render_thread_cb()
245 LV_LOG_INFO("exit software rendering thread"); in render_thread_cb()
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx.c371 LV_LOG_INFO("Ready to exit NemaGFX draw thread."); in nema_gfx_render_thread_cb()
389 LV_LOG_INFO("Exit NemaGFX draw thread."); in nema_gfx_render_thread_cb()
/lvgl-latest/docs/
Dbuild.py241 exit(1)
306 sys.exit(result)
596 # Exit early if we have both values.
/lvgl-latest/src/draw/nxp/pxp/
Dlv_draw_pxp.c472 LV_LOG_INFO("Ready to exit PXP draw thread."); in _pxp_render_thread_cb()
490 LV_LOG_INFO("Exit PXP draw thread."); in _pxp_render_thread_cb()
/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite.c564 LV_LOG_INFO("Ready to exit VGLite draw thread."); in _vglite_render_thread_cb()
596 LV_LOG_INFO("Exit VGLite draw thread."); in _vglite_render_thread_cb()
/lvgl-latest/src/libs/tjpgd/
Dtjpgd.c318 flg = 0; /* Exit flag sequence */ in huffext()
366 flg = 0; /* Exit flag sequence */ in huffext()
464 flg = 0; /* Exit flag sequence */ in bitext()
505 flg = 0; /* Exit flag sequence */ in bitext()
/lvgl-latest/tests/unity/
Dunity_support.c491 exit(EXIT_FAILURE); in create_folders_if_needed()
508 exit(EXIT_FAILURE); in create_folders_if_needed()
/lvgl-latest/
DKconfig1699 bool "Exit the application when all SDL windows are closed"
1729 bool "Exit the application when all X11 windows have been closed"

123