Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/audio/shell/
Daudio.h250 size_t indent; member
257 const size_t elem_indent = ltv_info->indent += SHELL_PRINT_INDENT_LEVEL_SIZE; in print_ltv_elem()
259 bt_shell_print("%*s#%zu: type 0x%02x value_len %u", ltv_info->indent, "", in print_ltv_elem()
275 static void print_ltv_array(size_t indent, const uint8_t *ltv_data, size_t ltv_data_len) in print_ltv_array() argument
279 .indent = indent, in print_ltv_array()
285 bt_shell_error("%*sInvalid LTV data: %d", indent, "", err); in print_ltv_array()
289 static inline void print_codec_meta_pref_context(size_t indent, enum bt_audio_context context) in print_codec_meta_pref_context() argument
291 bt_shell_print("%*sPreferred audio contexts:", indent, ""); in print_codec_meta_pref_context()
293 indent += SHELL_PRINT_INDENT_LEVEL_SIZE; in print_codec_meta_pref_context()
300 bt_shell_print("%*s%s (0x%04X)", indent, "", in print_codec_meta_pref_context()
[all …]
/Zephyr-latest/
D.yamllint12 indent-sequences: consistent
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py615 indent = ' ' * 14
619 return textwrap.indent(temp_io.getvalue(), indent)
621 return indent + '(None)'
808 def to_code_block(s, indent=0): argument
812 indent = indent * ' '
814 textwrap.indent(s, indent + ' ') + '\n')
/Zephyr-latest/doc/_extensions/zephyr/
Dapi_overview.py87 def visit_group(self, group, all_groups, rows, indent=0): argument
126 span = nodes.Text("".join(["\U000000A0"] * indent))
147 get_group(innergroup, all_groups), all_groups, rows, indent + 6
/Zephyr-latest/scripts/west_commands/
Drun_common.py744 def dump_runner_context(command, cls, runners_yaml, indent=''): argument
745 dump_runner_caps(cls, indent)
746 dump_runner_option_help(cls, indent)
752 dump_runner_args(cls.name(), runners_yaml, indent)
757 def dump_runner_caps(cls, indent=''): argument
763 def dump_runner_option_help(cls, indent=''): argument
786 log.inf(indent + runner_help)
788 def dump_runner_args(group, runners_yaml, indent=''): argument
832 def dump_wrapped_lines(text, indent): argument
833 for line in textwrap.wrap(text, initial_indent=indent,
[all …]
/Zephyr-latest/scripts/utils/
Dpinctrl_nrf_migrate.py303 def fmt_states(device: str, indent: str, needs_sleep: bool) -> str:
400 indent = ""
423 elif not indent:
426 indent = m.group(1)
434 fmt_states(config.name, indent, current_device.needs_sleep)
Dtwister_to_list.py49 yaml.indent(offset=2)
Dboard_v1_to_v2.py88 yaml.indent(sequence=4, offset=2)
/Zephyr-latest/scripts/build/
Dparse_syscalls.py202 indent=4,
209 indent=4,
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_footprint.py85 f.write(json.dumps(j, indent=4))
211 f.write(json.dumps(j, indent=4))
280 f.write(json.dumps(j, indent=4))
353 f.write(json.dumps(j, indent=4))
450 f.write(json.dumps(j, indent=4))
/Zephyr-latest/scripts/ci/
Dtwister_report_analyzer.py85 def print_counters(self, indent: int = 0):
89 value.subcounters.print_counters(indent + 4)
300 json.dump(data, f, indent=4, cls=EnhancedJSONEncoder)
Dupload_test_results_es.py275 print(json.dumps(x, indent=4))
Dtest_plan.py516 json.dump(data, json_file, indent=4, separators=(',',':'))
/Zephyr-latest/scripts/
Dsnippets.py174 def print_appends(self, appends: Appends, indent: int):
175 space = ' ' * indent
Dcheckpatch.pl2327 my $indent;
2522 ($length, $indent) = line_stats($rawline);
2526 ($previndent, $stashindent) = ($stashindent, $indent);
3374 my $indent = length($1);
3375 if ($indent % $tabsize) {
3379 $fixed[$fixlinenr] =~ s@(^\+\t+) +@$1 . "\t" x ($indent/$tabsize)@e;
3720 $indent != $cindent) {
3772 if ($nindent > $indent) {
3872 ($sindent < $indent) ||
3873 ($sindent == $indent &&
[all …]
/Zephyr-latest/scripts/footprint/
Dpack_as_twister.py287 json.dump(res, json_file, indent=4, separators=(',',':'))
Dsize_report879 json.dump(data, fp, indent=4)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dreports.py202 ET.indent(eleTestsuites, space="\t", level=0)
292 ET.indent(eleTestsuites, space="\t", level=0)
494 json.dump(report, json_file, indent=4, separators=(',',':'), cls=ReportingJSONEncoder)
/Zephyr-latest/scripts/kconfig/
Dmenuconfig.py2693 def _split_expr_info(expr, indent): argument
2711 s += "{}{} {}".format(indent*" ",
2970 indent = 0
2973 indent += _SUBMENU_INDENT
2977 s = "{:{}}".format(_value_str(node), 3 + indent)
Dkconfiglib.py3350 indent = len_(expline) - len_(expline.lstrip())
3351 if not indent:
3359 lines = [expline[indent:]]
3372 if len_(expline) - len_(expline.lstrip()) < indent:
3374 add_line(expline[indent:])
Dguiconfig.py2168 def _split_expr_info(expr, indent): argument
2186 s += "{}{} {}".format(indent*" ",
/Zephyr-latest/scripts/ci/coverage/
Dcoverage_analysis.py298 json_object = json.dumps(json_object, indent=4)
/Zephyr-latest/doc/contribute/documentation/
Dguidelines.rst41 is rendered too. For lists and directives, indent the content text to
45 showing where to indent the continuation line.
85 the start of a paragraph and indent continuation lines with two
571 (``::``) and indent the code block content that follows it by three spaces. On output, only one
/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicrgen.py699 json.dump(buf, f, indent=4)
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py214 s += textwrap.indent(child.__str__(), "\t") + "\n"

12