/lvgl-latest/tests/unity/ |
D | unity.h | 147 … TEST_ASSERT_EQUAL_INT(expected, actual) UNITY_… argument 148 …TEST_ASSERT_EQUAL_INT8(expected, actual) UNITY_T… argument 149 …EST_ASSERT_EQUAL_INT16(expected, actual) UNITY_TE… argument 150 …EST_ASSERT_EQUAL_INT32(expected, actual) UNITY_TE… argument 151 …EST_ASSERT_EQUAL_INT64(expected, actual) UNITY_TE… argument 152 …TEST_ASSERT_EQUAL_UINT(expected, actual) UNITY_T… argument 153 …EST_ASSERT_EQUAL_UINT8(expected, actual) UNITY_TE… argument 154 …ST_ASSERT_EQUAL_UINT16(expected, actual) UNITY_TES… argument 155 …ST_ASSERT_EQUAL_UINT32(expected, actual) UNITY_TES… argument 156 …ST_ASSERT_EQUAL_UINT64(expected, actual) UNITY_TES… argument [all …]
|
D | unity_internals.h | 597 void UnityAssertEqualNumber(const UNITY_INT expected, 610 void UnityAssertEqualIntArray(UNITY_INTERNAL_PTR expected, 619 const UNITY_INT expected, 624 void UnityAssertEqualString(const char* expected, 629 void UnityAssertEqualStringLen(const char* expected, 635 void UnityAssertEqualStringArray( UNITY_INTERNAL_PTR expected, 642 void UnityAssertEqualMemory( UNITY_INTERNAL_PTR expected, 651 const UNITY_INT expected, 658 UNITY_INTERNAL_PTR expected, 678 const UNITY_FLOAT expected, [all …]
|
D | unity.c | 596 static void UnityPrintExpectedAndActualStrings(const char* expected, const char* actual) in UnityPrintExpectedAndActualStrings() argument 599 if (expected != NULL) in UnityPrintExpectedAndActualStrings() 602 UnityPrint(expected); in UnityPrintExpectedAndActualStrings() 623 static void UnityPrintExpectedAndActualStringsLen(const char* expected, in UnityPrintExpectedAndActualStringsLen() argument 628 if (expected != NULL) in UnityPrintExpectedAndActualStringsLen() 631 UnityPrintLen(expected, length); in UnityPrintExpectedAndActualStringsLen() 656 static int UnityIsOneArrayNull(UNITY_INTERNAL_PTR expected, in UnityIsOneArrayNull() argument 662 if (expected == actual) { return 0; } in UnityIsOneArrayNull() 665 if (expected == NULL) in UnityIsOneArrayNull() 691 const UNITY_INT expected, in UnityAssertBits() argument [all …]
|
/lvgl-latest/tests/src/test_cases/ |
D | test_circle_buf.c | 146 const int32_t expected[] = {4, 1, 2, 3}; in test_circle_buf_read_after_read_and_write() local 147 TEST_ASSERT_EQUAL_INT32_ARRAY(expected, ((lv_array_t *)circle_buf)->data, 4); in test_circle_buf_read_after_read_and_write()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_switch.c | 102 int32_t expected = pad + LV_SWITCH_KNOB_EXT_AREA_CORRECTION; in test_switch_should_update_extra_draw_size_after_editing_padding() local 115 TEST_ASSERT_EQUAL(expected, actual); in test_switch_should_update_extra_draw_size_after_editing_padding()
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | schema.h | 283 virtual void NotMultipleOf(int64_t actual, const SValue& expected) = 0; 284 virtual void NotMultipleOf(uint64_t actual, const SValue& expected) = 0; 285 virtual void NotMultipleOf(double actual, const SValue& expected) = 0; 286 virtual void AboveMaximum(int64_t actual, const SValue& expected, bool exclusive) = 0; 287 virtual void AboveMaximum(uint64_t actual, const SValue& expected, bool exclusive) = 0; 288 virtual void AboveMaximum(double actual, const SValue& expected, bool exclusive) = 0; 289 virtual void BelowMinimum(int64_t actual, const SValue& expected, bool exclusive) = 0; 290 virtual void BelowMinimum(uint64_t actual, const SValue& expected, bool exclusive) = 0; 291 virtual void BelowMinimum(double actual, const SValue& expected, bool exclusive) = 0; 293 virtual void TooLong(const Ch* str, SizeType length, SizeType expected) = 0; [all …]
|
/lvgl-latest/docs/ |
D | CODE_OF_CONDUCT.rst.back | 42 acceptable behavior and are expected to take appropriate and fair
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | lvgl_app.rst | 160 sysroot was updated as expected.
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | gen_mipi.rst | 65 …` functions is that :cpp:func:`my_lcd_send_cmd()` is used to send short commands and it is expected
|
/lvgl-latest/docs/details/widgets/ |
D | textarea.rst | 188 Shift+click and keyboard-only text selection with Shift+Arrow keys is expected to
|
/lvgl-latest/docs/details/integration/bindings/ |
D | micropython.rst | 251 - Although called "user_data", the user is not expected to read/write that field. Instead, the Micr…
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | lvgl_recipe.rst | 129 To ensure the layers were added as expected, run the Bitbake command to show 578 applications will behave as expected on the target device.
|
/lvgl-latest/docs/details/main-components/ |
D | fs.rst | 316 is if the file contents are expected to change by an external factor like with special OS files.
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 429 work as expected. Translations can be used to solve this:
|