Home
last modified time | relevance | path

Searched refs:toThrow (Results 1 – 9 of 9) sorted by relevance

/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DHttpURLConnectionImpl.java445 IOException toThrow = e.getCause(); in execute()
446 httpEngineFailure = toThrow; in execute()
447 throw toThrow; in execute()
457 IOException toThrow = e.getLastConnectException(); in execute()
458 httpEngineFailure = toThrow; in execute()
459 throw toThrow; in execute()
/external/mockito/src/org/mockito/stubbing/
DVoidMethodStubbable.java43 VoidMethodStubbable<T> toThrow(Throwable throwable); in toThrow() method
DDeprecatedOngoingStubbing.java63 DeprecatedOngoingStubbing<T> toThrow(Throwable throwable); in toThrow() method
/external/mockito/src/org/mockito/internal/stubbing/
DVoidMethodStubbableImpl.java21 public VoidMethodStubbable<T> toThrow(Throwable throwable) { in toThrow() method in VoidMethodStubbableImpl
DBaseStubbing.java76 public DeprecatedOngoingStubbing<T> toThrow(Throwable throwable) { in toThrow() method in BaseStubbing
/external/dexmaker/src/main/java/com/google/dexmaker/
DCode.java387 public void throwValue(Local<? extends Throwable> toThrow) { in throwValue() argument
389 RegisterSpecList.make(toThrow.spec()), catches)); in throwValue()
/external/robolectric/lib/test/
Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...
/external/vogar/lib/
Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...
/external/dexmaker/lib/
Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...