Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 25 of 43) sorted by relevance

12

/Zephyr-latest/subsys/net/ip/
Dipv6_mld.c47 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/
Dplugin_test.py59 result.assert_outcomes(passed=1, failed=0, errors=0, skipped=0)
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/
DKconfig36 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/
Dlll_sync_iso.c552 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/
Dtwister_statuses.rst85 - 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.
Dztest.rst148 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/
DKconfig.nrf89 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/
Dpack_as_twister.py163 skipped = 0
202 skipped += 1
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx9/
Dnpcx9-alts-map.dtsi64 * Note: DEVALT I is skipped in the datasheet, the offset of
/Zephyr-latest/boards/openisa/rv32m1_vega/support/
Dopenocd_rv32m1_vega_zero_riscy.cfg32 # If ADBG_USE_HISPEED is set (options bit 1), status bits will be skipped
Dopenocd_rv32m1_vega_ri5cy.cfg32 # If ADBG_USE_HISPEED is set (options bit 1), status bits will be skipped
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx4/
Dnpcx4-alts-map.dtsi96 * Note: DEVALT I is skipped in the datasheet, the offset of
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/standard/
DREADME.rst49 not present, it will just be skipped.
/Zephyr-latest/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py240 result.assert_outcomes(skipped=2)
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/
DREADME.rst104 Test Case skipped as Optional PS APIs not are supported.
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig213 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/
Dmain.c174 IF_ENABLED(test_IF_ENABLED_FLAG_A, (goto skipped;)) in ZTEST()
177 skipped: in ZTEST()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dreports.py160 errors="0", skipped="0")
235 errors="0", skipped="0")
Dtestplan.py331 skipped = {k : v for k,v in self.instances.items() if v.status == TwisterStatus.SKIP}
337 self.instances.update(skipped)
Drunner.py353 def skipped(self): member in ExecutionCounter
357 @skipped.setter
358 def skipped(self, value): member in ExecutionCounter
/Zephyr-latest/subsys/bluetooth/host/
Datt.c443 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/
DKconfig186 then that core will be skipped and the next core in the device tree
/Zephyr-latest/doc/develop/west/
Dbuilt-in.rst236 The ``git submodule sync`` commands are skipped if the
/Zephyr-latest/doc/hardware/peripherals/
Di3c.rst119 * This step can be skipped if there is no connected devices
/Zephyr-latest/doc/build/cmake/
Dindex.rst105 this step is skipped if ``dtc`` is not installed.

12