Home
last modified time | relevance | path

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

/lvgl-3.4.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.4.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.4.0/docs/widgets/extra/
Dmsgbox.md13 The message box can be modal (blocking clicks on the rest of the screen) or not modal.
16 The message box is built from other widgets, so you can check these widgets' documentation for deta…
24 ### Create a message box
26 `lv_msgbox_create(parent, title, txt, btn_txts[], add_close_btn)` creates a message box.
28 If `parent` is `NULL` the message box will be modal. `title` and `txt` are strings for the title an…
33 The building blocks of the message box can be obtained using the following functions:
41 ### Close the message box
42 `lv_msgbox_close(msgbox)` closes (deletes) the message box.
45 …_OBJ_FLAG_EVENT_BUBBLE` is enabled on the buttons so you can add events to the message box itself.
46 …n the button matrix and `lv_event_get_current_target(e)` will return the message box. `lv_msgbox_g…
/lvgl-3.4.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.4.0/zephyr/
DKconfig.input16 int "Keyboard scan message queue count maximum"
19 Maximum number of items in the keyboard scan message queue.
/lvgl-3.4.0/docs/
DCONTRIBUTING.md45 4. Add a commit message on the bottom of the page.
61 ### Commit message format
204 …ly, feel free to use [Contact form](https://lvgl.io/#contact) on lvgl.io to private message to us.
282 If you are interested, just send a message (e.g. from the Forum) to the current maintainers of the …
DCHANGELOG.md208 - docs(contributing) update commit message format [`1cd851f`](https://github.com/littlevgl/lvgl/com…
712 - docs(contributing) add commit message format section [`3668e54`](https://github.com/lvgl/lvgl/com…
/lvgl-3.4.0/tests/
DCMakeLists.txt267 message(FATAL_ERROR "Must provide a known options value (check main.py?).")
/lvgl-3.4.0/docs/porting/
Dindev.md89 - If you press the encoder on a complex object (like a list, message box, etc.) the object will go …
/lvgl-3.4.0/docs/overview/
Devent.md138 For example, this can be used to manually close a message box by simulating a button press (althoug…
/lvgl-3.4.0/docs/intro/
Dindex.md57 …tps://forum.lvgl.io/c/my-projects/10) category of the forum or a private message to [lvgl.io](http…
/lvgl-3.4.0/
DKconfig96 internal processing mechanisms. You will see an error log message if