Searched refs:tab_width (Results 1 – 19 of 19) sorted by relevance
/third_party/harfbuzz/ |
D | .editorconfig | 10 tab_width = 8 18 tab_width = 8 21 tab_width = 8
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | .editorconfig | 10 tab_width = 8 18 tab_width = 8 21 tab_width = 8
|
/third_party/flutter/skia/third_party/externals/harfbuzz/ |
D | .editorconfig | 10 tab_width = 8 18 tab_width = 8
|
/third_party/cups-filters/filter/ |
D | texttotext.c | 106 int tab_width = 8; /* Turn tabs to spaces with given in main() local 435 tab_width = i; in main() 438 i, tab_width); in main() 440 fprintf(stderr, "DEBUG: Tab width: %d\n", tab_width); in main() 785 for (; column % tab_width != 0 && column < text_width; column ++) in main()
|
/third_party/rust/crates/codespan/codespan-reporting/tests/ |
D | term.rs | 709 tab_width: 3, in tab_width_3_no_color() 719 tab_width: 6, in tab_width_6_no_color() 775 tab_width: 2, in tab_width_2_no_color() 785 tab_width: 3, in tab_width_3_no_color() 795 tab_width: 6, in tab_width_6_no_color()
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
D | config.rs | 15 pub tab_width: usize, field 34 tab_width: 4, in default()
|
D | renderer.rs | 672 let tab_width = self.config.tab_width; in char_metrics() localVariable 678 unicode_width: match (ch, tab_width) { in char_metrics() 680 ('\t', _) => tab_width - (unicode_column % tab_width), in char_metrics()
|
/third_party/mesa3d/src/freedreno/ |
D | .editorconfig | 4 tab_width = 3
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | .editorconfig | 4 tab_width = 3
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | .editorconfig | 4 tab_width = 8
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | .editorconfig | 4 tab_width = 3
|
/third_party/libsnd/ |
D | .editorconfig | 8 tab_width = 4
|
/third_party/libdrm/amdgpu/ |
D | .editorconfig | 8 tab_width = 8
|
/third_party/libdrm/tests/amdgpu/ |
D | .editorconfig | 8 tab_width = 8
|
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
D | formatter.cc | 206 state.repeat(' ', style_.tab_width); in format() 222 count += (line[i] == '\t') ? style_.tab_width : 1; in format()
|
D | formatter.h | 41 size_t tab_width = 2u; member
|
/third_party/mesa3d/ |
D | .editorconfig | 9 tab_width = 8
|
/third_party/node/deps/npm/node_modules/https-proxy-agent/ |
D | .editorconfig | 6 tab_width = 4
|
/third_party/python/Lib/distutils/command/ |
D | check.py | 129 settings.tab_width = 4
|