Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 12 of 12) sorted by relevance

/build/soong/scripts/
Dmanifest_fixer.py95 indent = get_indent(manifest.firstChild, 1)
100 manifest.insertBefore(doc.createTextNode(indent), manifest.firstChild)
149 indent = get_indent(manifest.firstChild, 1)
151 manifest.insertBefore(doc.createTextNode(indent), first)
154 indent = get_indent(application.firstChild, 2)
165 application.insertBefore(doc.createTextNode(indent), last)
172 indent = get_indent(application.previousSibling, 1)
173 application.appendChild(doc.createTextNode(indent))
194 indent = get_indent(manifest.firstChild, 1)
196 manifest.insertBefore(doc.createTextNode(indent), first)
[all …]
Dmanifest.py113 indent = ''
116 indent = text[:len(text)-len(text.lstrip())]
117 if not indent or indent == '\n':
119 indent = '\n' + (' ' * default_level * 4)
120 return indent
Djsonmodify.py115 json.dump(obj, f, indent=2, separators=(',', ': '))
118 print(json.dumps(obj, indent=2, separators=(',', ': ')))
/build/blueprint/bootstrap/bpdoc/
Dproperties.go276 indent := unicode.IsSpace(r)
277 if indent && !preformatted {
280 } else if !indent && line != "" && preformatted {
/build/blueprint/parser/
Dprinter.go144 p.indent(p.curIndent() + 4)
164 p.indent(p.curIndent() + 4)
190 p.indent(p.curIndent() + 4)
375 func (p *printer) indent(i int) { func
/build/make/tools/releasetools/
Dedify_generator.py45 indent = cmd.index("(")+1
48 x = re.compile("^(.{,%d})\0" % (linelen-indent,))
51 out.append(" " * indent)
Dpylintrc269 indent-string=' '
271 # Number of spaces of indent required inside a hanging or continued line.
272 indent-after-paren=4
/build/make/core/tasks/
Dfind-shareduid-violation.py78 print(json.dumps(output, indent=2, sort_keys=True))
/build/soong/cmd/soong_build/
Dwritedocs.go299 .accordion,.simple{margin-left:1.5em;text-indent:-1.5em;margin-top:.25em}
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-core.css377 div.indent {
/build/make/tools/droiddoc/templates-ndk/assets/css/
Ddefault.css1628 text-indent: -1000em;
2320 text-indent: -1000em;
2576 text-indent: -1000em;
3198 text-indent: -1000em;
4316 text-indent:-9999em;
4680 text-indent:-8000px;
4836 text-indent: -20000px;
/build/make/tools/droiddoc/templates-ndk/assets/
Dandroid-developer-docs.css379 div.indent {