HomeSort by relevance Sort by last modified time
    Searched refs:iae (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/apache-harmony/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationFormatErrorTest.java 41 IllegalArgumentException iae = new IllegalArgumentException(); local
42 AnnotationFormatError e = new AnnotationFormatError(iae);
43 assertSame(iae, e.getCause());
51 IllegalArgumentException iae = new IllegalArgumentException(); local
52 AnnotationFormatError e = new AnnotationFormatError("some message", iae);
54 assertSame(iae, e.getCause());
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationFormatErrorTest.java 31 IllegalArgumentException iae = new IllegalArgumentException(); local
32 AnnotationFormatError e = new AnnotationFormatError(iae);
33 assertSame(iae, e.getCause());
37 IllegalArgumentException iae = new IllegalArgumentException(); local
38 AnnotationFormatError e = new AnnotationFormatError("some message", iae);
40 assertSame(iae, e.getCause());
  /dalvik/tests/075-verification-error/src/
Main.java 92 } catch (IllegalAccessError iae) {
94 if (VERBOSE) System.out.println("--- " + iae);
100 } catch (IllegalAccessError iae) {
102 if (VERBOSE) System.out.println("--- " + iae);
108 } catch (IllegalAccessError iae) {
110 if (VERBOSE) System.out.println("--- " + iae);
116 } catch (IllegalAccessError iae) {
118 if (VERBOSE) System.out.println("--- " + iae);
125 } catch (IllegalAccessError iae) {
127 if (VERBOSE) System.out.println("--- " + iae);
    [all...]
  /dalvik/tests/024-illegal-access/src/
Main.java 25 } catch (IllegalAccessError iae) {
36 } catch (IllegalAccessError iae) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ServiceConfigurationErrorTest.java 48 IllegalArgumentException iae = new IllegalArgumentException( local
49 "info in the IAE");
51 iae);
53 assertEquals(iae, e.getCause());
54 assertEquals("info in the IAE", e.getCause().getMessage());
65 new IllegalArgumentException("info in the IAE")));
75 new IllegalArgumentException("info in the IAE"));
  /dalvik/tests/068-classloader/src/
