Home
last modified time | relevance | path

Searched refs:sout (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DLoggingPrintStreamTest.java45 StringWriter sout = new StringWriter(); in testPrintException() local
46 t.printStackTrace(new PrintWriter(sout)); in testPrintException()
51 String[] lines = sout.toString().split("\\n"); in testPrintException()
/frameworks/base/tools/aapt2/java/
DProguardRules_test.cpp32 StringOutputStream sout(&out); in GetKeepSetString() local
33 proguard::WriteKeepSet(set, &sout, minimal_rules, false); in GetKeepSetString()
34 sout.Flush(); in GetKeepSetString()