HomeSort by relevance Sort by last modified time
    Searched refs:Throwable (Results 476 - 500 of 3051) sorted by null

<<11121314151617181920>>

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
CertificateExceptionTest.java 44 Throwable th = null;
47 new CertificateException(new Throwable()), new CertificateException(th),
CertificateParsingExceptionTest.java 44 Throwable th = null;
47 new CertificateParsingException(new Throwable()), new CertificateParsingException(th),
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
DigestExceptionTest.java 44 Throwable th = null;
47 new DigestException(new Throwable()), new DigestException(th),
GeneralSecurityExceptionTest.java 44 Throwable th = null;
47 new GeneralSecurityException(new Throwable()), new GeneralSecurityException(th),
InvalidAlgorithmParameterExceptionTest.java 44 Throwable th = null;
47 new InvalidAlgorithmParameterException(new Throwable()), new InvalidAlgorithmParameterException(th),
InvalidKeyExceptionTest.java 44 Throwable th = null;
47 new InvalidKeyException(new Throwable()), new InvalidKeyException(th),
KeyExceptionTest.java 44 Throwable th = null;
47 new KeyException(new Throwable()), new KeyException(th),
KeyManagementExceptionTest.java 44 Throwable th = null;
47 new KeyManagementException(new Throwable()), new KeyManagementException(th),
KeyStoreExceptionTest.java 44 Throwable th = null;
47 new KeyStoreException(new Throwable()), new KeyStoreException(th),
NoSuchAlgorithmExceptionTest.java 44 Throwable th = null;
47 new NoSuchAlgorithmException(new Throwable()), new NoSuchAlgorithmException(th),
ProviderExceptionTest.java 44 Throwable th = null;
47 new ProviderException(new Throwable()), new ProviderException(th),
SignatureExceptionTest.java 44 Throwable th = null;
47 new SignatureException(new Throwable()), new SignatureException(th),
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/serialization/
InvalidKeySpecExceptionTest.java 44 Throwable th = null;
47 new InvalidKeySpecException(new Throwable()), new InvalidKeySpecException(th),
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
HistoryUtils.java 32 * @throws Throwable
35 final ContentViewCore contentViewCore) throws Throwable {
53 * @throws Throwable
56 final ContentViewCore contentViewCore, final int offset) throws Throwable {
72 * @throws Throwable
75 final ContentViewCore contentViewCore) throws Throwable {
90 * @throws Throwable
93 final ContentViewCore contentViewCore) throws Throwable {
108 * @throws Throwable
111 final ContentViewCore contentViewCore) throws Throwable {
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/exceptions/
ElementNotFoundException.java 30 public ElementNotFoundException(Finder finder, Throwable cause) {
38 public ElementNotFoundException(String message, Throwable cause) {
  /external/javassist/src/main/javassist/tools/reflect/
CannotInvokeException.java 31 private Throwable err = null;
36 public Throwable getReason() { return err; }
  /external/junit/src/org/junit/runner/
Computer.java 28 public Runner runnerForClass(Class<?> testClass) throws Throwable {
37 protected Runner getRunner(RunnerBuilder builder, Class<?> testClass) throws Throwable {
  /external/mockito/src/org/mockito/internal/debugging/
LocationImpl.java 15 private final Throwable stackTraceHolder;
24 stackTraceHolder = new Throwable();
  /external/mockito/src/org/mockito/internal/junit/
JUnitTool.java 17 } catch (Throwable t) {
29 AssertionError throwable = (AssertionError) clazz.getConstructors()[0].newInstance(message, wanted, actual); local
30 return throwable;
31 } catch (Throwable t) {
  /external/mockito/src/org/mockito/stubbing/
OngoingStubbing.java 69 * Sets Throwable objects to be thrown when the method is called. E.g:
78 * In that case the last throwable determines the behavior of further consecutive calls.
80 * if throwable is null then exception will be thrown.
88 OngoingStubbing<T> thenThrow(Throwable... throwables);
91 * Sets Throwable classes to be thrown when the method is called. E.g:
97 * Each throwable class will be instantiated for each method invocation.
103 * In that case the last throwable determines the behavior of further consecutive calls.
105 * if throwable is null then exception will be thrown.
114 OngoingStubbing<T> thenThrow(Class<? extends Throwable>... throwableClasses);
151 * public Integer answer(InvocationOnMock invocation) throws Throwable {
    [all...]
  /frameworks/webview/chromium/java/com/android/webview/chromium/
UnimplementedWebViewApi.java 42 Log.getStackTraceString(new Throwable()));
44 StackTraceElement[] trace = new Throwable().getStackTrace();
  /libcore/luni/src/main/java/libcore/util/
EmptyArray.java 31 public static final Throwable[] THROWABLE = new Throwable[0];
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
Log.java 28 public static void d(final String tag, final String message, final Throwable e) {
34 public static void e(final String tag, final String message, final Throwable e) {
  /external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java 43 } catch (Throwable t) {
59 } catch (Throwable t) {
79 } catch (Throwable t) {
100 } catch (Throwable t) {
119 } catch (Throwable t) {
139 } catch (Throwable t) {
160 } catch (Throwable t) {
182 } catch (Throwable t) {
201 } catch (Throwable t) {
224 } catch (Throwable t)
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/
Test_invoke_super.java 134 } catch (Throwable t) {
147 } catch (Throwable t) {
160 } catch (Throwable t) {
175 } catch (Throwable t) {
188 } catch (Throwable t) {
205 } catch (Throwable t) {
222 } catch (Throwable t) {
306 } catch (Throwable t) {
319 } catch (Throwable t) {
333 } catch (Throwable t)
    [all...]

Completed in 1227 milliseconds

<<11121314151617181920>>