/lvgl-latest/tests/unity/ |
D | unity.h | 137 …RT_EQUAL_INT(expected, actual) UNITY_TEST_ASSER… argument 138 …T_EQUAL_INT8(expected, actual) UNITY_TEST_ASSERT… argument 139 …_EQUAL_INT16(expected, actual) UNITY_TEST_ASSERT_… argument 140 …_EQUAL_INT32(expected, actual) UNITY_TEST_ASSERT_… argument 141 …_EQUAL_INT64(expected, actual) UNITY_TEST_ASSERT_… argument 142 …T_EQUAL_UINT(expected, actual) UNITY_TEST_ASSERT… argument 143 …_EQUAL_UINT8(expected, actual) UNITY_TEST_ASSERT_… argument 144 …EQUAL_UINT16(expected, actual) UNITY_TEST_ASSERT_E… argument 145 …EQUAL_UINT32(expected, actual) UNITY_TEST_ASSERT_E… argument 146 …EQUAL_UINT64(expected, actual) UNITY_TEST_ASSERT_E… argument [all …]
|
D | unity_internals.h | 553 const UNITY_INT actual, 559 const UNITY_INT actual, 566 UNITY_INTERNAL_PTR actual, 575 const UNITY_INT actual, 580 const char* actual, 585 const char* actual, 591 const char** actual, 598 UNITY_INTERNAL_PTR actual, 607 const UNITY_INT actual, 614 UNITY_INTERNAL_PTR actual, [all …]
|
D | unity.c | 593 static void UnityPrintExpectedAndActualStrings(const char* expected, const char* actual) in UnityPrintExpectedAndActualStrings() argument 607 if (actual != NULL) in UnityPrintExpectedAndActualStrings() 610 UnityPrint(actual); in UnityPrintExpectedAndActualStrings() 621 const char* actual, in UnityPrintExpectedAndActualStringsLen() argument 636 if (actual != NULL) in UnityPrintExpectedAndActualStringsLen() 639 UnityPrintLen(actual, length); in UnityPrintExpectedAndActualStringsLen() 654 UNITY_INTERNAL_PTR actual, in UnityIsOneArrayNull() argument 659 if (expected == actual) { return 0; } in UnityIsOneArrayNull() 671 if (actual == NULL) in UnityIsOneArrayNull() 689 const UNITY_INT actual, in UnityAssertBits() argument [all …]
|
/lvgl-latest/tests/src/test_cases/ |
D | test_switch.c | 105 lv_coord_t actual = 0; in test_switch_should_update_extra_draw_size_after_editing_padding() local 117 actual = _lv_obj_get_ext_draw_size(sw); in test_switch_should_update_extra_draw_size_after_editing_padding() 119 TEST_ASSERT_EQUAL(expected, actual); in test_switch_should_update_extra_draw_size_after_editing_padding()
|
/lvgl-latest/examples/porting/ |
D | lv_port_disp_template.c | 19 …#warning Please define or replace the macro MY_DISP_HOR_RES with the actual screen width, default … 24 …#warning Please define or replace the macro MY_DISP_HOR_RES with the actual screen height, default…
|
/lvgl-latest/docs/libs/ |
D | fsdrv.md | 43 The work directory can be set with `LV_FS_..._PATH`. E.g. `"/home/joe/projects/"` The actual file/d… 45 … `0` value. `lv_fs_read` caches this size of data to lower the number of actual reads from the sto…
|
D | rlottie.md | 6 …lottie](https://github.com/Samsung/rlottie) library's C API. That is the actual Lottie player is n…
|
/lvgl-latest/examples/arduino/LVGL_Arduino/ |
D | LVGL_Arduino.ino | 91 the actual data for your display can be acquired using
|
/lvgl-latest/tests/ |
D | CMakeLists.txt | 353 # sources in src/test_cases is the actual test case.
|
/lvgl-latest/docs/overview/ |
D | drawing.md | 111 These events are related to the actual drawing of an object. E.g. the drawing of buttons, texts, et… 121 The actual drawing of an object happens in this event. E.g. a rectangle for a button is drawn here.… 140 The actual drawing should happen here.
|
D | coords.md | 172 lv_obj_set_content_width(obj, 50); //The actual width: padding left + 50 + padding right 173 lv_obj_set_content_height(obj, 30); //The actual width: padding top + 30 + padding bottom
|
/lvgl-latest/docs/widgets/core/ |
D | textarea.md | 68 In password mode `lv_textarea_get_text(textarea)` returns the actual text entered, not the bullet c…
|
/lvgl-latest/docs/ |
D | CHANGELOG.md | 511 - fix(gridnav): get key code from the actual event [`3101`](https://github.com/lvgl/lvgl/pull/3101) 1206 - fix(docs) commit to meta repo as lvgl-bot instead of actual commit author [`f0e8549`](https://git…
|
/lvgl-latest/scripts/ |
D | Doxyfile | 1190 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
|