Home
last modified time | relevance | path

Searched refs:get_indent (Results 1 – 2 of 2) sorted by relevance

/build/soong/scripts/
Dmanifest_fixer.py31 from manifest import get_indent
95 indent = get_indent(manifest.firstChild, 1)
149 indent = get_indent(manifest.firstChild, 1)
154 indent = get_indent(application.firstChild, 2)
172 indent = get_indent(application.previousSibling, 1)
194 indent = get_indent(manifest.firstChild, 1)
199 indent = get_indent(application.firstChild, 2)
222 indent = get_indent(application.previousSibling, 1)
242 indent = get_indent(manifest.firstChild, 1)
262 indent = get_indent(manifest.firstChild, 1)
[all …]
Dmanifest.py112 def get_indent(element, default_level): function