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

1 2 3 4 5 6 7

  /libcore/harmony-tests/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());
  /art/test/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/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...]
  /art/test/024-illegal-access/src/
Main.java 25 } catch (IllegalAccessError iae) {
36 } catch (IllegalAccessError iae) {
  /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"));
  /art/test/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/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);
  /art/test/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) {
  /dalvik/tests/044-proxy/src/
Clash.java 36 } catch (IllegalArgumentException iae) {
45 } catch (IllegalArgumentException iae) {
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
RootFinder.java 66 } catch (IllegalAccessException iae) {
69 windowManagerClassName, instanceMethod, VIEW_FIELD_NAME), iae);
87 } catch (IllegalAccessException iae) {
89 viewsField, windowManagerObj), 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);
  /art/test/045-reflect-array/src/
Main.java 88 } catch (IllegalArgumentException iae) {}
92 } catch (IllegalArgumentException iae) {}
104 } catch (IllegalArgumentException iae) {
105 iae.printStackTrace();
110 } catch (IllegalArgumentException iae) {}
118 } catch (IllegalArgumentException iae) {
119 iae.printStackTrace();
144 } catch (IllegalArgumentException iae) {}
191 } catch (IllegalArgumentException iae) {}
  /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) {
  /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) {}
  /art/test/046-reflect/src/
Main.java 103 } catch (IllegalAccessException iae) {
112 } catch (IllegalAccessException iae) {
197 catch (IllegalArgumentException iae) {
209 catch (IllegalAccessException iae) {
222 catch (IllegalArgumentException iae) {
269 catch (IllegalArgumentException iae) {
276 catch (IllegalArgumentException iae) {
283 catch (IllegalArgumentException iae) {
291 catch (IllegalArgumentException iae) {
309 catch (IllegalArgumentException iae) {
    [all...]

Completed in 1419 milliseconds

1 2 3 4 5 6 7