Searched full:ignores (Results 1 – 25 of 42) sorted by relevance
12
/Zephyr-Core-2.7.6/arch/x86/zefi/ |
D | printf.h | 11 * "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/ |
D | test_plan.py | 245 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/ |
D | generic_toolchain.cmake | 18 but Zephyr ignores flags from the environment. Use 'cmake -DEXTRA_${var}=$ENV{${var}}' instead.")
|
/Zephyr-Core-2.7.6/scripts/west_commands/ |
D | export.py | 53 # Filtering out lines that start with -- ignores the normal
|
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/ |
D | nmi.c | 45 /* In ARM implementation sys_reboot ignores the parameter */ in DefaultHandler()
|
/Zephyr-Core-2.7.6/include/sys/ |
D | libc-hooks.h | 21 /* syscall generation ignores preprocessor, ensure this is defined to ensure
|
/Zephyr-Core-2.7.6/boards/posix/nrf52_bsim/ |
D | main.c | 67 * 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/ |
D | strtoul.c | 43 * Ignores `locale' stuff. Assumes that the upper and lower case
|
D | strtol.c | 42 * Ignores `locale' stuff. Assumes that the upper and lower case
|
/Zephyr-Core-2.7.6/dts/bindings/sensor/ |
D | nxp,fxos8700.yaml | 118 pulse-detection function ignores the start of a new pulse. The
|
/Zephyr-Core-2.7.6/drivers/watchdog/ |
D | wdt_cmsdk_apb.c | 168 /* In ARM implementation sys_reboot ignores the parameter */ in wdog_cmsdk_apb_isr()
|
D | wdt_esp32.c | 64 /* ESP32 ignores writes to any register if WDTWPROTECT doesn't contain the
|
/Zephyr-Core-2.7.6/scripts/west_commands/runners/ |
D | core.py | 552 '''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/ |
D | native_posix_console.c | 36 * 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/ |
D | basics.rst | 105 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-Core-2.7.6/drivers/timer/ |
D | sam0_rtc_timer.c | 227 /* Tickless kernel lets RTC count continually and ignores overflows. */ in sys_clock_driver_init()
|
/Zephyr-Core-2.7.6/include/drivers/ |
D | gpio.h | 787 * 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/ |
D | nordic_segger.rst | 113 ignores them, by running:
|
/Zephyr-Core-2.7.6/include/canbus/ |
D | isotp.h | 140 * If ISO-TP fixed addressing is used, isotp_bind ignores SA and
|
/Zephyr-Core-2.7.6/include/arch/x86/ia32/ |
D | segmentation.h | 197 uint8_t avl:1; /* CPU ignores this */
|
/Zephyr-Core-2.7.6/doc/_extensions/zephyr/ |
D | application.py | 258 # FIXME: doing this unconditionally essentially ignores the
|
/Zephyr-Core-2.7.6/scripts/pylib/twister/ |
D | twisterlib.py | 3821 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/ |
D | gpio_pcal6408a.c | 326 * 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/ |
D | linker.ld | 43 * the output tooling ignores it, but it will cause the linker to emit
|
12