Searched refs:indent (Results 1 – 9 of 9) sorted by relevance
/tools/targets/ |
A D | vsc.py | 80 def print_tree(tree, indent=''): argument 82 print(indent + key) 83 print_tree(subtree, indent + ' ') 159 json.dump(workspace_data, f, indent=4) 242 vsc_file.write(json.dumps(json_obj, ensure_ascii=False, indent=4)) 286 vsc_space_file.write(json.dumps(json_obj, ensure_ascii=False, indent=4)) 321 vsc_file.write(json.dumps(json_dict, ensure_ascii=False, indent=4)) 446 vsc_file.write(json.dumps(json_obj, ensure_ascii=False, indent=4)) 474 vsc_file.write(json.dumps(vsc_settings, ensure_ascii=False, indent=4))
|
/tools/ |
A D | mkromfs.py | 58 def dump(self, indent=0): argument 59 print('%s%s' % (' ' * indent, self._name)) 117 def dump(self, indent=0): argument 118 print('%s%s' % (' ' * indent, self._name)) 120 c.dump(indent + 1)
|
A D | as.sh | 3 astyle --style=allman --indent=spaces=4 --pad-oper --pad-header --unpad-paren --suffix=none --align…
|
A D | vscpyocd.py | 38 vsc_launch_file.write(json.dumps(json_obj, ensure_ascii=False, indent=4)) 70 vsc_tasks_file.write(json.dumps(json_obj, ensure_ascii=False, indent=4))
|
A D | compile_commands.py | 103 json.dump(compile_commands, f, indent=2)
|
A D | WCS.py | 21 return "<" + type(self).__name__ + "> " + pprint.pformat(vars(self), indent=4, width=1)
|
/tools/ng/ |
A D | generator.py | 156 json.dump(config, f, indent=4) 190 json.dump(tasks, f, indent=4) 215 json.dump(launch, f, indent=4) 232 json.dump(settings, f, indent=4)
|
/tools/docs/ |
A D | 构建系统技术原理.md | 414 json.dump(config, f, indent=4) 478 json.dump(commands, f, indent=2)
|
/tools/ci/ |
A D | git_diff_show.py | 237 json.dump(new_config, file, ensure_ascii=False, indent=4)
|
Completed in 40 milliseconds