/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | quarantine.py | 119 """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/ |
D | Kconfig | 11 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/ |
D | zcbor_bulk.c | 16 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/ |
D | fnmatch.h | 44 #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/ |
D | REAME.md | 30 | 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
|
D | testcase.yaml | 13 logging.blocking.rate.matched:
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-intro.rst | 10 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/ |
D | README.txt | 13 - Dual UART transmission with matched and mismatched configurations
|
/Zephyr-latest/subsys/mgmt/mcumgr/util/include/mgmt/mcumgr/util/ |
D | zcbor_bulk.h | 91 * @param matched pointer to the counter of matched keys, zeroed upon 103 size_t map_size, size_t *matched);
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.mcux_lpspi | 32 spi buffer sets for transmit/receive are not always matched equally in
|
D | Kconfig.sam | 34 spi buffer sets for transmit/receive are not always matched equally in
|
D | Kconfig.max32 | 41 spi buffer sets for transmit/receive are not always matched equally in
|
/Zephyr-latest/tests/kernel/mem_protect/syscalls/src/ |
D | main.c | 268 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/ |
D | test_fs_util.h | 174 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.
|
D | test_fs_util.c | 277 * 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/ |
D | twister_ignore.txt | 5 # are matched, then twister will not do a full run and optionally will only
|
/Zephyr-latest/tests/kernel/common/src/ |
D | bitarray.c | 1026 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/ |
D | enc.c | 20 * pt text and matched. The result of the test matched the
|
/Zephyr-latest/scripts/checkpatch/ |
D | timestamp | 19 # Some switches can be mixed and matched, eg. -Sa gives 2015-01-14-18-13
|
/Zephyr-latest/samples/sensor/grow_r502a/ |
D | README.rst | 63 Matched ID : 2
|
/Zephyr-latest/ |
D | .gitlint | 39 # commit-msg title must be matched to.
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | keys.h | 100 * @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/ |
D | grow_r502a.h | 93 * @result val->val1 matched record index.
|
/Zephyr-latest/samples/subsys/profiling/perf/images/ |
D | graph_example.svg | 32 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/ |
D | README.rst | 87 With all these conditions matched, one can reach 10uA on stm32l562e_dk with this sample.
|