Home
last modified time | relevance | path

Searched full:ignores (Results 1 – 25 of 60) sorted by relevance

123

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcoverage.py190 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/
Drom_header.S14 * ignores all of these fields except for entry point.
/Zephyr-latest/scripts/ruff/
Dgen_lint_exclude.py31 sys.stdout.write("[lint.per-file-ignores]\n")
/Zephyr-latest/scripts/west_commands/
Dexport.py51 # Filtering out lines that start with -- ignores the normal
/Zephyr-latest/arch/x86/zefi/
Dprintf.h12 * "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/
Dworldsemi,ws2812-rpi_pico-pio.yaml59 for use by PIO. This property only uses the GPIO pin number and ignores flags.
/Zephyr-latest/include/zephyr/net/
Dconn_mgr_monitor.h79 * This is a wrapper for conn_mgr_ignore_iface that ignores all ifaces that use the L2.
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/
DREADME.rst37 when a state handles an event, or explicitly ignores it and passes it up to the parent state.
/Zephyr-latest/include/zephyr/sys/
Dlibc-hooks.h26 /* syscall generation ignores preprocessor, ensure this is defined to ensure
/Zephyr-latest/scripts/native_simulator/common/src/
Dmain.c64 * Note that glibc ignores size. But just in case we set a reasonable in nsi_init()
/Zephyr-latest/boards/native/native_posix/
Dmain.c64 * Note that glibc ignores size. But just in case we set a reasonable in posix_init()
/Zephyr-latest/scripts/ci/
Dtest_plan.py369 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/
Dstrtoul.c40 * Ignores `locale' stuff. Assumes that the upper and lower case
Dstrtoull.c40 * Ignores `locale' stuff. Assumes that the upper and lower case
Dstrtoll.c40 * Ignores `locale' stuff. Assumes that the upper and lower case
Dstrtol.c40 * Ignores `locale' stuff. Assumes that the upper and lower case
/Zephyr-latest/dts/bindings/sensor/
Dnxp,fxos8700-common.yaml105 pulse-detection function ignores the start of a new pulse. The
/Zephyr-latest/drivers/watchdog/
Dwdt_cmsdk_apb.c179 /* In ARM implementation sys_reboot ignores the parameter */ in wdog_cmsdk_apb_isr()
/Zephyr-latest/drivers/timer/
Dsam0_rtc_timer.c303 /* Tickless kernel lets RTC count continually and ignores overflows. */ in sys_clock_driver_init()
/Zephyr-latest/doc/develop/west/
Dbasics.rst113 directories not managed by west. West basically ignores anything in the
Dextensions.rst64 Note that west ignores extension commands whose names are the same as a
/Zephyr-latest/drivers/gpio/
Dgpio_pcal64xxa.c316 * 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/
Dztest_test.h565 * Ignores data, and calls z_test_1cpu_start()
574 * Ignores data, and calls z_test_1cpu_stop()
/Zephyr-latest/doc/develop/flash_debug/
Dnordic_segger.rst113 ignores them, by running:
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py808 '''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