Searched refs:get_indent (Results 1 – 2 of 2) sorted by relevance
/build/soong/scripts/ |
D | manifest_fixer.py | 31 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 …]
|
D | manifest.py | 112 def get_indent(element, default_level): function
|