Searched refs:INDENT_INCREMENT (Results 1 – 4 of 4) sorted by relevance
201 … s.append (indent + INDENT_INCREMENT + "block " + bl + " (" + m_blockSizes [bl] + " instrs) : "); in toString()211 s.append (indent + INDENT_INCREMENT + "---"); in toString()217 s.append (indent + INDENT_INCREMENT + "line " + lines [l] + ": "); in toString()
157 s.append (m_methods [m].toString (indent + INDENT_INCREMENT)); in toString()
28 String INDENT_INCREMENT = " "; field
301 incIndent (INDENT_INCREMENT); in incIndent()314 decIndent (INDENT_INCREMENT); in decIndent()357 private static final int INDENT_INCREMENT = 2; field in ReportGenerator.IndentingWriter