Home
last modified time | relevance | path

Searched refs:message (Results 1 – 17 of 17) sorted by relevance

/lvgl-3.7.0/tests/unity/
Dunity.h103 …fine TEST_FAIL_MESSAGE(message) UN… argument
105 …ne TEST_IGNORE_MESSAGE(message) UNIT… argument
107 #define TEST_MESSAGE(message) … argument
110 #define TEST_PRINTF(message, ...) … argument
116 #define TEST_PASS_MESSAGE(message) … argument
395 …ESSAGE(condition, message) UNITY_TEST_ASSERT( … argument
396 …E_MESSAGE(condition, message) UNITY_TEST_ASSERT( … argument
397 …SS_MESSAGE(condition, message) UNITY_TEST_ASSERT( … argument
398 …E_MESSAGE(condition, message) UNITY_TEST_ASSERT( … argument
399 …LL_MESSAGE(pointer, message) UNITY_TEST_ASSERT_NUL… argument
[all …]
Dunity_internals.h622 void UnityFail(const char* message, const UNITY_LINE_TYPE line) UNITY_FUNCTION_ATTR(noreturn);
623 void UnityIgnore(const char* message, const UNITY_LINE_TYPE line) UNITY_FUNCTION_ATTR(noreturn);
625 void UnityFail(const char* message, const UNITY_LINE_TYPE line);
626 void UnityIgnore(const char* message, const UNITY_LINE_TYPE line);
629 void UnityMessage(const char* message, const UNITY_LINE_TYPE line);
769 #define UNITY_TEST_FAIL(line, message) UnityFail( (message), (UNITY_LINE_TYPE)(line)) argument
770 #define UNITY_TEST_IGNORE(line, message) UnityIgnore( (message), (UNITY_LINE_TYPE)(line)) argument
776 …ion, line, message) do {if (condition) {} else {UNITY… argument
777 …ointer, line, message) UNITY_TEST_ASSERT(((pointer) == N… argument
778 …(pointer, line, message) UNITY_TEST_ASSERT(((pointer) != NUL… argument
[all …]
/lvgl-3.7.0/scripts/
Dchangelog-template.hbs5 {{#commit-list merges heading='' message='BREAKING CHANGE'}}
6 - :warning: {{message}} [`{{id}}`]({{href}})
8 {{#commit-list commits heading='' message='BREAKING CHANGE'}}
11 {{#commit-list fixes heading='' message='BREAKING CHANGE'}}
16 {{#commit-list merges heading='' message='^arch' exclude='BREAKING CHANGE'}}
17 - {{message}} [`{{id}}`]({{href}})
19 {{#commit-list commits heading='' message='^arch' exclude='BREAKING CHANGE'}}
22 {{#commit-list fixes heading='' message='^arch' exclude='BREAKING CHANGE'}}
27 {{#commit-list merges heading='' message='^feat' exclude='BREAKING CHANGE'}}
28 - {{message}} [`{{id}}`]({{href}})
[all …]
DDoxyfile2149 # You can define message sequence charts within doxygen comments using the \msc
/lvgl-3.7.0/docs/widgets/extra/
Dmsgbox.md9 The message box can be modal (blocking clicks on the rest of the screen) or not modal.
12 The message box is built from other widgets, so you can check these widgets' documentation for deta…
20 ### Create a message box
22 `lv_msgbox_create(parent, title, txt, btn_txts[], add_close_btn)` creates a message box.
24 If `parent` is `NULL` the message box will be modal. `title` and `txt` are strings for the title an…
29 The building blocks of the message box can be obtained using the following functions:
37 ### Close the message box
38 `lv_msgbox_close(msgbox)` closes (deletes) the message box.
41 …V_OBJ_FLAG_EVENT_BUBBLE` is enabled on the buttons so you can add events to the message box itself.
42 …n the button matrix and `lv_event_get_current_target(e)` will return the message box. `lv_msgbox_g…
/lvgl-3.7.0/docs/others/
Dmsg.md6 Both the publishers and the subscribers needs to know the message identifiers.
15 You can orgnaize the message IDs as you wish.
21 ## Send message
29 ## Subscribe to a message
31 `lv_msg_subscribe(msg_id, callback, user_data)` can be used to subscribe to message.
39 /*m: a message object with the msg_id, payload, and user_data (set durung subscription)*/
53 If a new message is published with `msg_id` an `LV_EVENT_MSG_RECEIVED` event will be sent to the ob…
/lvgl-3.7.0/tests/src/test_cases/
Dtest_checkbox.c65 const char * message = "Hello World!"; in test_checkbox_should_return_dinamically_allocated_text() local
70 lv_checkbox_set_text(checkbox, message); in test_checkbox_should_return_dinamically_allocated_text()
72 TEST_ASSERT_EQUAL_STRING(message, lv_checkbox_get_text(checkbox)); in test_checkbox_should_return_dinamically_allocated_text()
/lvgl-3.7.0/docs/_static/js/
Dcustom.js55 console.error('Fetch error: ' + error.message);
/lvgl-3.7.0/docs/
DCONTRIBUTING.md41 4. Add a commit message on the bottom of the page.
57 ### Commit message format
200 …cly, feel free to use [Contact form](https://lvgl.io/#contact) on lvgl.io to private message to us.
278 If you are interested, just send a message (e.g. from the Forum) to the current maintainers of the …
DCODING_STYLE.md107 … are not excluded, see `exclude` key of the hook configuration) before entering the commit message,
DCHANGELOG.md842 - docs(contributing) update commit message format [`1cd851f`](https://github.com/littlevgl/lvgl/com…
1346 - docs(contributing) add commit message format section [`3668e54`](https://github.com/lvgl/lvgl/com…
/lvgl-3.7.0/tests/
DCMakeLists.txt276 message(FATAL_ERROR "Must provide a known options value (check main.py?).")
/lvgl-3.7.0/docs/porting/
Dindev.md86 - If you press the encoder on a complex object (like a list, message box, etc.) the object will go …
/lvgl-3.7.0/docs/overview/
Devent.md134 For example, this can be used to manually close a message box by simulating a button press (althoug…
/lvgl-3.7.0/src/
Dlv_conf_internal.h46 …#pragma message("Possible failure to include lv_conf.h, please read the comment in this file if yo…
/lvgl-3.7.0/docs/intro/
Dindex.md53 …tps://forum.lvgl.io/c/my-projects/10) category of the forum or a private message to [lvgl.io](http…
/lvgl-3.7.0/
DKconfig95 internal processing mechanisms. You will see an error log message if