OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iae
(Results
1 - 25
of
135
) sorted by null
1
2
3
4
5
6
/dalvik/tests/068-classloader/
expected.txt
4
Got expected CNFE/
IAE
#2
5
Got expected CNFE/
IAE
#3
/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/libcore/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationFormatErrorTest.java
59
IllegalArgumentException
iae
= new IllegalArgumentException();
local
60
AnnotationFormatError e = new AnnotationFormatError(
iae
);
61
assertSame(
iae
, e.getCause());
75
IllegalArgumentException
iae
= new IllegalArgumentException();
local
76
AnnotationFormatError e = new AnnotationFormatError("some message",
iae
);
78
assertSame(
iae
, e.getCause());
/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/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
X509TrustManagerTest.java
69
} catch (IllegalArgumentException
iae
) {
79
} catch (IllegalArgumentException
iae
) {
89
} catch (IllegalArgumentException
iae
) {
98
} catch (IllegalArgumentException
iae
) {
162
} catch (IllegalArgumentException
iae
) {
172
} catch (IllegalArgumentException
iae
) {
182
} catch (IllegalArgumentException
iae
) {
191
} catch (IllegalArgumentException
iae
) {
SSLSocketTest.java
101
} catch (IllegalArgumentException
iae
) {
143
} catch (IllegalArgumentException
iae
) {
152
} catch (IllegalArgumentException
iae
) {
164
} catch (IllegalArgumentException
iae
) {
175
} catch (IllegalArgumentException
iae
) {
188
} catch (IllegalArgumentException
iae
) {
197
} catch (IllegalArgumentException
iae
) {
209
} catch (IllegalArgumentException
iae
) {
220
} catch (IllegalArgumentException
iae
) {
259
} catch (IllegalArgumentException
iae
) {
[
all
...]
SSLEngineResultHandshakeStatusTest.java
86
} catch (IllegalArgumentException
iae
) {
97
} catch (IllegalArgumentException
iae
) {
/dalvik/tests/024-illegal-access/src/
Main.java
25
} catch (IllegalAccessError
iae
) {
36
} catch (IllegalAccessError
iae
) {
/dalvik/libcore/auth/src/main/java/javax/security/auth/x500/
X500Principal.java
82
IllegalArgumentException
iae
= new IllegalArgumentException(Messages
local
84
iae
.initCause(e);
85
throw
iae
;
109
IllegalArgumentException
iae
= new IllegalArgumentException(Messages
local
111
iae
.initCause(e);
112
throw
iae
;
135
IllegalArgumentException
iae
= new IllegalArgumentException(Messages
local
137
iae
.initCause(e);
138
throw
iae
;
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
SecurityPermissionTest.java
47
* If name is empty then
IAE
should be thrown.
87
fail("
IAE
is not thrown");
92
fail("
IAE
is not thrown");
/dalvik/tests/044-proxy/src/
Clash.java
36
} catch (IllegalArgumentException
iae
) {
45
} catch (IllegalArgumentException
iae
) {
Clash4.java
40
} catch (IllegalArgumentException
iae
) {
42
//System.out.println(
iae
);
Clash2.java
35
} catch (IllegalArgumentException
iae
) {
/dalvik/tests/046-reflect/src/
Main.java
134
catch (IllegalArgumentException
iae
) {
146
catch (IllegalAccessException
iae
) {
159
catch (IllegalArgumentException
iae
) {
206
catch (IllegalArgumentException
iae
) {
213
catch (IllegalArgumentException
iae
) {
220
catch (IllegalArgumentException
iae
) {
228
catch (IllegalArgumentException
iae
) {
246
catch (IllegalArgumentException
iae
) {
276
} catch (IllegalAccessException
iae
) {
315
} catch (IllegalAccessException
iae
) {
[
all
...]
/cts/tools/dx-tests/src/dxc/junit/opcodes/opc_new/
Test_opc_new.java
61
} catch (IllegalAccessError
iae
) {
77
} catch (NoClassDefFoundError
iae
) {
114
} catch (Error
iae
) {
/dalvik/libcore/xml/src/test/java/tests/api/javax/xml/parsers/
SAXParserTest.java
375
} catch(java.lang.IllegalArgumentException
iae
) {
381
} catch(java.lang.IllegalArgumentException
iae
) {
426
} catch(java.lang.IllegalArgumentException
iae
) {
436
} catch(java.lang.IllegalArgumentException
iae
) {
486
} catch(java.lang.IllegalArgumentException
iae
) {
493
} catch(java.lang.IllegalArgumentException
iae
) {
548
} catch(java.lang.IllegalArgumentException
iae
) {
559
} catch(java.lang.IllegalArgumentException
iae
) {
574
} catch(java.lang.IllegalArgumentException
iae
) {
588
} catch(java.lang.IllegalArgumentException
iae
) {
[
all
...]
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
SimpleTimeZoneTest.java
556
} catch(IllegalArgumentException
iae
) {
563
} catch(IllegalArgumentException
iae
) {
570
} catch(IllegalArgumentException
iae
) {
603
} catch(IllegalArgumentException
iae
) {
610
} catch(IllegalArgumentException
iae
) {
617
} catch(IllegalArgumentException
iae
) {
624
} catch(IllegalArgumentException
iae
) {
663
} catch(IllegalArgumentException
iae
) {
670
} catch(IllegalArgumentException
iae
) {
677
} catch(IllegalArgumentException
iae
) {
[
all
...]
/dalvik/tests/053-wait-some/src/
Main.java
25
} catch (IllegalArgumentException
iae
) {
/cts/tools/dx-tests/src/dxc/junit/opcodes/invokevirtual/
Test_invokevirtual.java
146
} catch (AbstractMethodError
iae
) {
159
} catch (NoSuchMethodError
iae
) {
177
} catch (IllegalAccessError
iae
) {
195
} catch (IllegalAccessError
iae
) {
212
} catch (NoSuchMethodError
iae
) {
/dalvik/libcore/security/src/test/java/tests/security/spec/
EllipticCurveTest.java
157
fail("#1: Expected
IAE
not thrown");
169
fail("#1.1: Expected
IAE
not thrown");
181
fail("#2: Expected
IAE
not thrown");
193
fail("#3: Expected
IAE
not thrown");
224
fail("#1: Expected
IAE
not thrown");
236
fail("#2: Expected
IAE
not thrown");
248
fail("#3: Expected
IAE
not thrown");
389
fail("#1: Expected
IAE
not thrown");
400
fail("#1.1: Expected
IAE
not thrown");
411
fail("#2: Expected
IAE
not thrown")
[
all
...]
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
InetSocketAddressTest.java
65
} catch(IllegalArgumentException
iae
) {
72
} catch(IllegalArgumentException
iae
) {
170
} catch(IllegalArgumentException
iae
) {
180
} catch(IllegalArgumentException
iae
) {
210
} catch(IllegalArgumentException
iae
) {
217
} catch(IllegalArgumentException
iae
) {
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectionKeyTest.java
198
fail("should throw
IAE
.");
205
fail("should throw
IAE
.");
211
fail("should throw
IAE
.");
219
fail("should throw
IAE
.");
353
fail("should throw
IAE
.");
443
fail("should throw
IAE
.");
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/
SocketFactoryTest.java
133
} catch (IllegalArgumentException
iae
) {
182
} catch (IllegalArgumentException
iae
) {
235
} catch (IllegalArgumentException
iae
) {
245
} catch (IllegalArgumentException
iae
) {
310
} catch (IllegalArgumentException
iae
) {
319
} catch (IllegalArgumentException
iae
) {
/cts/tools/dx-tests/src/dxc/junit/opcodes/checkcast/
Test_checkcast.java
66
} catch (ClassCastException
iae
) {
96
} catch (NoClassDefFoundError
iae
) {
Completed in 281 milliseconds
1
2
3
4
5
6