Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 4 of 4) sorted by relevance

/bionic/tools/versioner/
Drun_tests.py15 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/
DDeclarationDatabase.h137 void dump(const std::string& base_path = "", FILE* out = stdout, unsigned indent = 0) const {
138 std::string indent_str(indent, ' ');
/bionic/libc/kernel/tools/
Dcpp.py1029 def format_blocks(tokens, indent=0): argument
1042 indent += 2
1046 if indent >= 2:
1047 indent -= 2
1056 buf = ' ' * indent + '}'
1059 result.append(' ' * indent + '}')
1073 buf += ' ' * indent + str(t)
1082 return result, indent
1084 def write(self, out, indent): argument
1092 return indent
[all …]
/bionic/libc/tools/
Dpylintrc205 indent-string=' '