/lvgl-latest/tests/unity/ |
D | unity_internals.h | 871 #define UNITY_TEST_FAIL(line, message) UnityFail( (message), (UNITY_LINE_TYPE)(line)) argument 872 #define UNITY_TEST_IGNORE(line, message) UnityIgnore( (message), (UNITY_LINE_TYPE)(line)) argument 878 #define UNITY_TEST_ASSERT(condition, line, message) do… argument 879 #define UNITY_TEST_ASSERT_NULL(pointer, line, message) UN… argument 880 #define UNITY_TEST_ASSERT_NOT_NULL(pointer, line, message) UN… argument 881 #define UNITY_TEST_ASSERT_EMPTY(pointer, line, message) UN… argument 882 #define UNITY_TEST_ASSERT_NOT_EMPTY(pointer, line, message) UN… argument 884 #define UNITY_TEST_ASSERT_EQUAL_INT(expected, actual, line, message) Un… argument 885 #define UNITY_TEST_ASSERT_EQUAL_INT8(expected, actual, line, message) Un… argument 886 #define UNITY_TEST_ASSERT_EQUAL_INT16(expected, actual, line, message) Un… argument [all …]
|
D | unity.h | 103 #define TEST_FAIL_MESSAGE(message) … argument 105 #define TEST_IGNORE_MESSAGE(message) … argument 107 #define TEST_MESSAGE(message) … argument 110 #define TEST_PRINTF(message, ...) … argument 116 #define TEST_PASS_MESSAGE(message) … argument 419 #define TEST_ASSERT_MESSAGE(condition, message) … argument 420 #define TEST_ASSERT_TRUE_MESSAGE(condition, message) … argument 421 #define TEST_ASSERT_UNLESS_MESSAGE(condition, message) … argument 422 #define TEST_ASSERT_FALSE_MESSAGE(condition, message) … argument 423 #define TEST_ASSERT_NULL_MESSAGE(pointer, message) … argument [all …]
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_list.c | 21 const char * message = "LVGL Rocks!"; in test_list_get_text_from_added_button() local 29 const char * message = "LVGL Rocks!"; in test_list_get_text_from_button_without_symbol() local 45 const char * message = "LVGL Rocks!"; in test_list_get_text_from_label() local
|
D | test_checkbox.c | 66 const char * message = "Hello World!"; in test_checkbox_should_return_dynamically_allocated_text() local 100 const char * message = in test_checkbox_rtl() local
|
D | test_label.c | 572 const char * message = in test_label_rtl_dot_long_mode() local
|
/lvgl-latest/src/libs/lz4/ |
D | lz4.h | 780 # define LZ4_DEPRECATED(message) /* disable deprecation warnings */ argument 783 # define LZ4_DEPRECATED(message) [[deprecated(message)]] argument 785 # define LZ4_DEPRECATED(message) __declspec(deprecated(message)) argument 787 # define LZ4_DEPRECATED(message) __attribute__((deprecated(message))) argument 789 # define LZ4_DEPRECATED(message) __attribute__((deprecated)) argument 792 # define LZ4_DEPRECATED(message) /* disabled */ argument
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_notifications.c | 105 void lv_demo_smartwatch_add_notification(int app_id, const char * message, int index) in lv_demo_smartwatch_add_notification() 147 void lv_demo_smartwatch_show_notification(int app_id, const char * message, const char * time) in lv_demo_smartwatch_show_notification()
|
D | lv_demo_smartwatch.c | 179 void lv_demo_smartwatch_show_dialog(const char * title, const char * message) in lv_demo_smartwatch_show_dialog()
|
/lvgl-latest/src/drivers/windows/ |
D | lv_windows_display.c | 161 MSG message; in lv_windows_display_thread_entrypoint() local
|
/lvgl-latest/src/drivers/glfw/ |
D | lv_opengles_driver.c | 370 char * message = lv_malloc_zeroed(length * sizeof(char)); in lv_opengles_shader_compile() local
|