OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
1326 - 1350
of
1783
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/libcore/luni/src/test/java/tests/api/java/util/
EnumMapTest.java
85
fail("Expected
NullPointerException
");
86
} catch (
NullPointerException
e) {
93
fail("Expected
NullPointerException
");
94
} catch (
NullPointerException
e) {
100
fail("Expected
NullPointerException
");
101
} catch (
NullPointerException
e) {
153
fail("Expected
NullPointerException
");
154
} catch (
NullPointerException
e) {
187
fail("Expected
NullPointerException
");
188
} catch (
NullPointerException
e)
[
all
...]
WeakHashMapTest.java
131
fail("
NullPointerException
expected");
132
} catch (
NullPointerException
e) {
261
fail("
NullPointerException
exected");
262
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Attributes2ImplTest.java
109
fail("
NullPointerException
expected");
110
} catch (
NullPointerException
e) {
234
fail("
NullPointerException
expected");
235
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/tests/security/cert/
CertificateFactorySpiTest.java
173
fail("
NullPointerException
must be thrown");
174
} catch (
NullPointerException
e) {
351
fail("expected
NullPointerException
");
352
} catch (
NullPointerException
e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PriorityQueueTest.java
288
fail("should throw
NullPointerException
");
289
} catch (
NullPointerException
e) {
374
fail("should throw
NullPointerException
");
375
} catch (
NullPointerException
e) {
402
fail("should throw
NullPointerException
");
403
} catch (
NullPointerException
e) {
433
fail("should throw
NullPointerException
");
434
} catch (
NullPointerException
e) {
549
fail("should throw
NullPointerException
");
550
} catch (
NullPointerException
e)
[
all
...]
PropertiesTest.java
65
fail("should throw
NullPointerException
");
66
} catch (
NullPointerException
e) {
76
} catch (
NullPointerException
npe) {
170
fail("should throw
NullPointerException
");
171
} catch (
NullPointerException
e) {
197
fail("should throw
NullPointerException
");
198
} catch (
NullPointerException
e) {
790
fail("Should throw
NullPointerException
");
791
} catch (
NullPointerException
e1) {
854
fail("should throw
NullPointerException
");
[
all
...]
TreeMapExtendTest.java
[
all
...]
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetEncoderTest.java
132
//
NullPointerException
: null charset
136
} catch (
NullPointerException
e) {
189
//
NullPointerException
: null charset
193
} catch (
NullPointerException
e) {
561
} catch (
NullPointerException
e) {
703
} catch (
NullPointerException
e) {
708
} catch (
NullPointerException
e) {
924
} catch (
NullPointerException
e) {
[
all
...]
/libcore/luni/src/main/java/java/util/
Hashtable.java
316
throw new
NullPointerException
("value == null");
365
throw new
NullPointerException
("key == null");
367
throw new
NullPointerException
("value == null");
401
throw new
NullPointerException
("key == null");
403
throw new
NullPointerException
("value == null");
687
throw new
NullPointerException
("value == null");
[
all
...]
Scanner.java
176
throw new
NullPointerException
("src == null");
226
throw new
NullPointerException
("src == null");
244
throw new
NullPointerException
("src == null");
274
throw new
NullPointerException
("src == null");
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java
235
* Returns previous node, or throws
NullPointerException
if null.
241
final Node predecessor() throws
NullPointerException
{
244
throw new
NullPointerException
();
[
all
...]
AbstractQueuedSynchronizer.java
464
* Returns previous node, or throws
NullPointerException
if null.
470
final Node predecessor() throws
NullPointerException
{
473
throw new
NullPointerException
();
[
all
...]
/libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTest.java
419
fail("
NullPointerException
wasn't thrown.");
420
} catch(
NullPointerException
npe){
460
fail("Expected
NullPointerException
was not thrown");
461
} catch (
NullPointerException
e) {
466
fail("Expected
NullPointerException
was not thrown");
467
} catch (
NullPointerException
e) {
472
fail("Expected
NullPointerException
was not thrown");
473
} catch (
NullPointerException
e) {
517
fail("Expected
NullPointerException
was not thrown");
518
} catch (
NullPointerException
e)
[
all
...]
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/
SubjectTest.java
197
* Checks
NullPointerException
if one of passed set is null
204
fail("No expected
NullPointerException
");
205
} catch (
NullPointerException
e) {
210
fail("No expected
NullPointerException
");
211
} catch (
NullPointerException
e) {
216
fail("No expected
NullPointerException
");
217
} catch (
NullPointerException
e) {
236
fail("No expected
NullPointerException
");
238
} catch (
NullPointerException
e) {
245
fail("No expected
NullPointerException
");
[
all
...]
/cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java
133
} catch (
NullPointerException
expected) {
139
} catch (
NullPointerException
expected) {
501
fail("Should throw
NullPointerException
on second argument");
502
} catch (
NullPointerException
e) {
508
fail("Should throw
NullPointerException
on first argument");
509
} catch (
NullPointerException
e) {
515
fail("Should throw
NullPointerException
because both args are null");
516
} catch (
NullPointerException
e) {
/cts/tests/tests/view/src/android/view/cts/
ViewTest.java
119
fail("should throw
NullPointerException
");
120
} catch (
NullPointerException
e) {
129
fail("should throw
NullPointerException
");
130
} catch (
NullPointerException
e) {
191
fail("should throw
NullPointerException
");
192
} catch (
NullPointerException
e) {
343
fail("should throw
NullPointerException
");
344
} catch (
NullPointerException
e) {
878
fail("should throw
NullPointerException
");
879
} catch (
NullPointerException
e)
[
all
...]
/dalvik/dx/src/com/android/dx/cf/code/
Ropper.java
270
throw new
NullPointerException
("method == null");
274
throw new
NullPointerException
("advice == null");
484
throw new
NullPointerException
("block == null");
505
throw new
NullPointerException
("block == null");
544
throw new
NullPointerException
("block == null");
[
all
...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java
120
fail("add null should throw
NullPointerException
");
121
} catch (
NullPointerException
e) {
126
fail("get null should throw
NullPointerException
");
127
} catch (
NullPointerException
e) {
384
} catch (
NullPointerException
e) {
496
} catch (
NullPointerException
e) {
617
}catch(
NullPointerException
e){
[
all
...]
StreamHandlerTest.java
261
fail("Should throw
NullPointerException
!");
262
} catch (
NullPointerException
e) {
289
fail("Should throw
NullPointerException
!");
290
} catch (
NullPointerException
e) {
710
fail("Should throw
NullPointerException
!");
711
} catch (
NullPointerException
e) {
913
throw new
NullPointerException
();
922
throw new
NullPointerException
();
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
SimpleDateFormatTest.java
149
} catch (
NullPointerException
ex) {
227
fail("Expected
NullPointerException
for null pattern");
228
} catch (
NullPointerException
e) {
263
fail("Expected
NullPointerException
for null pattern");
264
} catch (
NullPointerException
e) {
314
fail("
NullPointerException
expected");
315
} catch (
NullPointerException
e) {
500
} catch (
NullPointerException
ex) {
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java
560
} catch (
NullPointerException
expected) {
583
} catch (
NullPointerException
expected) {
608
} catch (
NullPointerException
expected) {
613
fail("
NullPointerException
expected for 'null' provider");
614
} catch (
NullPointerException
expected) {
619
fail("
NullPointerException
expected for 'null' cipherSpi");
620
} catch (
NullPointerException
expected) {
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java
362
fail("Should throw
NullPointerException
if resource is null");
363
} catch (
NullPointerException
e) {
368
fail("Should throw
NullPointerException
if attribute set is null");
369
} catch (
NullPointerException
e) {
383
fail("Should throw
NullPointerException
.");
384
} catch (
NullPointerException
e) {
DrawableTest.java
113
fail("should throw
NullPointerException
.");
114
} catch (
NullPointerException
e) {
341
fail("should throw
NullPointerException
.");
342
} catch (
NullPointerException
e) {
418
fail("should throw
NullPointerException
.");
419
} catch (
NullPointerException
e) {
/cts/tests/tests/widget/src/android/widget/cts/
ImageViewTest.java
120
fail("should throw
NullPointerException
.");
121
} catch (
NullPointerException
e) {
126
fail("should throw
NullPointerException
.");
127
} catch (
NullPointerException
e) {
282
fail("should throw
NullPointerException
.");
283
} catch (
NullPointerException
e) {
ListViewTest.java
97
fail("There should be a
NullPointerException
thrown out. ");
98
} catch (
NullPointerException
e) {
104
fail("There should be a
NullPointerException
thrown out. ");
105
} catch (
NullPointerException
e) {
111
fail("There should be a
NullPointerException
thrown out. ");
112
} catch (
NullPointerException
e) {
Completed in 839 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>