Searched refs:sout (Results 1 – 2 of 2) sorted by relevance
45 StringWriter sout = new StringWriter(); in testPrintException() local46 t.printStackTrace(new PrintWriter(sout)); in testPrintException()51 String[] lines = sout.toString().split("\\n"); in testPrintException()
32 StringOutputStream sout(&out); in GetKeepSetString() local33 proguard::WriteKeepSet(set, &sout, minimal_rules, false); in GetKeepSetString()34 sout.Flush(); in GetKeepSetString()