Searched full:ignores (Results 1 – 25 of 60) sorted by relevance
123
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 190 self.ignores = [] 214 self.ignores.append('*' + pattern + '*') 217 self.ignores.append('*/' + pattern + '/*') 287 for i in self.ignores: 304 self.ignores = [] 329 self.ignores.append('.*' + pattern + '.*') 332 self.ignores.append(".*/" + pattern + '/.*') 350 excludes = Gcovr._interleave_list("-e", self.ignores)
|
/Zephyr-latest/soc/lowrisc/opentitan/ |
D | rom_header.S | 14 * ignores all of these fields except for entry point.
|
/Zephyr-latest/scripts/ruff/ |
D | gen_lint_exclude.py | 31 sys.stdout.write("[lint.per-file-ignores]\n")
|
/Zephyr-latest/scripts/west_commands/ |
D | export.py | 51 # Filtering out lines that start with -- ignores the normal
|
/Zephyr-latest/arch/x86/zefi/ |
D | printf.h | 12 * "l" qualifier on %d and %x (and silently ignores one %s/%c/%p). 13 * Accepts, but ignores, field width and precision values that match:
|
/Zephyr-latest/dts/bindings/led_strip/ |
D | worldsemi,ws2812-rpi_pico-pio.yaml | 59 for use by PIO. This property only uses the GPIO pin number and ignores flags.
|
/Zephyr-latest/include/zephyr/net/ |
D | conn_mgr_monitor.h | 79 * This is a wrapper for conn_mgr_ignore_iface that ignores all ifaces that use the L2.
|
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/ |
D | README.rst | 37 when a state handles an event, or explicitly ignores it and passes it up to the parent state.
|
/Zephyr-latest/include/zephyr/sys/ |
D | libc-hooks.h | 26 /* syscall generation ignores preprocessor, ensure this is defined to ensure
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | main.c | 64 * Note that glibc ignores size. But just in case we set a reasonable in nsi_init()
|
/Zephyr-latest/boards/native/native_posix/ |
D | main.c | 64 * Note that glibc ignores size. But just in case we set a reasonable in posix_init()
|
/Zephyr-latest/scripts/ci/ |
D | test_plan.py | 369 ignores = twister_ignore.read().splitlines() 370 ignores = filter(lambda x: not x.startswith("#"), ignores) 375 for pattern in ignores:
|
/Zephyr-latest/lib/libc/minimal/source/stdlib/ |
D | strtoul.c | 40 * Ignores `locale' stuff. Assumes that the upper and lower case
|
D | strtoull.c | 40 * Ignores `locale' stuff. Assumes that the upper and lower case
|
D | strtoll.c | 40 * Ignores `locale' stuff. Assumes that the upper and lower case
|
D | strtol.c | 40 * Ignores `locale' stuff. Assumes that the upper and lower case
|
/Zephyr-latest/dts/bindings/sensor/ |
D | nxp,fxos8700-common.yaml | 105 pulse-detection function ignores the start of a new pulse. The
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_cmsdk_apb.c | 179 /* In ARM implementation sys_reboot ignores the parameter */ in wdog_cmsdk_apb_isr()
|
/Zephyr-latest/drivers/timer/ |
D | sam0_rtc_timer.c | 303 /* Tickless kernel lets RTC count continually and ignores overflows. */ in sys_clock_driver_init()
|
/Zephyr-latest/doc/develop/west/ |
D | basics.rst | 113 directories not managed by west. West basically ignores anything in the
|
D | extensions.rst | 64 Note that west ignores extension commands whose names are the same as a
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_pcal64xxa.c | 316 * as the chip anyway ignores all other bits in the register. in pcal64xxa_port_set_raw() 548 * as the chip anyway ignores all other bits in the register. in pcal6408a_outputs_write() 769 * as the chip anyway ignores all other bits in the register. in pcal6416a_outputs_write()
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_test.h | 565 * Ignores data, and calls z_test_1cpu_start() 574 * Ignores data, and calls z_test_1cpu_stop()
|
/Zephyr-latest/doc/develop/flash_debug/ |
D | nordic_segger.rst | 113 ignores them, by running:
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | core.py | 808 '''Run a server that ignores SIGINT, and a client that handles it. 812 - creates a Popen object for the ``server`` command which ignores 879 '''Spawn a child command, ensuring it ignores SIGINT.
|
123