Searched refs:indent (Results 1 – 4 of 4) sorted by relevance
/bionic/tools/versioner/ |
D | run_tests.py | 15 def indent(text, spaces=4): function 34 print(indent(expected_output)) 36 print(indent(output)) 43 print(indent(expected_output)) 45 print(indent(output)) 50 print(indent(output))
|
/bionic/tools/versioner/src/ |
D | DeclarationDatabase.h | 138 void dump(const std::string& base_path = "", FILE* out = stdout, unsigned indent = 0) const { 139 std::string indent_str(indent, ' ');
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 1050 def format_blocks(tokens, indent=0): argument 1061 indent += 2 1065 indent -= 2 1074 buf = ' ' * indent + '}' 1077 result.append(' ' * indent + '}') 1091 buf += ' ' * indent + str(t) 1100 return result, indent 1102 def write(self, out, indent): argument 1110 return indent 1115 lines, indent = self.format_blocks(self.tokens, indent) [all …]
|
/bionic/libc/tools/ |
D | pylintrc | 205 indent-string=' '
|