OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
951 - 975
of
1783
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
FieldTest.java
234
fail("Expected
NullPointerException
not thrown");
235
} catch (
NullPointerException
exc) {
239
assertTrue("
NullPointerException
expected but not thrown", thrown);
616
fail("
NullPointerException
expected but not thrown");
617
} catch (
NullPointerException
ex) {
620
fail("
NullPointerException
expected but not thrown");
622
assertTrue("
NullPointerException
expected but not thrown", thrown);
683
fail("
NullPointerException
expected but not thrown");
684
} catch (
NullPointerException
ex) {
687
fail("
NullPointerException
expected but not thrown")
[
all
...]
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterTest.java
992
// Methods where we expect IllegalStateException or
NullPointerException
999
} catch (
NullPointerException
e) {
1006
} catch (
NullPointerException
e) {
1013
} catch (
NullPointerException
e) {
1021
} catch (
NullPointerException
e) {
1028
} catch (
NullPointerException
e) {
1035
} catch (
NullPointerException
e) {
1042
} catch (
NullPointerException
e) {
1045
// Methods where we expect
NullPointerException
to be thrown
1050
} catch (
NullPointerException
expected)
[
all
...]
InflaterInputStreamTest.java
124
fail("
NullPointerException
expected");
125
}catch(
NullPointerException
NPE){
131
fail("
NullPointerException
expected");
132
}catch(
NullPointerException
NPE){
205
fail("
NullPointerException
expected");
206
}catch(
NullPointerException
npe){
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
CharBufferTest.java
372
} catch (
NullPointerException
e) {
478
} catch (
NullPointerException
e) {
491
fail("Should throw
NullPointerException
"); //$NON-NLS-1$
492
} catch (
NullPointerException
e) {
525
} catch (
NullPointerException
e) {
564
} catch (
NullPointerException
e) {
583
} catch (
NullPointerException
e) {
737
} catch (
NullPointerException
e) {
758
} catch (
NullPointerException
e) {
779
} catch (
NullPointerException
e)
[
all
...]
FloatBufferTest.java
164
} catch (
NullPointerException
e) {
295
} catch (
NullPointerException
e) {
338
} catch (
NullPointerException
e) {
459
} catch (
NullPointerException
e) {
500
} catch (
NullPointerException
e) {
551
} catch (
NullPointerException
e) {
/external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedMapTest.java
356
} catch (
NullPointerException
expected) {
361
} catch (
NullPointerException
expected) {
434
} catch (
NullPointerException
expected) {
443
} catch (
NullPointerException
expected) {
452
} catch (
NullPointerException
expected) {
461
} catch (
NullPointerException
expected) {
504
} catch (
NullPointerException
expected) {
510
} catch (
NullPointerException
expected) {
518
} catch (
NullPointerException
expected) {
524
} catch (
NullPointerException
expected)
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
CursorTreeAdapterTest.java
311
fail("should throw
NullPointerException
");
312
} catch (
NullPointerException
e) {
458
fail("should throw
NullPointerException
");
459
} catch (
NullPointerException
e) {
485
fail("should throw
NullPointerException
");
486
} catch (
NullPointerException
e) {
498
fail("should throw
NullPointerException
");
499
} catch (
NullPointerException
e) {
533
fail("should throw
NullPointerException
");
534
} catch (
NullPointerException
e)
[
all
...]
CheckedTextViewTest.java
65
fail("Should throw
NullPointerException
.");
66
} catch (
NullPointerException
e) {
72
fail("Should throw
NullPointerException
.");
73
} catch (
NullPointerException
e) {
79
fail("Should throw
NullPointerException
.");
80
} catch (
NullPointerException
e) {
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java
135
fail("should throw
NullPointerException
");
136
} catch (
NullPointerException
e) {
166
fail("should throw
NullPointerException
");
167
} catch (
NullPointerException
e) {
436
} catch (
NullPointerException
e) {
492
} catch (
NullPointerException
e) {
496
} catch (
NullPointerException
e) {
502
} catch (
NullPointerException
e) {
LevelTest.java
55
fail("No expected
NullPointerException
");
56
} catch (
NullPointerException
ignore) {
90
fail("No expected
NullPointerException
");
91
} catch (
NullPointerException
ignore) {
141
fail("Should throw
NullPointerException
.");
142
} catch (
NullPointerException
e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
Arrays2Test.java
362
} catch (
NullPointerException
e) {}
409
} catch (
NullPointerException
e) {}
414
} catch (
NullPointerException
e) {}
419
} catch (
NullPointerException
e) {}
442
} catch (
NullPointerException
e) {}
464
} catch (
NullPointerException
e) {}
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
EllipticCurveTest.java
71
* Assertion: throws <code>
NullPointerException
</code> if <code>field</code>,
74
* Expected: must throw <code>
NullPointerException
</code>
87
} catch (
NullPointerException
ok) {}
98
} catch (
NullPointerException
ok) {}
109
} catch (
NullPointerException
ok) {}
277
* Assertion: throws <code>
NullPointerException
</code> if <code>field</code>,
280
* Expected: must throw <code>
NullPointerException
</code>
292
} catch (
NullPointerException
ok) {}
302
} catch (
NullPointerException
ok) {}
312
} catch (
NullPointerException
ok) {
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
TrustedCertificateStoreTest.java
264
} catch (
NullPointerException
expected) {
271
} catch (
NullPointerException
expected) {
287
} catch (
NullPointerException
expected) {
297
} catch (
NullPointerException
expected) {
304
} catch (
NullPointerException
expected) {
311
} catch (
NullPointerException
expected) {
/libcore/luni/src/test/java/tests/security/spec/
EllipticCurveTest.java
71
* Assertion: throws <code>
NullPointerException
</code> if <code>field</code>,
74
* Expected: must throw <code>
NullPointerException
</code>
87
} catch (
NullPointerException
ok) {}
98
} catch (
NullPointerException
ok) {}
109
} catch (
NullPointerException
ok) {}
277
* Assertion: throws <code>
NullPointerException
</code> if <code>field</code>,
280
* Expected: must throw <code>
NullPointerException
</code>
292
} catch (
NullPointerException
ok) {}
302
} catch (
NullPointerException
ok) {}
312
} catch (
NullPointerException
ok) {
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ShapeDrawableTest.java
57
fail("should throw
NullPointerException
.");
58
} catch (
NullPointerException
e) {
172
fail("should throw
NullPointerException
.");
173
} catch (
NullPointerException
e) {
277
fail("should throw
NullPointerException
.");
278
} catch (
NullPointerException
e) {
/dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java
179
throw new
NullPointerException
("bytes == null");
183
throw new
NullPointerException
("filePath == null");
224
throw new
NullPointerException
("attributeFactory == null");
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
ConfigurationTest.java
244
fail("Should throw
NullPointerException
here");
246
catch(
NullPointerException
e){
247
//expect to catch
NullPointerException
here
285
fail("Should throw
NullPointerException
here");
287
catch(
NullPointerException
e){
288
//expect to catch
NullPointerException
here
341
fail("Should throw
NullPointerException
here");
343
catch(
NullPointerException
e){
344
//expect to catch
NullPointerException
here
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator1Test.java
98
* throws
NullPointerException
when algorithm is null
104
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when algorithm is null");
106
} catch (
NullPointerException
e) {
165
* throws
NullPointerException
when algorithm is null
201
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when algorithm is null");
203
} catch (
NullPointerException
e) {
262
* throws
NullPointerException
when algorithm is null
272
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when algorithm is null");
274
} catch (
NullPointerException
e) {
KeyPairGenerator2Test.java
176
* throws
NullPointerException
when algorithm is null throws
185
fail("
NullPointerException
or KeyStoreException must be thrown");
187
} catch (
NullPointerException
e) {
212
* throws
NullPointerException
when algorithm is null
224
fail("
NullPointerException
or KeyStoreException must be thrown");
226
} catch (
NullPointerException
e) {
274
* throws
NullPointerException
when algorithm is null
283
fail("
NullPointerException
or KeyStoreException must be thrown");
285
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertStore_ImplTest.java
99
* throws
NullPointerException
when type is null
111
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when type is null");
112
} catch (
NullPointerException
e) {
150
* throws
NullPointerException
when type is null
164
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when type is null");
165
} catch (
NullPointerException
e) {
232
* throws
NullPointerException
when type is null
245
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when type is null");
246
} catch (
NullPointerException
e) {
/external/easymock/src/org/easymock/internal/
RecordState.java
301
throw new RuntimeExceptionWrapper(new
NullPointerException
(
313
throw new RuntimeExceptionWrapper(new
NullPointerException
(
319
throw new RuntimeExceptionWrapper(new
NullPointerException
(
/external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java
642
throw new
NullPointerException
("null header");
782
throw new
NullPointerException
("null arg");
[
all
...]
/libcore/luni/src/main/java/java/lang/
System.java
208
throw new
NullPointerException
("name == null");
451
* @throws
NullPointerException
458
throw new
NullPointerException
("key == null");
682
throw new
NullPointerException
("o == null");
/libcore/luni/src/main/java/java/lang/reflect/
Array.java
52
throw new
NullPointerException
("array == null");
64
* @throws
NullPointerException
if {@code array == null}
99
throw new
NullPointerException
("array == null");
107
* @throws
NullPointerException
if {@code array == null}
124
* @throws
NullPointerException
if {@code array == null}
141
* @throws
NullPointerException
if {@code array == null}
159
* @throws
NullPointerException
if {@code array == null}
189
* @throws
NullPointerException
if {@code array == null}
217
* @throws
NullPointerException
if {@code array == null}
240
* @throws
NullPointerException
if {@code array == null
[
all
...]
Completed in 758 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>