Home
last modified time | relevance | path

Searched full:contains (Results 1 – 25 of 1013) sorted by relevance

12345678910>>...41

/Zephyr-latest/.github/workflows/
Ddo_not_merge.yml13 if: ${{ contains(github.event.*.labels.*.name, 'DNM') ||
14 contains(github.event.*.labels.*.name, 'TSC') ||
15 contains(github.event.*.labels.*.name, 'Architecture Review') ||
16 contains(github.event.*.labels.*.name, 'dev-review') }}
/Zephyr-latest/scripts/tests/twister/
DREADME.md53 - conftest.py: Contains common fixtures for use in testing the twister tool.
54 - test_twister.py : Contains basic testcases for environment variables, verifying testcase & platfo…
55 - test_testsuite_class.py : Contains testcases for Testsuite class (except reporting functionality)…
56 - test_testinstance.py : Contains testcases for Testinstance and Testcase class.
57 - test_reporting_testsuite.py : Contains testcases for reporting functionality of Testsuite class o…
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/os_mgmt/
Dos_mgmt_callbacks.h27 /** Contains the value of the force parameter. */
42 /** Contains the number of decoded parameters. */
45 /** Contains the value of the query parameter. */
/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto.h23 * @retval 0 Computation was successful. @p res contains the result.
39 * @retval 0 Computation was successful. @p res contains the result.
57 * @retval 0 Computation was successful. @p res contains the result.
77 * @retval 0 Computation was successful. @p res contains the result.
95 * @retval 0 Computation was successful. @p res contains the result.
110 * @retval 0 Computation was successful. @p res contains the result.
124 * @retval 0 Computation was successful. @p res contains the result.
144 * @retval 0 Computation was successful. @p res contains the result.
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_public_id_addr/src/
Dtest_suite_bt_privacy_enabled.c63 * bt_hci_cmd_send_sync() return value is success and response data contains a valid BT address.
68 * - Response data contains a valid address
95 * bt_hci_cmd_send_sync() return value is success and response data contains a valid BT address.
100 * - Response data contains a valid address
137 * bt_hci_cmd_send_sync() return value is success and response data contains a valid BT address.
142 * - Response data contains a valid address
179 * bt_hci_cmd_send_sync() return value is success and response data contains a valid BT address.
184 * - Response data contains a valid address
/Zephyr-latest/cmake/flash/
Dcheck_runner_dependencies.cmake3 # The purpose of this script is to ensure that no runners targets contains
6 # If the target contains dependencies, an error will be printed.
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/
DCMakeLists.txt8 # This contains a variety of helper functions that abstract away common tasks,
14 # This contains babblesim-specific helpers, e.g. device synchronization.
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/
DCMakeLists.txt9 # This contains a variety of helper functions that abstract away common tasks,
15 # This contains babblesim-specific helpers, e.g. device synchronization.
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/
DCMakeLists.txt14 # This contains a variety of helper functions that abstract away common tasks,
20 # This contains babblesim-specific helpers, e.g. device synchronization.
/Zephyr-latest/scripts/west_commands/zspdx/
Ddatatypes.py8 # DocumentConfig contains settings used to configure how the SPDX Document
25 # Document contains the data assembled by the SBOM builder, to be used to
62 # PackageConfig contains settings used to configure how an SPDX Package should
102 # Package contains the data assembled by the SBOM builder, to be used to
151 # RelationshipData contains the pre-analysis data about a relationship between
189 # Relationship contains the post-analysis, processed data about a relationship
209 # File contains the data needed to create a File element in the context of a
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_random_id_addr/src/
Dtest_suite_bt_privacy_enabled.c67 * bt_hci_cmd_send_sync() return value is success and response data contains a valid BT address.
72 * - Response data contains a valid address
109 * bt_hci_cmd_send_sync() return value is success and response data contains a valid BT address.
114 * - Response data contains a valid address
161 * bt_hci_cmd_send_sync() return value is success and response data contains a valid BT address.
166 * - Response data contains a valid address
213 * bt_hci_cmd_send_sync() return value is success and response data contains a valid BT address.
218 * - Response data contains a valid address
Dmain.c79 * Response length is properly configured, and response data contains a valid identity
84 * - bt_hci_cmd_send_sync() response contains single identity address
132 * Response length is properly configured, and response data contains a mixed data with
137 * - bt_hci_cmd_send_sync() response contains multiple identities, but only one is a static
188 * Response length is properly configured, and response data contains 2 valid identities.
192 * - bt_hci_cmd_send_sync() response contains multiple identity addresses
/Zephyr-latest/soc/nordic/
DKconfig.soc5 # This file contains Zephyr hw module v2 Kconfig description for
7 # The hw model v2 is generic and contains no Kconfig references outside its own
/Zephyr-latest/cmake/modules/
Dhwm_v2.cmake12 # - Kconfig.defconfig: Contains references to SoC defconfig files for Zephyr integration.
13 # - Kconfig: Contains references to regular SoC Kconfig files for Zephyr integration.
14 # - Kconfig.soc: Contains references to generic SoC Kconfig files.
15 # - Kconfig.sysbuild: Contains references to SoC sysbuild Kconfig files.
18 # - Kconfig: Contains references to regular arch Kconfig files for Zephyr integration.
/Zephyr-latest/dts/bindings/interrupt-controller/
Dst,stm32-exti.yaml35 6th line starts with input line 5 and contains 5 elements (5 to 9)
36 7th line starts with inupt line 10 and contains 6 elements (10 to 15)
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/
DREADME.rst10 "secure services" to other partitions and/or to the non-secure firmware. TF-M already contains
21 The partition is located in the ``dummy_partition`` directory. It contains the partition sources,
36 This sample can be built with or without CONFIG_TFM_IPC, since it contains code for both.
/Zephyr-latest/drivers/gpio/
Dgpio_xlnx_ps.h21 * This struct contains all data of the PS GPIO controller parent
34 * This struct contains all data of the PS GPIO controller parent
/Zephyr-latest/include/zephyr/net/
Dtftp.h30 * Each data packet contains one block of data, and must be acknowledged
37 * RFC1350: For non-request TFTP message, the header contains 2-byte operation
67 * @note DATA event structure contains payload data and size.
74 * @note ERROR event structure contains error code and message.
108 /** Contains parameters (if any) accompanying the event. */
/Zephyr-latest/tests/benchmarks/app_kernel/src/
Dreceiver.c13 * _B : Is a file that contains a benchmark function
14 * _R : Is a file that contains the receiver task
/Zephyr-latest/dts/bindings/i3c/
Di3c-device.yaml14 Contains 3 fields.
22 2. First half of the Provisioned ID contains the manufacturer
25 3. Second half of the Provisioned ID contains the combination of
/Zephyr-latest/tests/bluetooth/host/id/bt_id_read_public_addr/src/
Dmain.c83 * Although, bt_hci_cmd_send_sync() return value is success but response data contains
89 * - Response data contains invalid address
123 * bt_hci_cmd_send_sync() return value is success and response data contains a valid BT address.
128 * - Response data contains a valid address
/Zephyr-latest/scripts/west_commands/tests/nrf/
DREADME.rst1 This directory contains test data files for test_nrf.py.
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-include/
DREADME.rst1 This directory contains bindings used to test the 'include:' feature.
/Zephyr-latest/subsys/shell/
Dshell_wildcard.h25 /* Function returns true if string contains wildcard character: '?' or '*'
36 * @brief Function evaluates one command. If command contains wildcard patter,
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_gateway.h40 * @return 0 if msg contains a valid CoAP response.
54 * @return 0 if msg was handled by Gateawy and contains a valid response. Negative error code

12345678910>>...41