/Zephyr-latest/tests/kernel/common/src/ |
D | byteorder.c | 73 * @details Test if sys_get_be64() correctly handles endianness. 92 * @details Test if sys_put_be64() correctly handles endianness. 112 * @details Test if sys_get_be40() correctly handles endianness. 129 * @details Test if sys_put_be40() correctly handles endianness. 146 * @details Test if sys_get_be48() correctly handles endianness. 165 * @details Test if sys_put_be48() correctly handles endianness. 184 * @details Test if sys_get_be32() correctly handles endianness. 203 * @details Test if sys_put_be32() correctly handles endianness. 223 * @details Test if sys_get_be24() correctly handles endianness. 242 * @details Test if sys_put_be24() correctly handles endianness. [all …]
|
/Zephyr-latest/tests/lib/json/src/ |
D | main.c | 330 "Not all fields decoded correctly"); in ZTEST() 333 "String not decoded correctly"); in ZTEST() 334 zassert_equal(ts.some_int, 42, "Positive integer not decoded correctly"); in ZTEST() 335 zassert_equal(ts.some_bool, true, "Boolean not decoded correctly"); in ZTEST() 337 "int64 not decoded correctly"); in ZTEST() 339 "int64 not decoded correctly"); in ZTEST() 341 "Nested negative integer not decoded correctly"); in ZTEST() 343 "Nested int64 not decoded correctly"); in ZTEST() 345 "Nested boolean value not decoded correctly"); in ZTEST() 348 "Nested string not decoded correctly"); in ZTEST() [all …]
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_add_type/src/ |
D | main.c | 23 * Set key type and verify that the value is set correctly 29 * - The key type value is set correctly 46 * Set key type to all valid types and verify that the value is set correctly 52 * - The key type value is set correctly
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/ |
D | test_callback_manage.c | 103 TC_ERROR("not trigger callback correctly\n"); in test_callback_add_remove() 113 TC_ERROR("not trigger callback correctly\n"); in test_callback_add_remove() 122 TC_ERROR("not trigger callback correctly\n"); in test_callback_add_remove() 160 TC_ERROR("not trigger callback correctly\n"); in test_callback_self_remove() 166 TC_ERROR("not remove callback correctly\n"); in test_callback_self_remove() 175 TC_ERROR("not trigger remaining callback correctly\n"); in test_callback_self_remove() 206 TC_ERROR("not trigger callback correctly\n"); in test_callback_enable_disable() 214 TC_ERROR("not trigger callback correctly\n"); in test_callback_enable_disable() 222 TC_ERROR("not trigger callback correctly\n"); in test_callback_enable_disable()
|
/Zephyr-latest/tests/net/offloaded_netdev/src/ |
D | main.c | 155 "Bad transition-count, offload_impl_enable not called correctly"); in ZTEST() 157 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST() 166 "Bad transition-count, offload_impl_enable not called correctly"); in ZTEST() 168 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST() 217 "Bad transition-count, offload_impl_enable not called correctly"); in ZTEST() 219 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST() 228 "Bad transition-count, offload_impl_enable not called correctly"); in ZTEST() 230 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST() 280 "Bad transition-count, offload_impl_enable not called correctly"); in ZTEST() 282 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST() [all …]
|
/Zephyr-latest/tests/net/lib/prometheus/counter/src/ |
D | main.c | 18 * value is incremented correctly. 40 * and check if the value is incremented correctly. 60 * and check if the value is incremented correctly.
|
/Zephyr-latest/cmake/compiler/armclang/ |
D | generic.cmake | 36 "Are permissions set correctly? '${CMAKE_C_COMPILER} --version' " 38 "And is the license setup correctly ?"
|
/Zephyr-latest/tests/net/lib/prometheus/gauge/src/ |
D | main.c | 18 * value is set correctly. 21 * value is set correctly.
|
/Zephyr-latest/tests/net/lib/prometheus/histogram/src/ |
D | main.c | 18 * value is incremented correctly. 21 * value is incremented correctly.
|
/Zephyr-latest/tests/net/lib/prometheus/summary/src/ |
D | main.c | 18 * value is incremented correctly. 21 * value is incremented correctly.
|
/Zephyr-latest/tests/posix/barriers/src/ |
D | main.c | 23 zassert_equal(pshared, PTHREAD_PROCESS_PRIVATE, "pshared attribute not set correctly"); in ZTEST() 32 zassert_equal(pshared, PTHREAD_PROCESS_PUBLIC, "pshared attribute not retrieved correctly"); in ZTEST()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/op_agg/ |
D | model_coex.sh | 17 # 3. The DUT device waits, and verifies that the sequence is correctly received. 21 # aggregated sequence from the DUT device is correctly received.
|
/Zephyr-latest/tests/subsys/sd/mmc/ |
D | README.txt | 14 can correctly initialize an SD card. 16 * IOCTL test: verify the SD subsystem correctly implements IOCTL calls required
|
/Zephyr-latest/tests/subsys/sd/sdmmc/ |
D | README.txt | 14 can correctly initialize an SD card. 16 * IOCTL test: verify the SD subsystem correctly implements IOCTL calls required
|
/Zephyr-latest/tests/drivers/regulator/voltage/dts/bindings/ |
D | test-regulator-voltage.yaml | 51 Used to filter out ranges that cannot be tested correctly in the configuration. 58 Used to filter out ranges that cannot be tested correctly in the configuration.
|
/Zephyr-latest/tests/subsys/mem_mgmt/mem_attr_heap/src/ |
D | main.c | 118 zassert_is_null(block, "Buffer too big for regions correctly allocated"); in ZTEST() 121 * Check if the memory is correctly released and can be reused in ZTEST() 127 zassert_equal_ptr(old_block, block, "Memory not correctly released"); in ZTEST() 130 * Check if the memory is correctly aligned when requested in ZTEST()
|
/Zephyr-latest/tests/kernel/fatal/no-multithreading/ |
D | README | 1 This test case verifies that kernel fatal error handling works correctly
|
/Zephyr-latest/tests/cmake/config_dir/foo/ |
D | prj.conf | 2 # configuration dir worked correctly.
|
/Zephyr-latest/boards/ti/cc1352r_sensortag/support/ |
D | openocd.cfg | 2 # Workaround for #21372. This allows OpenOCD to flash correctly
|
/Zephyr-latest/tests/drivers/mm/sys_mm_drv_bank/src/ |
D | main.c | 60 /* Verify mapped pages are counted correctly */ in ZTEST() 78 /* Verify unmapped pages are counted correctly */ in ZTEST() 90 /* Verify max mapped pages are counted correctly */ in ZTEST() 112 /* Verify sys_mm_drv_bank_stats_reset_max works correctly */ in ZTEST()
|
/Zephyr-latest/tests/kernel/fatal/exception/ |
D | README | 1 This test case verifies that kernel fatal error handling works correctly.
|
/Zephyr-latest/soc/nordic/nrf92/ |
D | CMakeLists.txt | 11 # for the image correctly
|
/Zephyr-latest/tests/posix/common/src/ |
D | cond.c | 58 zassert_equal(clock_id, CLOCK_MONOTONIC, "clock attribute not set correctly"); in ZTEST() 64 zassert_equal(clock_id, CLOCK_REALTIME, "clock attribute not set correctly"); in ZTEST()
|
/Zephyr-latest/soc/silabs/silabs_s0/efm32hg/ |
D | soc_pinmap.h | 10 * modules to correctly configure GPIO controller.
|
/Zephyr-latest/soc/silabs/silabs_s0/efm32wg/ |
D | soc_pinmap.h | 10 * modules to correctly configure GPIO controller.
|