Home
last modified time | relevance | path

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

/lvgl-latest/tests/unity/
Dunity.h147 … 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 …]
Dunity_internals.h597 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 …]
Dunity.c596 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/
Dtest_circle_buf.c146 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/
Dtest_switch.c102 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/
Dschema.h283 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/
DCODE_OF_CONDUCT.rst.back42 acceptable behavior and are expected to take appropriate and fair
/lvgl-latest/docs/details/integration/os/buildroot/
Dlvgl_app.rst160 sysroot was updated as expected.
/lvgl-latest/docs/details/integration/driver/display/
Dgen_mipi.rst65 …` functions is that :cpp:func:`my_lcd_send_cmd()` is used to send short commands and it is expected
/lvgl-latest/docs/details/widgets/
Dtextarea.rst188 Shift+click and keyboard-only text selection with Shift+Arrow keys is expected to
/lvgl-latest/docs/details/integration/bindings/
Dmicropython.rst251 - Although called "user_data", the user is not expected to read/write that field. Instead, the Micr…
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst129 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/
Dfs.rst316 is if the file contents are expected to change by an external factor like with special OS files.
/lvgl-latest/docs/details/base-widget/
Dcoord.rst429 work as expected. Translations can be used to solve this: