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

1 2 3 4 5 6 7 8 91011>>

  /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());
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/
TimeScaleAPITest.java 41 } catch (IllegalArgumentException iae) {
48 } catch (IllegalArgumentException iae) {
56 } catch (IllegalArgumentException iae) {
67 } catch (IllegalArgumentException iae) {
74 } catch (IllegalArgumentException iae) {
82 } catch (IllegalArgumentException iae) {
93 } catch (IllegalArgumentException iae) {
100 } catch (IllegalArgumentException iae) {
108 } catch (IllegalArgumentException iae) {
121 } catch (IllegalArgumentException iae) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/
TimeScaleAPITest.java 40 } catch (IllegalArgumentException iae) {
47 } catch (IllegalArgumentException iae) {
55 } catch (IllegalArgumentException iae) {
66 } catch (IllegalArgumentException iae) {
73 } catch (IllegalArgumentException iae) {
81 } catch (IllegalArgumentException iae) {
92 } catch (IllegalArgumentException iae) {
99 } catch (IllegalArgumentException iae) {
107 } catch (IllegalArgumentException iae) {
120 } catch (IllegalArgumentException iae) {
    [all...]
  /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...]
  /art/test/024-illegal-access/src/
Main.java 25 } catch (IllegalAccessError iae) {
33 } catch (IllegalAccessError iae) {
44 } catch (IllegalAccessError iae) {
52 } catch (IllegalAccessError iae) {
63 } catch (IllegalAccessError iae) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
TestUScriptRun.java 106 } catch (IllegalArgumentException iae) {
113 } catch (IllegalArgumentException iae) {
120 } catch (IllegalArgumentException iae) {
127 } catch (IllegalArgumentException iae) {
134 } catch (IllegalArgumentException iae) {
141 } catch (IllegalArgumentException iae) {
148 } catch (IllegalArgumentException iae) {
155 } catch (IllegalArgumentException iae) {
162 } catch (IllegalArgumentException iae) {
169 }catch (IllegalArgumentException iae) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
TestUScriptRun.java 105 } catch (IllegalArgumentException iae) {
112 } catch (IllegalArgumentException iae) {
119 } catch (IllegalArgumentException iae) {
126 } catch (IllegalArgumentException iae) {
133 } catch (IllegalArgumentException iae) {
140 } catch (IllegalArgumentException iae) {
147 } catch (IllegalArgumentException iae) {
154 } catch (IllegalArgumentException iae) {
161 } catch (IllegalArgumentException iae) {
168 }catch (IllegalArgumentException iae) {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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"));
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/ojluni/src/main/java/javax/security/auth/x500/
X500Principal.java 183 IllegalArgumentException iae = new IllegalArgumentException local
185 iae.initCause(e);
186 throw iae;
228 IllegalArgumentException iae = new IllegalArgumentException local
230 iae.initCause(e);
231 throw iae;
268 IllegalArgumentException iae = new IllegalArgumentException local
271 iae.initCause(e);
272 throw iae;
275 IllegalArgumentException iae = new IllegalArgumentExceptio local
    [all...]
  /art/test/044-proxy/src/
Clash.java 36 } catch (IllegalArgumentException iae) {
45 } catch (IllegalArgumentException iae) {
  /external/droiddriver/src/io/appium/droiddriver/instrumentation/
RootFinder.java 66 } catch (IllegalAccessException iae) {
69 instanceMethod, VIEW_FIELD_NAME), iae);
90 } catch (IllegalAccessException iae) {
92 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);
  /art/test/068-classloader/src/
Main.java 169 } catch (IllegalAccessException iae) {
171 //System.out.println("+++ " + iae);
189 System.out.println("Got expected CNFE/IAE #2");
191 System.err.println("Got unexpected CNFE/IAE #2");
209 System.out.println("Got expected CNFE/IAE #3");
211 System.err.println("Got unexpected CNFE/IAE #3");
240 } catch (IllegalAccessException iae) {
241 System.err.println("newInstance failed: " + iae);
287 } catch (IllegalAccessException iae) {
288 System.err.println("newInstance failed: " + iae);
    [all...]
FancyLoader.java 100 } catch (IllegalAccessException iae) {
101 throw new ClassNotFoundException("newInstance failed", iae);
121 } catch (IllegalAccessException iae) {
122 throw new ClassNotFoundException("loadClass failed", iae);
  /frameworks/wilhelm/src/android/
android_Effect.h 94 extern SLresult android_genericFx_createEffect(IAndroidEffect* iae, SLInterfaceID pUuid,
97 extern SLresult android_genericFx_releaseEffect(IAndroidEffect* iae, SLInterfaceID pUuid);
99 extern SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid,
102 extern SLresult android_genericFx_isEnabled(IAndroidEffect* iae, SLInterfaceID pUuid,
105 extern SLresult android_genericFx_sendCommand(IAndroidEffect* iae, SLInterfaceID pUuid,
109 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) {}
  /art/test/138-duplicate-classes-check2/src/
FancyLoader.java 101 } catch (IllegalAccessException iae) {
102 throw new ClassNotFoundException("newInstance failed", iae);
122 } catch (IllegalAccessException iae) {
123 throw new ClassNotFoundException("loadClass failed", iae);
  /art/test/626-const-class-linking/src/
DefiningLoader.java 107 } catch (IllegalAccessException iae) {
108 throw new ClassNotFoundException("newInstance failed", iae);
128 } catch (IllegalAccessException iae) {
129 throw new ClassNotFoundException("loadClass failed", iae);
  /art/test/647-jni-get-field-id/src/
DefiningLoader.java 107 } catch (IllegalAccessException iae) {
108 throw new ClassNotFoundException("newInstance failed", iae);
128 } catch (IllegalAccessException iae) {
129 throw new ClassNotFoundException("loadClass failed", iae);
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Platform.java 42 } catch (IllegalArgumentException iae) {
  /frameworks/base/core/java/android/os/
Vibrator.java 98 } catch (IllegalArgumentException iae) {
99 Log.e(TAG, "Failed to create VibrationEffect", iae);
166 } catch (IllegalArgumentException iae) {
167 Log.e(TAG, "Failed to create VibrationEffect", iae);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineResultHandshakeStatusTest.java 69 } catch (IllegalArgumentException iae) {
80 } catch (IllegalArgumentException iae) {
SSLEngineResultStatusTest.java 76 } catch (IllegalArgumentException iae) {
87 } catch (IllegalArgumentException iae) {
  /libcore/ojluni/src/main/java/java/security/cert/
TrustAnchor.java 282 IllegalArgumentException iae = local
284 iae.initCause(ioe);
285 throw iae;

Completed in 728 milliseconds

1 2 3 4 5 6 7 8 91011>>