Home
last modified time | relevance | path

Searched refs:tab_width (Results 1 – 19 of 19) sorted by relevance

/third_party/harfbuzz/
D.editorconfig10 tab_width = 8
18 tab_width = 8
21 tab_width = 8
/third_party/skia/third_party/externals/harfbuzz/
D.editorconfig10 tab_width = 8
18 tab_width = 8
21 tab_width = 8
/third_party/flutter/skia/third_party/externals/harfbuzz/
D.editorconfig10 tab_width = 8
18 tab_width = 8
/third_party/cups-filters/filter/
Dtexttotext.c106 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/
Dterm.rs709 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/
Dconfig.rs15 pub tab_width: usize, field
34 tab_width: 4, in default()
Drenderer.rs672 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.editorconfig4 tab_width = 3
/third_party/mesa3d/src/gallium/drivers/freedreno/
D.editorconfig4 tab_width = 3
/third_party/mesa3d/src/freedreno/vulkan/
D.editorconfig4 tab_width = 8
/third_party/mesa3d/src/freedreno/ir3/
D.editorconfig4 tab_width = 3
/third_party/libsnd/
D.editorconfig8 tab_width = 4
/third_party/libdrm/amdgpu/
D.editorconfig8 tab_width = 8
/third_party/libdrm/tests/amdgpu/
D.editorconfig8 tab_width = 8
/third_party/skia/third_party/externals/tint/src/diagnostic/
Dformatter.cc206 state.repeat(' ', style_.tab_width); in format()
222 count += (line[i] == '\t') ? style_.tab_width : 1; in format()
Dformatter.h41 size_t tab_width = 2u; member
/third_party/mesa3d/
D.editorconfig9 tab_width = 8
/third_party/node/deps/npm/node_modules/https-proxy-agent/
D.editorconfig6 tab_width = 4
/third_party/python/Lib/distutils/command/
Dcheck.py129 settings.tab_width = 4