Searched refs:lvl (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/tests/unit/tools/ |
| H A D | generate_ut_proj.py | 104 def write(self, out, lvl): argument 108 obj.write(out, lvl) 113 def write(self, out, lvl): argument 122 def write(self, out, lvl): argument 136 def write(self, out, lvl): argument 141 def write(self, out, lvl): argument 142 self.fn().write(out, lvl) 160 def write(self, out, lvl): argument 181 v.write(out, lvl+1)
|
| /xnu-12377.81.4/tools/trace/ |
| H A D | parse_ipc_trace.py | 491 lvl = 0 507 lvl += 1 509 sys.stderr.write("{}following {}\n".format(' |--'*lvl, f))
|