Searched refs:indent (Results 1 – 12 of 12) sorted by relevance
/build/soong/scripts/ |
D | manifest_fixer.py | 95 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 …]
|
D | manifest.py | 113 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
|
D | jsonmodify.py | 115 json.dump(obj, f, indent=2, separators=(',', ': ')) 118 print(json.dumps(obj, indent=2, separators=(',', ': ')))
|
/build/blueprint/bootstrap/bpdoc/ |
D | properties.go | 276 indent := unicode.IsSpace(r) 277 if indent && !preformatted { 280 } else if !indent && line != "" && preformatted {
|
/build/blueprint/parser/ |
D | printer.go | 144 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/ |
D | edify_generator.py | 45 indent = cmd.index("(")+1 48 x = re.compile("^(.{,%d})\0" % (linelen-indent,)) 51 out.append(" " * indent)
|
D | pylintrc | 269 indent-string=' ' 271 # Number of spaces of indent required inside a hanging or continued line. 272 indent-after-paren=4
|
/build/make/core/tasks/ |
D | find-shareduid-violation.py | 78 print(json.dumps(output, indent=2, sort_keys=True))
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 299 .accordion,.simple{margin-left:1.5em;text-indent:-1.5em;margin-top:.25em}
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-core.css | 377 div.indent {
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 1628 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/ |
D | android-developer-docs.css | 379 div.indent {
|