Searched refs:indent_width (Results 1 – 25 of 36) sorted by relevance
12
| /external/emboss/compiler/front_end/ |
| 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))
|
| 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 …]
|
| /external/perfetto/tools/ |
| D | format_sql.py | 541 indent_width: int = 2, 573 indent=indent_width, 588 indent_width: int = 2, 609 formatted = format_sql(sql_file, sql, indent_width, verbose) 617 indent_width: int = 2, 640 formatted = format_sql(sql_file, sql, indent_width, verbose) 678 properly_formatted = check_sql_formatting(args.paths, args.indent_width, 682 format_files_in_place(args.paths, args.indent_width, args.verbose) 687 formatted_sql = format_sql(Path("stdin"), sql_input, args.indent_width)
|
| /external/openthread/tools/tcat_ble_client/cli/ |
| D | command.py | 69 indent_width = 4 70 indentation = ' ' * indent_width * indent
|
| /external/cronet/tot/third_party/jni_zero/ |
| D | .style.yapf | 4 indent_width = 2
|
| /external/webrtc/ |
| D | .style.yapf | 3 indent_width = 2
|
| /external/cronet/stable/testing/flake_suppressor_common/ |
| D | .style.yapf | 5 indent_width = 2
|
| /external/cronet/stable/third_party/jni_zero/ |
| D | .style.yapf | 4 indent_width = 2
|
| /external/cronet/stable/testing/unexpected_passes_common/ |
| D | .style.yapf | 5 indent_width = 2
|
| /external/cronet/tot/testing/unexpected_passes_common/ |
| D | .style.yapf | 5 indent_width = 2
|
| /external/angle/build/skia_gold_common/ |
| D | .style.yapf | 5 indent_width = 2
|
| /external/angle/ |
| D | .style.yapf | 4 indent_width = 4
|
| /external/cronet/tot/build/skia_gold_common/ |
| D | .style.yapf | 5 indent_width = 2
|
| /external/cronet/tot/testing/flake_suppressor_common/ |
| D | .style.yapf | 5 indent_width = 2
|
| /external/cronet/stable/build/skia_gold_common/ |
| D | .style.yapf | 5 indent_width = 2
|
| /external/chromium-trace/catapult/devil/ |
| D | .style.yapf | 7 indent_width = 2
|
| /external/cronet/tot/build/ |
| D | .style.yapf | 6 indent_width = 2
|
| /external/angle/build/ |
| D | .style.yapf | 6 indent_width = 2
|
| /external/cronet/tot/components/cronet/tools/ |
| D | .style.yapf | 6 indent_width = 2
|
| /external/cronet/tot/testing/ |
| D | .style.yapf | 6 indent_width = 2
|
| /external/cronet/stable/components/cronet/tools/ |
| D | .style.yapf | 6 indent_width = 2
|
| /external/cronet/stable/net/tools/ |
| D | .style.yapf | 6 indent_width = 2
|
| /external/cronet/stable/testing/ |
| D | .style.yapf | 6 indent_width = 2
|
| /external/cronet/stable/net/data/ |
| D | .style.yapf | 6 indent_width = 2
|
| /external/cronet/stable/build/ |
| D | .style.yapf | 6 indent_width = 2
|
12