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.h251 size_t indent; member
258 const size_t elem_indent = ltv_info->indent += SHELL_PRINT_INDENT_LEVEL_SIZE; in print_ltv_elem()
260 shell_print(ltv_info->sh, "%*s#%zu: type 0x%02x value_len %u", ltv_info->indent, "", in print_ltv_elem()
276 static void print_ltv_array(const struct shell *sh, size_t indent, const uint8_t *ltv_data, in print_ltv_array() argument
282 .indent = indent, in print_ltv_array()
288 shell_error(sh, "%*sInvalid LTV data: %d", indent, "", err); in print_ltv_array()
292 static inline void print_codec_meta_pref_context(const struct shell *sh, size_t indent, in print_codec_meta_pref_context() argument
295 shell_print(sh, "%*sPreferred audio contexts:", indent, ""); in print_codec_meta_pref_context()
297 indent += SHELL_PRINT_INDENT_LEVEL_SIZE; in print_codec_meta_pref_context()
304 shell_print(sh, "%*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.py612 indent = ' ' * 14
616 return textwrap.indent(temp_io.getvalue(), indent)
618 return indent + '(None)'
805 def to_code_block(s, indent=0): argument
809 indent = indent * ' '
811 textwrap.indent(s, indent + ' ') + '\n')
/Zephyr-latest/scripts/west_commands/
Drun_common.py727 def dump_runner_context(command, cls, runners_yaml, indent=''): argument
728 dump_runner_caps(cls, indent)
729 dump_runner_option_help(cls, indent)
735 dump_runner_args(cls.name(), runners_yaml, indent)
740 def dump_runner_caps(cls, indent=''): argument
746 def dump_runner_option_help(cls, indent=''): argument
769 log.inf(indent + runner_help)
771 def dump_runner_args(group, runners_yaml, indent=''): argument
815 def dump_wrapped_lines(text, indent): argument
816 for line in textwrap.wrap(text, initial_indent=indent,
[all …]
/Zephyr-latest/doc/_extensions/zephyr/
Dapi_overview.py43 def visit_group(app, group, all_groups, rows, indent=0): argument
76 span = nodes.Text("".join(["\U000000A0"] * indent))
97 app, get_group(innergroup, all_groups), all_groups, rows, indent + 6
/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/
Dsnippets.py174 def print_appends(self, appends: Appends, indent: int):
175 space = ' ' * indent
Dcheckpatch.pl2324 my $indent;
2519 ($length, $indent) = line_stats($rawline);
2523 ($previndent, $stashindent) = ($stashindent, $indent);
3371 my $indent = length($1);
3372 if ($indent % $tabsize) {
3376 $fixed[$fixlinenr] =~ s@(^\+\t+) +@$1 . "\t" x ($indent/$tabsize)@e;
3717 $indent != $cindent) {
3769 if ($nindent > $indent) {
3869 ($sindent < $indent) ||
3870 ($sindent == $indent &&
[all …]
/Zephyr-latest/scripts/west_commands/runners/
Dnrfutil.py109 indent=4) + '\n'
/Zephyr-latest/scripts/footprint/
Dpack_as_twister.py287 json.dump(res, json_file, indent=4, separators=(',',':'))
Dsize_report872 json.dump(data, fp, indent=4)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dreports.py194 ET.indent(eleTestsuites, space="\t", level=0)
284 ET.indent(eleTestsuites, space="\t", level=0)
484 json.dump(report, json_file, indent=4, separators=(',',':'))
/Zephyr-latest/scripts/ci/
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/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.py192 s += textwrap.indent(child.__str__(), "\t") + "\n"

12