OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sneakyThrow
(Results
1 - 6
of
6
) 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);
/libcore/luni/src/test/java/libcore/util/
SneakyThrowTest.java
22
* Tests for {@link
SneakyThrow
}
34
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-tests/test/com/google/common/base/
AbstractIteratorTest.java
88
sneakyThrow
(new SomeCheckedException());
196
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/collect/
AbstractIteratorTest.java
182
sneakyThrow
(new SomeCheckedException());
279
private static void
sneakyThrow
(Throwable t) {
Completed in 348 milliseconds