HomeSort by relevance Sort by last modified time
    Searched refs:sneakyThrow (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/java/libcore/util/
SneakyThrow.java 44 * With SneakyThrow, rethrowing is easier:
51 * SneakyThrow.sneakyThrow(thrown);
55 public final class SneakyThrow {
56 private SneakyThrow() {}
58 public static void sneakyThrow(Throwable t) {
59 SneakyThrow.<Error>sneakyThrow2(t);
  /libcore/luni/src/main/java/java/io/
FilterOutputStream.java 21 import libcore.util.SneakyThrow;
75 SneakyThrow.sneakyThrow(thrown);
BufferedWriter.java 21 import libcore.util.SneakyThrow;
107 SneakyThrow.sneakyThrow(thrown);
  /external/guava/guava-tests/test/com/google/common/base/
AbstractIteratorTest.java 86 sneakyThrow(new SomeCheckedException());
183 private static void sneakyThrow(Throwable t) {
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractIteratorTest.java 168 sneakyThrow(new SomeCheckedException());
265 private static void sneakyThrow(Throwable t) {
  /libcore/libart/src/main/java/java/lang/
Class.java 66 import libcore.util.SneakyThrow;
    [all...]

Completed in 724 milliseconds