Searched refs:BasicFormatter (Results 1 - 2 of 2) sorted by relevance

/external/lldb/test/
H A Dlldbutil.py820 class BasicFormatter(object): class in inherits:object
841 class ChildVisitingFormatter(BasicFormatter):
855 BasicFormatter.format(self, value, buffer=output)
857 BasicFormatter.format(self, child, buffer=output, indent=self.cindent)
861 class RecursiveDecentFormatter(BasicFormatter):
878 BasicFormatter.format(self, value, buffer=output, indent=self.lindent)
882 BasicFormatter.format(self, child, buffer=output, indent=new_indent)
888 BasicFormatter.format(self, child, buffer=output, indent=new_indent)
/external/lldb/test/python_api/value/
H A DTestValueAPI.py85 fmt = lldbutil.BasicFormatter()

Completed in 157 milliseconds