Searched refs:indent (Results 26 - 31 of 31) sorted by relevance

12

/gem5/src/python/m5/
H A Dmain.py465 pprint(options, indent=4)
469 pprint(arguments, indent=4)
H A Dsimulate.py108 json.dump(d, json_file, indent=4)
H A Dparams.py1358 code.indent(1)
1359 code.indent(1)
1398 code.indent(1)
1402 code.indent(1)
1436 code.indent()
1437 code.indent()
1487 code.indent()
/gem5/ext/mcpat/
H A Dbasic_components.h245 virtual void displayData(uint32_t indent, int plevel);
/gem5/src/dev/arm/
H A Dsmmu_v3_transl.cc653 const char *indent = stage==2 ? " " : ""; local
654 (void) indent; // this is only used in DPRINTFs
676 indent, addr, asid, vmid, walkEntry->pa, stage, level);
680 indent, addr, asid, vmid, stage, level);
/gem5/src/arch/
H A Disa_parser.py63 def indent(s): function
331 self.decode_block = pre + indent(self.decode_block) + post

Completed in 33 milliseconds

12