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

  /libcore/luni/src/main/java/libcore/util/
SneakyThrow.java 26 public class SneakyThrow {
31 public static void sneakyThrow(Throwable t) {
32 SneakyThrow.<RuntimeException>sneakyThrow_(t);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
SneakyThrow.java 26 public class SneakyThrow {
31 public static void sneakyThrow(Throwable t) {
32 SneakyThrow.<RuntimeException>sneakyThrow_(t);
  /libcore/luni/src/test/java/libcore/libcore/util/
SneakyThrowTest.java 21 import libcore.util.SneakyThrow;
24 * Tests for {@link SneakyThrow}
36 SneakyThrow.sneakyThrow(new Exception());
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
AbstractIteratorTest.java 85 sneakyThrow(new SomeCheckedException());
182 private static void sneakyThrow(Throwable t) {
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
AbstractIteratorTest.java 168 sneakyThrow(new SomeCheckedException());
265 private static void sneakyThrow(Throwable t) {
  /external/guava/guava-tests/test/com/google/common/base/
AbstractIteratorTest.java 88 sneakyThrow(new SomeCheckedException());
196 private static void sneakyThrow(Throwable t) {
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractIteratorTest.java 182 sneakyThrow(new SomeCheckedException());
279 private static void sneakyThrow(Throwable t) {
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 241 milliseconds