/Zephyr-latest/subsys/net/ip/ |
D | ipv6_mld.c | 47 size_t skipped; member 170 info->skipped++; in append_mcast_routes() 346 info.skipped = 0; in send_mld_report() 358 if (info.skipped) { in send_mld_report() 365 count -= info.skipped; in send_mld_report() 372 net_pkt_remove_tail(pkt, info.skipped * sizeof(struct net_icmpv6_mld_mcast_record)); in send_mld_report()
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/ |
D | plugin_test.py | 59 result.assert_outcomes(passed=1, failed=0, errors=0, skipped=0)
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/ |
D | Kconfig | 36 Skip peripheral ISO events count where all subevents are skipped. 49 Skip central ISO events count where all subevents are skipped.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_sync_iso.c | 552 uint8_t skipped; in isr_rx() local 718 skipped = 0U; in isr_rx() 739 skipped++; in isr_rx() 759 skipped++; in isr_rx() 805 skipped++; in isr_rx() 822 skipped += (lll->irc - lll->irc_curr) * lll->bn; in isr_rx() 887 skipped = (bis_idx_new - bis_idx) * in isr_rx() 901 skipped = ((bis_idx_new - bis_idx) * in isr_rx() 988 } else if (!skipped) { in isr_rx() 1008 skipped -= (bis_idx_new - bis_idx_old) * in isr_rx() [all …]
|
/Zephyr-latest/doc/develop/test/ |
D | twister_statuses.rst | 85 - skipped 86 - Test was skipped by some other reason than previously delineated. 215 Whole Suite has been skipped at runtime. All Cases need to have ``SKIP`` status as well.
|
D | ztest.rst | 148 In this example, the above tests should be marked as failed and skipped respectively. Instead, 309 level, i.e. if test cases have passed or failed or if they were blocked or skipped. 323 report them as being skipped. Because the test inventory and 326 to be skipped for a certain platform or feature need to explicitly 400 as passed, failed, blocked, or skipped. Reporting on only the
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.nrf | 89 be skipped if temperature change (compared to measurement of previous 99 Calibration is skipped when temperature change since last calibration 118 skipped calibrations.
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 163 skipped = 0 202 skipped += 1
|
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx9/ |
D | npcx9-alts-map.dtsi | 64 * Note: DEVALT I is skipped in the datasheet, the offset of
|
/Zephyr-latest/boards/openisa/rv32m1_vega/support/ |
D | openocd_rv32m1_vega_zero_riscy.cfg | 32 # If ADBG_USE_HISPEED is set (options bit 1), status bits will be skipped
|
D | openocd_rv32m1_vega_ri5cy.cfg | 32 # If ADBG_USE_HISPEED is set (options bit 1), status bits will be skipped
|
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx4/ |
D | npcx4-alts-map.dtsi | 96 * Note: DEVALT I is skipped in the datasheet, the offset of
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/standard/ |
D | README.rst | 49 not present, it will just be skipped.
|
/Zephyr-latest/scripts/tests/twister/pytest_integration/ |
D | test_harness_pytest.py | 240 result.assert_outcomes(skipped=2)
|
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/ |
D | README.rst | 104 Test Case skipped as Optional PS APIs not are supported.
|
/Zephyr-latest/subsys/testsuite/ztest/ |
D | Kconfig | 213 that while tests will still be marked as skipped on failed zassume calls, the final test 215 that skipped with the ZTEST_EXPECT_SKIP annotation.
|
/Zephyr-latest/tests/unit/util/ |
D | main.c | 174 IF_ENABLED(test_IF_ENABLED_FLAG_A, (goto skipped;)) in ZTEST() 177 skipped: in ZTEST()
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | reports.py | 160 errors="0", skipped="0") 235 errors="0", skipped="0")
|
D | testplan.py | 331 skipped = {k : v for k,v in self.instances.items() if v.status == TwisterStatus.SKIP} 337 self.instances.update(skipped)
|
D | runner.py | 353 def skipped(self): member in ExecutionCounter 357 @skipped.setter 358 def skipped(self, value): member in ExecutionCounter
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | att.c | 443 struct k_fifo skipped; in get_first_buf_matching_chan() local 448 k_fifo_init(&skipped); in get_first_buf_matching_chan() 456 k_fifo_put(&skipped, buf); in get_first_buf_matching_chan() 462 while ((buf = k_fifo_get(&skipped, K_NO_WAIT))) { in get_first_buf_matching_chan() 466 __ASSERT_NO_MSG(k_fifo_is_empty(&skipped)); in get_first_buf_matching_chan()
|
/Zephyr-latest/arch/arm64/core/ |
D | Kconfig | 186 then that core will be skipped and the next core in the device tree
|
/Zephyr-latest/doc/develop/west/ |
D | built-in.rst | 236 The ``git submodule sync`` commands are skipped if the
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i3c.rst | 119 * This step can be skipped if there is no connected devices
|
/Zephyr-latest/doc/build/cmake/ |
D | index.rst | 105 this step is skipped if ``dtc`` is not installed.
|