Main.java 86 } catch (IllegalAccessException iae) {
88 //System.out.println("+++ " + iae);
106 System.out.println("Got expected CNFE/IAE #2");
108 System.err.println("Got unexpected CNFE/IAE #2");
126 System.out.println("Got expected CNFE/IAE #3");
128 System.err.println("Got unexpected CNFE/IAE #3");
157 } catch (IllegalAccessException iae) {
158 System.err.println("newInstance failed: " + iae);
204 } catch (IllegalAccessException iae) {
205 System.err.println("newInstance failed: " + iae);
    [all...]
FancyLoader.java 100 } catch (IllegalAccessException iae) {
101 throw new ClassNotFoundException("newInstance failed", iae);
122 } catch (IllegalAccessException iae) {
123 throw new ClassNotFoundException("loadClass failed", iae);
  /dalvik/tests/044-proxy/src/
Clash.java 36 } catch (IllegalArgumentException iae) {
45 } catch (IllegalArgumentException iae) {
Clash2.java 35 } catch (IllegalArgumentException iae) {
Clash3.java 39 } catch (IllegalArgumentException iae) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldThrowableTest.java 82 IllegalArgumentException iae = new IllegalArgumentException(); local
84 thr.initCause(iae);
85 assertEquals("getCause returns incorrect cause.", iae, thr.getCause());
93 thr.initCause(iae);
101 thr.initCause(iae);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/check_cast/
Test_check_cast.java 63 } catch (ClassCastException iae) {
134 } catch (IllegalAccessError iae) {
149 } catch (NoClassDefFoundError iae) {
  /frameworks/wilhelm/src/android/
android_Effect.h 79 extern SLresult android_genericFx_createEffect(IAndroidEffect* iae, SLInterfaceID pUuid,
82 extern SLresult android_genericFx_releaseEffect(IAndroidEffect* iae, SLInterfaceID pUuid);
84 extern SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid,
87 extern SLresult android_genericFx_isEnabled(IAndroidEffect* iae, SLInterfaceID pUuid,
90 extern SLresult android_genericFx_sendCommand(IAndroidEffect* iae, SLInterfaceID pUuid,
94 extern bool android_genericFx_hasEffect(IAndroidEffect* iae, SLInterfaceID pUuid);
  /libcore/luni/src/test/java/tests/api/java/util/
SimpleTimeZoneTest.java 476 } catch(IllegalArgumentException iae) {
483 } catch(IllegalArgumentException iae) {
490 } catch(IllegalArgumentException iae) {
517 } catch(IllegalArgumentException iae) {
524 } catch(IllegalArgumentException iae) {
531 } catch(IllegalArgumentException iae) {
538 } catch(IllegalArgumentException iae) {
571 } catch(IllegalArgumentException iae) {
578 } catch(IllegalArgumentException iae) {
585 } catch(IllegalArgumentException iae) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodTest.java 29 } catch (IllegalArgumentException iae) {
30 assertEquals("wrong number of arguments; expected 1, got 0", iae.getMessage());
35 } catch (IllegalArgumentException iae) {
36 assertEquals("argument 1 should have type int, got java.lang.String", iae.getMessage());
41 } catch (IllegalArgumentException iae) {
42 assertEquals("argument 1 should have type int, got null", iae.getMessage());
47 } catch (IllegalArgumentException iae) {
48 assertEquals("expected receiver of type java.lang.String, but got java.lang.Integer", iae.getMessage());
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineResultHandshakeStatusTest.java 69 } catch (IllegalArgumentException iae) {
80 } catch (IllegalArgumentException iae) {
SSLEngineResultStatusTest.java 76 } catch (IllegalArgumentException iae) {
87 } catch (IllegalArgumentException iae) {
SSLSessionContextTest.java 35 } catch (IllegalArgumentException iae) {
59 } catch (IllegalArgumentException iae) {
  /dalvik/tests/045-reflect-array/src/
Main.java 87 } catch (IllegalArgumentException iae) {}
91 } catch (IllegalArgumentException iae) {}
103 } catch (IllegalArgumentException iae) {
109 } catch (IllegalArgumentException iae) {}
117 } catch (IllegalArgumentException iae) {
143 } catch (IllegalArgumentException iae) {}
190 } catch (IllegalArgumentException iae) {}
  /dalvik/tests/086-null-super/src/
Main.java 96 } catch (IllegalAccessException iae) {
97 throw new TestFailed(iae);
  /dalvik/tests/087-gc-after-link/src/
Main.java 105 } catch (IllegalAccessException iae) {
106 throw new TestFailed(iae);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorTemplateElem.java 73 catch (IllegalAccessException iae)
75 handler.error(XSLTErrorResources.ER_FAILED_CREATING_ELEMTMPL, null, iae);//"Failed creating ElemTemplateElement instance!", iae);
  /libcore/luni/src/main/java/javax/security/auth/x500/
X500Principal.java 108 IllegalArgumentException iae = new IllegalArgumentException("Incorrect input encoding"); local
109 iae.initCause(e);
110 throw iae;
147 IllegalArgumentException iae = new IllegalArgumentException("Incorrect input name:" + name); local
148 iae.initCause(e);
149 throw iae;
  /dalvik/tests/046-reflect/src/
Main.java 89 } catch (IllegalAccessException iae) {
98 } catch (IllegalAccessException iae) {
183 catch (IllegalArgumentException iae) {
195 catch (IllegalAccessException iae) {
208 catch (IllegalArgumentException iae) {
255 catch (IllegalArgumentException iae) {
262 catch (IllegalArgumentException iae) {
269 catch (IllegalArgumentException iae) {
277 catch (IllegalArgumentException iae) {
295 catch (IllegalArgumentException iae) {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageHelperTests.java 109 } catch (IllegalArgumentException iae) {
110 throw iae;

Completed in 598 milliseconds

1 2 3 4 5 6