Home
last modified time | relevance | path

Searched refs:throwIt (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DAbstractIteratorTest.java185 void throwIt(Throwable t) throws T { in sneakyThrow() method in AbstractIteratorTest.SneakyThrower
189 new SneakyThrower<Error>().throwIt(t); in sneakyThrow()
/external/guava/guava-tests/test/com/google/common/base/
DAbstractIteratorTest.java199 void throwIt(Throwable t) throws T { in sneakyThrow() method in AbstractIteratorTest.SneakyThrower
203 new SneakyThrower<Error>().throwIt(t); in sneakyThrow()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DAbstractIteratorTest.java268 void throwIt(Throwable t) throws T { in sneakyThrow() method in AbstractIteratorTest.SneakyThrower
272 new SneakyThrower<Error>().throwIt(t); in sneakyThrow()
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractIteratorTest.java282 void throwIt(Throwable t) throws T { in sneakyThrow() method in AbstractIteratorTest.SneakyThrower
286 new SneakyThrower<Error>().throwIt(t); in sneakyThrow()