| /f-stack/dpdk/app/test/ |
| H A D | test.c | 206 unsigned int total = 0, executed = 0, skipped = 0; in unit_test_suite_runner() local 225 skipped++; in unit_test_suite_runner() 238 skipped++; in unit_test_suite_runner() 257 skipped++; in unit_test_suite_runner() 297 printf(" + Tests Skipped : %2d\n", skipped); in unit_test_suite_runner() 308 if (total == skipped) in unit_test_suite_runner()
|
| H A D | autotest_runner.py | 199 self.skipped = [] 291 self.skipped.append(tuple(result)) 380 if len(self.skipped): 384 for result in self.skipped:
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | meson_ut.rst | 31 the ``-C <build path>`` option can be skipped as below:: 54 Dealing with skipped test cases 59 will be reported as skipped if they cannot run. To enable those test cases, 61 Below are a few possible causes why tests may be skipped: 66 #. Not enough processing cores. Some tests are skipped on machines with 2 or 4 cores.
|
| H A D | reorder_lib.rst | 62 Any gaps in the Order buffer at that point are skipped, and those packet will
|
| H A D | timer_lib.rst | 61 so this additional check is skipped in favor of checking as normal once the lock has been taken.)
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | main.c | 51 unsigned int total = 0, skipped = 0, succeeded = 0, failed = 0; in unit_test_suite_runner() local 90 skipped++; in unit_test_suite_runner() 111 printf(" + Tests Skipped : %2d\n", skipped); in unit_test_suite_runner()
|
| /f-stack/tools/libutil/tests/ |
| H A D | humanize_number_test.c | 503 size_t blen, buflen, errcnt, i, skipped, tested; in main() local 520 skipped = 0; in main() 531 skipped++; in main() 536 skipped++; in main() 588 tested, skipped); in main()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_dir.c | 379 int skipped = 0; in zfs_purgedir() local 388 skipped += 1; in zfs_purgedir() 408 skipped += 1; in zfs_purgedir() 414 skipped += 1; in zfs_purgedir() 421 skipped += 1; in zfs_purgedir() 422 return (skipped); in zfs_purgedir()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | cortina.txt | 13 can be skipped.
|
| H A D | mdio.yaml | 93 property is missing the delay will be skipped. 98 this property is missing the delay will be skipped.
|
| H A D | ethernet-phy.yaml | 153 property is missing the delay will be skipped. 158 this property is missing the delay will be skipped.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | max17042_battery.txt | 17 If skipped the condition won't be reported.
|
| H A D | max17040_battery.txt | 12 (%). If skipped the power up default value of
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_dir.c | 597 int skipped = 0; in zfs_purgedir() local 606 skipped += 1; in zfs_purgedir() 625 skipped += 1; in zfs_purgedir() 634 skipped += 1; in zfs_purgedir() 641 skipped += 1; in zfs_purgedir() 642 return (skipped); in zfs_purgedir()
|
| /f-stack/dpdk/drivers/event/dlb/ |
| H A D | dlb_selftest.c | 1504 int found = 0, skipped = 0, passed = 0, failed = 0; in test_dlb_eventdev() local 1507 for (i = 0; found + skipped < num_evdevs && i < RTE_EVENT_MAX_DEVS; in test_dlb_eventdev() 1516 skipped++; in test_dlb_eventdev() 1524 skipped++; in test_dlb_eventdev() 1542 found, skipped, passed, failed); in test_dlb_eventdev()
|
| /f-stack/dpdk/drivers/event/dlb2/ |
| H A D | dlb2_selftest.c | 1489 int found = 0, skipped = 0, passed = 0, failed = 0; in test_dlb2_eventdev() local 1492 for (i = 0; found + skipped < num_evdevs && i < RTE_EVENT_MAX_DEVS; in test_dlb2_eventdev() 1501 skipped++; in test_dlb2_eventdev() 1509 skipped++; in test_dlb2_eventdev() 1527 found, skipped, passed, failed); in test_dlb2_eventdev()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | fsmc-nand.txt | 12 - nand-skip-bbtscan: Indicates the BBT scanning should be skipped
|
| /f-stack/dpdk/buildtools/pkg-config/ |
| H A D | meson.build | 27 # are skipped in the case of static linkage thanks to the flag --as-needed.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/ |
| H A D | divider.txt | 38 2 <invalid divisor, skipped>
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | qede.rst | 283 EAL: Not managed by a supported kernel driver, skipped 286 EAL: Not managed by a supported kernel driver, skipped
|
| /f-stack/freebsd/contrib/libsodium/m4/ |
| H A D | ax_valgrind_check.m4 | 50 # while the sgcheck will be skipped unless enabled again on the
|
| /f-stack/tools/libxo/doc/ |
| H A D | options.rst | 140 Pairs may be skipped, leaving them mapped as normal, as are missing
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | lm_bond_virtio_sriov.rst | 266 skipped: 0 pages 287 skipped: 0 pages
|
| /f-stack/freebsd/contrib/openzfs/tests/ |
| H A D | README.md | 83 be skipped which depend on real block devices.
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_pmd.c | 2114 int skipped = 0; in bond_ethdev_close() local 2121 while (internals->slave_count != skipped) { in bond_ethdev_close() 2122 uint16_t port_id = internals->slaves[skipped].port_id; in bond_ethdev_close() 2127 skipped++; in bond_ethdev_close() 2134 skipped++; in bond_ethdev_close()
|