Home
last modified time | relevance | path

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

12

/Zephyr-Core-2.7.6/arch/x86/zefi/
Dprintf.h11 * "l" qualifier on %d and %x (and silently ignores one %s/%c/%p).
12 * Accepts, but ignores, field width and precision values that match:
/Zephyr-Core-2.7.6/scripts/ci/
Dtest_plan.py245 ignores = twister_ignore.read().splitlines()
246 ignores = filter(lambda x: not x.startswith("#"), ignores)
251 for pattern in ignores:
/Zephyr-Core-2.7.6/cmake/
Dgeneric_toolchain.cmake18 but Zephyr ignores flags from the environment. Use 'cmake -DEXTRA_${var}=$ENV{${var}}' instead.")
/Zephyr-Core-2.7.6/scripts/west_commands/
Dexport.py53 # Filtering out lines that start with -- ignores the normal
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/
Dnmi.c45 /* In ARM implementation sys_reboot ignores the parameter */ in DefaultHandler()
/Zephyr-Core-2.7.6/include/sys/
Dlibc-hooks.h21 /* syscall generation ignores preprocessor, ensure this is defined to ensure
/Zephyr-Core-2.7.6/boards/posix/nrf52_bsim/
Dmain.c67 * Note that glibc ignores size. But just in case we set a reasonable in main()
/Zephyr-Core-2.7.6/lib/libc/minimal/source/stdlib/
Dstrtoul.c43 * Ignores `locale' stuff. Assumes that the upper and lower case
Dstrtol.c42 * Ignores `locale' stuff. Assumes that the upper and lower case
/Zephyr-Core-2.7.6/dts/bindings/sensor/
Dnxp,fxos8700.yaml118 pulse-detection function ignores the start of a new pulse. The
/Zephyr-Core-2.7.6/drivers/watchdog/
Dwdt_cmsdk_apb.c168 /* In ARM implementation sys_reboot ignores the parameter */ in wdog_cmsdk_apb_isr()
Dwdt_esp32.c64 /* ESP32 ignores writes to any register if WDTWPROTECT doesn't contain the
/Zephyr-Core-2.7.6/scripts/west_commands/runners/
Dcore.py552 '''Run a server that ignores SIGINT, and a client that handles it.
556 - creates a Popen object for the ``server`` command which ignores
621 '''Spawn a child command, ensuring it ignores SIGINT.
/Zephyr-Core-2.7.6/drivers/console/
Dnative_posix_console.c36 * ignores size. But just in case we set a reasonable number in case in native_posix_stdout_init()
/Zephyr-Core-2.7.6/doc/guides/west/
Dbasics.rst105 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-Core-2.7.6/drivers/timer/
Dsam0_rtc_timer.c227 /* Tickless kernel lets RTC count continually and ignores overflows. */ in sys_clock_driver_init()
/Zephyr-Core-2.7.6/include/drivers/
Dgpio.h787 * physical level will be interpreted as value 1. This function ignores
849 * value 1 will set it to a high physical level. This function ignores
1050 * physical level will be interpreted as value 1. This function ignores
1138 * ignores GPIO_ACTIVE_LOW flag.
/Zephyr-Core-2.7.6/doc/guides/tools/
Dnordic_segger.rst113 ignores them, by running:
/Zephyr-Core-2.7.6/include/canbus/
Disotp.h140 * If ISO-TP fixed addressing is used, isotp_bind ignores SA and
/Zephyr-Core-2.7.6/include/arch/x86/ia32/
Dsegmentation.h197 uint8_t avl:1; /* CPU ignores this */
/Zephyr-Core-2.7.6/doc/_extensions/zephyr/
Dapplication.py258 # FIXME: doing this unconditionally essentially ignores the
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dtwisterlib.py3821 self.ignores = []
3824 self.ignores.append('*' + pattern + '*')
3827 self.ignores.append('*/' + pattern + '/*')
3857 for i in self.ignores:
3877 self.ignores = []
3880 self.ignores.append('.*' + pattern + '.*')
3883 self.ignores.append(".*/" + pattern + '/.*')
3894 excludes = Gcovr._interleave_list("-e", self.ignores)
/Zephyr-Core-2.7.6/drivers/gpio/
Dgpio_pcal6408a.c326 * as the chip anyway ignores all other bits in the register. in pcal6408a_port_set_raw()
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/cavs_v20/
Dlinker.ld43 * the output tooling ignores it, but it will cause the linker to emit

12