/external/mockito/src/main/java/org/mockito/stubbing/ |
D | BaseStubber.java | 31 Stubber doThrow(Throwable... toBeThrown); in doThrow() method 47 Stubber doThrow(Class<? extends Throwable> toBeThrown); in doThrow() method 66 …Stubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextToBeThrow… in doThrow() method
|
/external/mockito/src/main/java/org/mockito/internal/stubbing/ |
D | DefaultLenientStubber.java | 19 public Stubber doThrow(Throwable... toBeThrown) { in doThrow() method in DefaultLenientStubber 24 public Stubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in DefaultLenientStubber 29 …public Stubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextTo… in doThrow() method in DefaultLenientStubber
|
D | StubberImpl.java | 73 public Stubber doThrow(Throwable... toBeThrown) { in doThrow() method in StubberImpl 85 public Stubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in StubberImpl 101 …public Stubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextTo… in doThrow() method in StubberImpl
|
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/java/com/android/dx/mockito/inline/extended/ |
D | StaticCapableStubber.java | 156 public StaticCapableStubber doThrow(Throwable... toBeThrown) { in doThrow() method in StaticCapableStubber 162 public StaticCapableStubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in StaticCapableStubber 169 public final StaticCapableStubber doThrow(Class<? extends Throwable> toBeThrown, in doThrow() method in StaticCapableStubber
|
D | ExtendedMockito.java | 122 public static StaticCapableStubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in ExtendedMockito 132 public static StaticCapableStubber doThrow(Class<? extends Throwable> toBeThrown, in doThrow() method in ExtendedMockito 142 public static StaticCapableStubber doThrow(Throwable... toBeThrown) { in doThrow() method in ExtendedMockito
|
/external/mockito/src/main/java/org/mockito/ |
D | Mockito.java | 2273 public static Stubber doThrow(Throwable... toBeThrown) { in doThrow() method in Mockito 2296 public static Stubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in Mockito 2323 …public static Stubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>...… in doThrow() method in Mockito
|
/external/neven/ |
D | FaceDetector_jni.cpp | 86 static void doThrow(JNIEnv* env, const char* exc, const char* msg = NULL) in doThrow() function
|
/external/guava/android/guava-testlib/test/com/google/common/testing/ |
D | NullPointerTesterTest.java | 455 public static void doThrow(Object arg) { in doThrow() method in NullPointerTesterTest.PassObject
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | NullPointerTesterTest.java | 508 public static void doThrow(Object arg) { in doThrow() method in NullPointerTesterTest.PassObject
|