Home
last modified time | relevance | path

Searched full:removing (Results 1 – 25 of 177) sorted by relevance

12345678

/Zephyr-latest/tests/unit/list/
Ddlist.c200 /* Finding and removing node 1 */ in ZTEST()
218 /* Removing node 1 */ in ZTEST()
260 /* Finding and removing node 1 */ in ZTEST()
269 /* Removing node 3 */ in ZTEST()
278 /* Removing node 4 */ in ZTEST()
287 /* Removing node 2 */ in ZTEST()
Dsflist.c205 /* Finding and removing node 1 */ in ZTEST()
219 /* Removing node 1 */ in ZTEST()
261 /* Finding and removing node 1 */ in ZTEST()
270 /* Removing node 3 */ in ZTEST()
279 /* Removing node 4 */ in ZTEST()
288 /* Removing node 2 */ in ZTEST()
Dslist.c212 /* Finding and removing node 1 */ in ZTEST()
226 /* Removing node 1 */ in ZTEST()
276 /* Finding and removing node 1 */ in ZTEST()
285 /* Removing node 3 */ in ZTEST()
294 /* Removing node 4 */ in ZTEST()
303 /* Removing node 2 */ in ZTEST()
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_dir.c128 TC_PRINT("Removing files and sub directories in %s\n", dir); in test_rmdir()
139 TC_PRINT("Removing %s\n", file_path); in test_rmdir()
154 TC_PRINT("Error removing dir [%d]\n", res); in test_rmdir()
/Zephyr-latest/dts/bindings/display/
Draydium,rm67162.yaml31 data during a VSYNC interval, removing tearing.
/Zephyr-latest/samples/subsys/pm/latency/
Dsample.yaml46 - "<inf> dev_test: Removing latency constraint"
55 - "<inf> app: Removing latency constraint"
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/
Ddfu_slot.sh12 # - Fourth test is rebooted device that verifies if removing all slots also removed them
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/
Dsample.yaml28 - "Removing UID1"
/Zephyr-latest/samples/bluetooth/hci_uart_async/
Dapp.overlay21 * functions. Removing the assignments will ensure a compilation error
/Zephyr-latest/subsys/net/lib/dns/
Ddns_cache.h50 * @brief Flushes the dns cache removing all its entries.
59 * @brief Adds a new entry to the dns cache removing the one closest to expiry
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_datetime/src/
Dmain.c192 /* Process received data by removing header */ in ZTEST()
254 /* Process received data by removing header */ in ZTEST()
319 /* Process received data by removing header */ in ZTEST()
366 /* Process received data by removing header */ in ZTEST()
429 /* Process received data by removing header */ in ZTEST()
476 /* Process received data by removing header */ in ZTEST()
539 /* Process received data by removing header */ in ZTEST()
586 /* Process received data by removing header */ in ZTEST()
649 /* Process received data by removing header */ in ZTEST()
696 /* Process received data by removing header */ in ZTEST()
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsrpl_cli.rst11 Specification version 1.1, and supports the functionality of removing addresses from the
/Zephyr-latest/tests/lib/hash_map/src/
Dremove.c27 /* after removing the last node, buckets should also be freed */ in ZTEST()
/Zephyr-latest/samples/subsys/pm/latency/src/
Dtest.c44 LOG_INF("Removing latency constraint"); in dev_test_close()
/Zephyr-latest/samples/bluetooth/
Dbluetooth.rst30 by removing the device from the associated devices list on the host.
/Zephyr-latest/tests/lib/c_lib/stdio/src/
Dmain.c44 zassert_ok(remove(TEST_FILE), "Error removing file: %d\n", errno); in ZTEST()
/Zephyr-latest/doc/kernel/data_structures/
Ddlist.rst29 A dlist can be modified in constant time by removing a node with
37 starting point, a "SAFE" variant that allows for removing the node
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_dir.c134 TC_PRINT("Removing %s\n", file_path); in test_rmdir()
149 TC_PRINT("Error removing dir [%d]\n", res); in test_rmdir()
/Zephyr-latest/tests/subsys/fs/multi-fs/src/
Dtest_common_dir.c145 TC_PRINT("Removing %s\n", file_path); in test_rmdir()
160 TC_PRINT("Error removing dir [%d]\n", res); in test_rmdir()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/
Dmain.c339 /* Process received data by removing header */ in ZTEST()
400 /* Process received data by removing header */ in ZTEST()
462 /* Process received data by removing header */ in ZTEST()
524 /* Process received data by removing header */ in ZTEST()
585 /* Process received data by removing header */ in ZTEST()
646 /* Process received data by removing header */ in ZTEST()
707 /* Process received data by removing header */ in ZTEST()
779 /* Process received data by removing header */ in ZTEST()
840 /* Process received data by removing header */ in ZTEST()
915 /* Process received data by removing header */ in ZTEST()
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Dscan.h99 * Removing a user that was not added does not result in an error.
101 * This API allows removing the user why the scanner is running.
/Zephyr-latest/cmake/bintools/
Dbintools_template.cmake108 # strip_flag_all : Flag for removing all symbols
109 # strip_flag_debug : Flag for removing debug symbols
110 # strip_flag_dwo : Flag for removing dwarf sections
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_dir.c168 zassert_ok(rmdir(TEST_DIR), "Error removing dir: %d\n", errno); in ZTEST()
171 * now removing the directory will fail, test will in ZTEST()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest_defaults.c11 * @brief Try to shorten a filename by removing the current directory
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dmem_domain.c188 * @brief Show that adding/removing partitions works
190 * Show that removing a partition doesn't affect access to other partitions.
191 * Show that removing a partition generates a fault if its data is accessed.
458 * @brief Test error case of removing memory partition fail
574 * @brief Test error case of removing memory partition fail

12345678