Home
last modified time | relevance | path

Searched full:matched (Results 1 – 25 of 97) sorted by relevance

1234

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dquarantine.py119 """Return quarantine element if test is matched to quarantine rules"""
121 matched: bool = False
123 and (matched := _is_element_matched(scenario, qelem.re_scenarios)) is False):
126 and (matched := _is_element_matched(platform, qelem.re_platforms)) is False):
130 and (matched := _is_element_matched(architecture, qelem.re_architectures)) is False
135 and (matched := _is_element_matched(simulator_name, qelem.re_simulations)) is False
139 if matched:
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/
DKconfig11 substring matched against both BT device name and broadcast name.
20 substring matched against the BT device name.
/Zephyr-latest/subsys/mgmt/mcumgr/util/src/
Dzcbor_bulk.c16 size_t map_size, size_t *matched) in zcbor_map_decode_bulk() argument
25 *matched = 0; in zcbor_map_decode_bulk()
47 /* Failure to decode value matched to key in zcbor_map_decode_bulk()
58 ++(*matched); in zcbor_map_decode_bulk()
/Zephyr-latest/include/zephyr/posix/
Dfnmatch.h44 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
45 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
46 #define FNM_CASEFOLD 0x08 /* Pattern is matched case-insensitive */
/Zephyr-latest/tests/subsys/logging/log_blocking/
DREAME.md30 | Matched | 1 | 1 | 1 |
61 ## Rate-Matched Input and Output
64 ideal scenario. In reality, it is not. The rates could be matched, but a
67 is still only matched with the input log rate, the core log buffer capacity
Dtestcase.yaml13 logging.blocking.rate.matched:
/Zephyr-latest/doc/build/dts/
Dbindings-intro.rst10 Devicetree nodes are matched to bindings using their :ref:`compatible
75 Other ways nodes are matched to bindings
90 The ``baz-device`` node would get matched to a binding with a ``compatible:
94 Nodes without compatible properties can be matched to bindings associated with
/Zephyr-latest/tests/drivers/uart/uart_elementary/
DREADME.txt13 - Dual UART transmission with matched and mismatched configurations
/Zephyr-latest/subsys/mgmt/mcumgr/util/include/mgmt/mcumgr/util/
Dzcbor_bulk.h91 * @param matched pointer to the counter of matched keys, zeroed upon
103 size_t map_size, size_t *matched);
/Zephyr-latest/drivers/spi/
DKconfig.mcux_lpspi32 spi buffer sets for transmit/receive are not always matched equally in
DKconfig.sam34 spi buffer sets for transmit/receive are not always matched equally in
DKconfig.max3241 spi buffer sets for transmit/receive are not always matched equally in
/Zephyr-latest/tests/kernel/mem_protect/syscalls/src/
Dmain.c268 zassert_equal(ret, 0, "string should have matched"); in ZTEST_USER()
292 zassert_equal(ret, 0, "string should have matched"); in ZTEST_USER()
313 zassert_equal(ret, 0, "string should have matched"); in ZTEST_USER()
364 zassert_equal(ret, 0, "string should have matched"); in syscall_torture()
367 zassert_equal(ret, 0, "string should have matched"); in syscall_torture()
372 zassert_equal(ret, 0, "string should have matched"); in syscall_torture()
/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_util.h174 bool matched; member
252 * Build command record entries that are that are matched will have
253 * their matched flag set; unmatched entries will have a cleared
254 * matched flag.
Dtest_fs_util.c277 * matched directories.
279 * Sets the matched field of *cp if all tests pass.
336 cp->matched = true; in check_layout_entry()
353 cp->matched = false; in testfs_bcmd_verify_layout()
/Zephyr-latest/scripts/ci/
Dtwister_ignore.txt5 # are matched, then twister will not do a full run and optionally will only
/Zephyr-latest/tests/kernel/common/src/
Dbitarray.c1026 zassert_equal(find_msb_set(value), 0, "MSB is not matched"); in ZTEST()
1027 zassert_equal(find_lsb_set(value), 0, "LSB is not matched"); in ZTEST()
1031 zassert_equal(find_msb_set(value), 1, "MSB is not matched"); in ZTEST()
1032 zassert_equal(find_lsb_set(value), 1, "LSB is not matched"); in ZTEST()
1036 zassert_equal(find_msb_set(value), 32, "MSB is not matched"); in ZTEST()
1037 zassert_equal(find_lsb_set(value), 32, "LSB is not matched"); in ZTEST()
1041 zassert_equal(find_msb_set(value), 20, "MSB is not matched"); in ZTEST()
1042 zassert_equal(find_lsb_set(value), 13, "LSB is not matched"); in ZTEST()
1046 zassert_equal(find_msb_set(value), 32, "MSB is not matched"); in ZTEST()
1047 zassert_equal(find_lsb_set(value), 1, "LSB is not matched"); in ZTEST()
[all …]
/Zephyr-latest/samples/userspace/shared_mem/src/
Denc.c20 * pt text and matched. The result of the test matched the
/Zephyr-latest/scripts/checkpatch/
Dtimestamp19 # Some switches can be mixed and matched, eg. -Sa gives 2015-01-14-18-13
/Zephyr-latest/samples/sensor/grow_r502a/
DREADME.rst63 Matched ID : 2
/Zephyr-latest/
D.gitlint39 # commit-msg title must be matched to.
/Zephyr-latest/subsys/bluetooth/host/
Dkeys.h100 * @param func Callback function to be called when a matched record is found.
116 * If a key with matched criteria is found, it will be overwritten with the new one.
/Zephyr-latest/include/zephyr/drivers/sensor/
Dgrow_r502a.h93 * @result val->val1 matched record index.
/Zephyr-latest/samples/subsys/profiling/perf/images/
Dgraph_example.svg32 matchedtxt = document.getElementById("matched");
389 // calculate percent matched, excluding vertical overlap
398 // sort the matched frames by their x location
416 // display matched percent
420 matchedtxt.firstChild.nodeValue = "Matched: " + pct + "%";
430 <text id="matched" x="1090.00" y="197" > </text>
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/
DREADME.rst87 With all these conditions matched, one can reach 10uA on stm32l562e_dk with this sample.

1234