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 | 1049 def format_blocks(tokens, indent=0): argument 1060 indent += 2 1064 indent -= 2 1073 buf = ' ' * indent + '}' 1076 result.append(' ' * indent + '}') 1090 buf += ' ' * indent + str(t) 1099 return result, indent 1101 def writeWithWarning(self, out, warning, left_count, repeat_count, indent): argument 1109 return left_count, indent 1119 lines, indent = self.format_blocks(self.tokens, indent) [all …]
|
/bionic/libc/tools/ |
D | pylintrc | 205 indent-string=' '
|