/aosp_15_r20/external/emboss/compiler/front_end/ |
H A D | format_emb.py | 35 def __new__(cls, indent_width=2, show_line_types=False): argument 36 return super(cls, Config).__new__(cls, indent_width, show_line_types) 175 def _columnize(blocks, indent_width, indent_columns=1): argument 212 adjustment = block.header.indent * indent_width 236 column_width -= block.header.indent * indent_width 279 def _render_row_to_text(row, indent_width): argument 281 text = ' ' * indent_width * row.indent 286 def _render_rows_to_text(rows, indent_width, show_line_types): argument 290 row_text = _render_row_to_text(row, indent_width) 381 return _render_rows_to_text(rows, config.indent_width, config.show_line_types) [all …]
|
H A D | format_emb_test.py | 95 def make_test_case(name, unformatted_text, expected_text, indent_width): argument 105 format_emb.Config(indent_width=indent_width)) 109 format_emb.Config(indent_width=indent_width, show_line_types=True))
|
H A D | format.py | 109 indent_width=flags.indent))
|
/aosp_15_r20/external/openthread/tools/tcat_ble_client/cli/ |
H A D | command.py | 69 indent_width = 4 70 indentation = ' ' * indent_width * indent
|
H A D | dataset_commands.py | 51 indent_width = 4 52 indentation = ' ' * indent_width
|
/aosp_15_r20/external/angle/ |
H A D | .style.yapf | 4 indent_width = 4
|
/aosp_15_r20/external/angle/build/skia_gold_common/ |
H A D | .style.yapf | 5 indent_width = 2
|
/aosp_15_r20/external/cronet/testing/unexpected_passes_common/ |
H A D | .style.yapf | 5 indent_width = 2
|
/aosp_15_r20/external/cronet/testing/flake_suppressor_common/ |
H A D | .style.yapf | 5 indent_width = 2
|
/aosp_15_r20/external/webrtc/ |
H A D | .style.yapf | 3 indent_width = 2
|
/aosp_15_r20/external/cronet/build/skia_gold_common/ |
H A D | .style.yapf | 5 indent_width = 2
|
/aosp_15_r20/external/cronet/third_party/jni_zero/ |
H A D | .style.yapf | 4 indent_width = 2
|
/aosp_15_r20/external/yapf/yapf/yapflib/ |
H A D | format_decision_state.py | 928 indent_width = style.Get('INDENT_WIDTH') 929 return indent_width * int((column + indent_width - 1) / indent_width)
|
H A D | reformatter.py | 52 indent_width = style.Get('INDENT_WIDTH') 58 indent_amt = indent_width * lline.depth
|
/aosp_15_r20/external/chromium-trace/catapult/devil/ |
H A D | .style.yapf | 7 indent_width = 2
|
/aosp_15_r20/packages/modules/Bluetooth/ |
D | .style.yapf | 4 indent_width: 4
|
/aosp_15_r20/external/cronet/components/cronet/tools/ |
H A D | .style.yapf | 6 indent_width = 2
|
/aosp_15_r20/external/cronet/net/data/ |
H A D | .style.yapf | 6 indent_width = 2
|
/aosp_15_r20/external/cronet/net/tools/ |
H A D | .style.yapf | 6 indent_width = 2
|
/aosp_15_r20/external/cronet/build/ |
H A D | .style.yapf | 6 indent_width = 2
|
/aosp_15_r20/external/angle/build/ |
H A D | .style.yapf | 6 indent_width = 2
|
/aosp_15_r20/external/pigweed/pw_module/py/pw_module/ |
H A D | create.py | 189 def __init__(self, file: Path, indent_width: int = DEFAULT_INDENT_WIDTH): 192 self._indent_width: int = indent_width
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | select_algorithm.py | 411 indent_width: int = 4, 476 return textwrap.indent(self.body.getvalue(), " " * indent_width).strip()
|
/aosp_15_r20/external/yapf/ |
H A D | README.rst | 207 --style='{based_on_style: pep8, indent_width: 2}'
|