Home
last modified time | relevance | path

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

/xnu-11215/tools/
H A Dformat_vm_parameter_validation.py62 format_indent = format_indent_width * ' ' variable
148 print(format_indent + '(' + ', '.join(output) + ')')
340 if prev_row_label != '': print(format_indent + prev_row_label)
341 print(format_indent, end='')
349 if prev_row_label: print(format_indent + prev_row_label)
436 print(format_indent, end='')
441 print(format_indent + result.parameters[0])
455 print(format_indent + 'too many dimensions')
527 print(format_indent + 'config ' + test.config)
531 print(format_indent + 'no results')
[all …]