Home
last modified time | relevance | path

Searched refs:setErr (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/logging/
DOldErrorManagerTest.java31 System.setErr(err); in tearDown()
40 System.setErr(st); in test_errorCheck()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThrowableTest.java133 System.setErr(ps); in test_printStackTrace()
135 System.setErr(err); in test_printStackTrace()
DSystemTest.java62 System.setErr(err); in test_setErrLjava_io_PrintStream()
64 System.setErr(orgErr); in test_setErrLjava_io_PrintStream()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DInvocationTargetExceptionTest.java224 System.setErr(ps); in test_printStackTrace()
227 System.setErr(oldErr); in test_printStackTrace()
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadTest.java76 System.setErr(new PrintStream(baos)); in test_dumpStack()
78 System.setErr(savedErr); in test_dumpStack()
/libcore/ojluni/annotations/mmodule/java/lang/
DSystem.annotated.java45 public static void setErr(java.io.PrintStream err) { throw new RuntimeException("Stub!"); } in setErr() method in System
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DSystem.annotated.java45 public static void setErr(@libcore.util.Nullable java.io.PrintStream err) { throw new RuntimeExcept… in setErr() method in System
/libcore/ojluni/annotations/hiddenapi/java/lang/
DSystem.java47 public static void setErr(java.io.PrintStream err) { in setErr() method in System
/libcore/ojluni/src/main/java/java/lang/
DSystem.java198 public static void setErr(PrintStream err) { in setErr() method in System
/libcore/api/
Dcurrent.txt4351 method public static void setErr(@Nullable java.io.PrintStream);