Home
last modified time | relevance | path

Searched refs:formatter (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/scripts/utils/
Dconvert_guidelines.py53 formatter = None
67 formatter = CppCheckFormatter()
97 formatter.table_start_print(outputfile)
113 formatter.severity_print(outputfile, guideline_number, res.group(1))
118 formatter.description_print(outputfile, guideline_number, res.group(1))
124 formatter.closing_print(outputfile)
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Ddata_types.py135 formatter = endianness + fmt
138 self.data_types[data_type]['fmt'] = formatter
140 size = struct.calcsize(formatter)
/Zephyr-latest/scripts/pylib/build_helpers/
Ddomains.py53 formatter = logging.Formatter('%(name)s - %(levelname)s - %(message)s') variable
55 handler.setFormatter(formatter)
/Zephyr-latest/lib/os/
Dcbprintf_packaged.c51 cbvprintf_external_formatter_func formatter, in cbprintf_via_va_list() argument
76 cbvprintf_external_formatter_func formatter, in cbprintf_via_va_list() argument
92 return formatter(out, ctx, fmt, u.ap); in cbprintf_via_va_list()
114 cbvprintf_external_formatter_func formatter, in cbprintf_via_va_list() argument
129 return formatter(out, ctx, fmt, u.ap); in cbprintf_via_va_list()
151 cbvprintf_external_formatter_func formatter, in cbprintf_via_va_list() argument
165 return formatter(out, ctx, fmt, u.ap); in cbprintf_via_va_list()
180 cbvprintf_external_formatter_func formatter, in cbprintf_via_va_list() argument
191 return formatter(out, ctx, fmt, u.ap); in cbprintf_via_va_list()
832 cbvprintf_external_formatter_func formatter, in cbpprintf_external() argument
[all …]
DKconfig.cbprintf18 # nano needs to count characters if it's the formatter for libc
118 using the cbprintf formatter underneath. The wrappers use the C
/Zephyr-latest/subsys/net/lib/prometheus/
DCMakeLists.txt9 formatter.c
/Zephyr-latest/scripts/logging/dictionary/
Ddatabase_gen.py178 formatter = "<"
180 formatter = ">"
184 formatter += "Q"
187 formatter += "L"
190 formatter += "B"
192 datum_size = struct.calcsize(formatter)
216 str_ptr, level = struct.unpack(formatter, datum)
/Zephyr-latest/tests/lib/cbprintf_fp/
DKconfig5 prompt "Select print formatter"
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtwister_main.py43 formatter = logging.Formatter("%(asctime)s - %(levelname)s - %(message)s")
45 formatter = logging.Formatter("%(levelname)-7s - %(message)s")
50 ch.setFormatter(formatter)
/Zephyr-latest/scripts/west_commands/
Drun_common.py752 formatter = dummy_parser._get_formatter()
761 formatter.start_section('REMOVE ME')
762 formatter.add_text(group.description)
763 formatter.add_arguments(actions)
764 formatter.end_section()
766 runner_help = f'\n{indent}'.join(formatter.format_help().splitlines()[1:])
/Zephyr-latest/doc/services/
Dformatted_output.rst37 formatter rather than pulling in another formatter from libc.
40 the very space-optimized but limited formatter used for :c:func:`printk`
/Zephyr-latest/subsys/logging/
DKconfig.formatting122 Enable support for custom formatter.
212 Enable support for custom formatter for the timestamp.
/Zephyr-latest/drivers/misc/coresight/
DKconfig74 sent on regular intervals. This frame is sent between Coresight formatter
/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h651 cbvprintf_external_formatter_func formatter,
/Zephyr-latest/scripts/release/
Dlist_devicetree_bindings_changes.py440 formatter: Callable[[Binding], str]
/Zephyr-latest/doc/releases/
Drelease-notes-1.8.rst78 * drivers/sensor: Convert formatter strings to use PRI defines
Drelease-notes-3.3.rst2732 - :github:`53674` - net: lwm2m: senml cbor formatter relying on implementation detail / inconsisten…
/Zephyr-latest/doc/build/dts/
Dtroubleshooting.rst282 It's usually easiest to run a style formatter on the results before opening