/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | audio.h | 251 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 | .yamllint | 12 indent-sequences: consistent
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 612 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/ |
D | run_common.py | 727 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/ |
D | api_overview.py | 43 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/ |
D | pinctrl_nrf_migrate.py | 303 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)
|
D | twister_to_list.py | 49 yaml.indent(offset=2)
|
D | board_v1_to_v2.py | 88 yaml.indent(sequence=4, offset=2)
|
/Zephyr-latest/scripts/build/ |
D | parse_syscalls.py | 202 indent=4, 209 indent=4,
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_footprint.py | 85 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/ |
D | snippets.py | 174 def print_appends(self, appends: Appends, indent: int): 175 space = ' ' * indent
|
D | checkpatch.pl | 2324 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/ |
D | nrfutil.py | 109 indent=4) + '\n'
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 287 json.dump(res, json_file, indent=4, separators=(',',':'))
|
D | size_report | 872 json.dump(data, fp, indent=4)
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | reports.py | 194 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/ |
D | upload_test_results_es.py | 275 print(json.dumps(x, indent=4))
|
D | test_plan.py | 516 json.dump(data, json_file, indent=4, separators=(',',':'))
|
/Zephyr-latest/scripts/kconfig/ |
D | menuconfig.py | 2693 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)
|
D | kconfiglib.py | 3350 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:])
|
D | guiconfig.py | 2168 def _split_expr_info(expr, indent): argument 2186 s += "{}{} {}".format(indent*" ",
|
/Zephyr-latest/scripts/ci/coverage/ |
D | coverage_analysis.py | 298 json_object = json.dumps(json_object, indent=4)
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 41 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/ |
D | bicrgen.py | 699 json.dump(buf, f, indent=4)
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 192 s += textwrap.indent(child.__str__(), "\t") + "\n"
|