Home
last modified time | relevance | path

Searched defs:indent (Results 1 – 3 of 3) sorted by relevance

/build/soong/starlark_fmt/
Dformat.go26 indent = 4 const
/build/soong/scripts/hiddenapi/
Danalyze_bcpf.py165 def snippet(self, indent): argument
1387 def format_comment_as_text(text, indent): argument
1392 def format_comment_as_lines(text, indent): argument
/build/blueprint/parser/
Dprinter.go504 func (p *printer) indent(i int) { func