Home
last modified time | relevance | path

Searched defs:rethrow (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/android/system/
DErrnoExceptionTest.java60 @Test public void rethrow() { in rethrow() method in ErrnoExceptionTest
/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinTask.java645 static void rethrow(Throwable ex) { in rethrow() method in ForkJoinTask