Home
last modified time | relevance | path

Searched refs:example (Results 1 – 25 of 35) sorted by relevance

12

/tests/net/lib/http_server/hpack/src/
A Dmain.c253 .name = example[i].name, in test_hpack_verify_encode()
254 .value = example[i].value, in test_hpack_verify_encode()
255 .name_len = strlen(example[i].name), in test_hpack_verify_encode()
256 .value_len = strlen(example[i].value) in test_hpack_verify_encode()
261 zassert_equal(ret, example[i].encoded_len, "Wrong encoding length"); in test_hpack_verify_encode()
262 zassert_mem_equal(test_buf, example[i].encoded, ret, in test_hpack_verify_encode()
274 ret = http_hpack_decode_header(example[i].encoded, example[i].encoded_len, &hdr); in test_hpack_verify_decode()
276 zassert_equal(hdr.name_len, strlen(example[i].name), in test_hpack_verify_decode()
278 zassert_equal(hdr.value_len, strlen(example[i].value), in test_hpack_verify_decode()
280 zassert_mem_equal(hdr.name, example[i].name, hdr.name_len, in test_hpack_verify_decode()
[all …]
/tests/subsys/mgmt/mcumgr/handler_demo/
A DKconfig3 # The Kconfig file is dedicated to example management group of
15 bool "MCUmgr handlers for example management (app)"
19 Enables MCUmgr handlers for example management. This demonstrates the
27 Allows applications to receive callback when the "other" example
A DCMakeLists.txt6 # This adds the example module to the list of extra zephyr modules
/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/
A DKconfig3 # The Kconfig file is dedicated to example management group of
15 bool "MCUmgr handlers for example management (module)"
19 Enables MCUmgr handlers for example management. This demonstrates the
28 Allows applications to receive callback when the "other" example
/tests/application_development/code_relocation/
A DREADME.rst8 A simple example that demonstrates how relocation of code, data or bss sections
A Dlinker_riscv_qemu_sram2.ld14 * this is just an example to show relocation of code/data/bss script
A Dlinker_arm_sram2.ld21 * this is just an example to show relocation of code/data/bss script
/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/boards/
A Dhse_css.overlay9 * for example by hse_24.overlay.
/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/boards/
A Dhse_css.overlay9 * for example by hse_8.overlay.
/tests/drivers/sensor/ina230/boards/
A Dnative_sim.overlay10 /* Datasheet example and Default DT Configuration Test */
/tests/kernel/common/
A Dmultilib.txt8 (for example, ARM Cortex-M requires thumb2 multilib and will be broken with
/tests/drivers/pwm/pwm_gpio_loopback/
A DKconfig28 considered a PASS. For example, if set to 5, the measured period or duty cycle
/tests/drivers/build_all/sensor/
A DKconfig20 value. For example, if GENERIC_TEST_NUM_EXPECTED_VALS == 5, and the
/tests/bluetooth/classic/gap_c/
A DREADME.rst42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed,
57 The test suite can be launched using Twister. Below is an example for running on the
/tests/bluetooth/classic/l2cap_c/
A DREADME.rst42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed,
57 The test suite can be launched using Twister. Below is an example for running on the
/tests/bluetooth/classic/rfcomm_c/
A DREADME.rst42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed,
57 The test suite can be launched using Twister. Below is an example for running on the
/tests/bluetooth/classic/sdp_s/
A DREADME.rst42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed,
57 The test suite can be launched using Twister. Below is an example for running on the
/tests/bluetooth/classic/smp_general/
A DREADME.rst42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed,
57 The test suite can be launched using Twister. Below is an example for running on the
/tests/bluetooth/classic/smp_key_persist/
A DREADME.rst42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed,
57 The test suite can be launched using Twister. Below is an example for running on the
/tests/bluetooth/classic/smp_sc_only/
A DREADME.rst42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed,
57 The test suite can be launched using Twister. Below is an example for running on the
/tests/bluetooth/classic/gap_s/
A DREADME.rst42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed,
57 The test suite can be launched using Twister. Below is an example for running on the
/tests/bluetooth/classic/l2cap_s/
A DREADME.rst42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed,
57 The test suite can be launched using Twister. Below is an example for running on the
/tests/bluetooth/classic/rfcomm_s/
A DREADME.rst42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed,
57 The test suite can be launched using Twister. Below is an example for running on the
/tests/bluetooth/classic/sdp_c/
A DREADME.rst42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed,
57 The test suite can be launched using Twister. Below is an example for running on the
/tests/bluetooth/classic/smp_bonding/
A DREADME.rst42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed,
57 The test suite can be launched using Twister. Below is an example for running on the

Completed in 48 milliseconds

12