OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
276 - 300
of
1783
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
AbstractPreferencesTest.java
144
fail("should throw
NullPointerException
");
145
} catch (
NullPointerException
e) {
239
fail("should throw
NullPointerException
");
240
} catch (
NullPointerException
e) {
258
fail("should throw
NullPointerException
");
259
} catch (
NullPointerException
e) {
267
fail("should throw
NullPointerException
");
268
} catch (
NullPointerException
e) {
281
fail("should throw
NullPointerException
");
282
} catch (
NullPointerException
e)
[
all
...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
ECPrivateKeySpec_ImplTest.java
68
* Assertion: throws <code>
NullPointerException
</code> if
71
* Expected: must throw <code>
NullPointerException
</code>
86
} catch (
NullPointerException
ok) {
94
} catch (
NullPointerException
ok) {
102
} catch (
NullPointerException
ok) {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
StringIdsSection.java
60
throw new
NullPointerException
("cst == null");
123
throw new
NullPointerException
("string == null");
158
throw new
NullPointerException
("string == null");
UniformListItem.java
59
throw new
NullPointerException
("itemType == null");
81
} catch (
NullPointerException
ex) {
83
throw new
NullPointerException
("items == null");
/frameworks/base/media/java/android/drm/mobile1/
DrmRawContent.java
200
throw new
NullPointerException
();
230
throw new
NullPointerException
();
326
throw new
NullPointerException
();
/libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java
172
throw new
NullPointerException
();
187
throw new
NullPointerException
();
301
throw new
NullPointerException
();
/libcore/luni/src/main/java/java/security/spec/
EllipticCurve.java
62
throw new
NullPointerException
("field == null");
66
throw new
NullPointerException
("a == null");
70
throw new
NullPointerException
("b == null");
/libcore/luni/src/main/java/javax/net/ssl/
SSLContext.java
70
* @throws
NullPointerException
on a null argument
75
throw new
NullPointerException
("sslContext == null");
90
* @throws
NullPointerException
96
throw new
NullPointerException
("protocol == null");
116
* @throws
NullPointerException
147
* @throws
NullPointerException
157
throw new
NullPointerException
("protocol == null");
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
OAEPParameterSpecTest.java
41
* mgfSpec, PSource pSrc) method testing. Tests that
NullPointerException
54
fail("
NullPointerException
should be thrown in the case of "
56
} catch (
NullPointerException
e) {
61
fail("
NullPointerException
should be thrown in the case of "
63
} catch (
NullPointerException
e) {
68
fail("
NullPointerException
should be thrown in the case of "
70
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
TimestampTest.java
49
} catch (
NullPointerException
ex) { /* ok */
56
} catch (
NullPointerException
ex) { /* ok */
119
fail("
NullPointerException
expected");
120
} catch (
NullPointerException
e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StringTest.java
178
} catch (
NullPointerException
e) {
202
} catch (
NullPointerException
e) {
247
} catch (
NullPointerException
e) {
268
fail("Should throw a
NullPointerException
");
269
} catch (
NullPointerException
e) {
292
} catch (
NullPointerException
e) {
638
} catch (
NullPointerException
expected) {
644
} catch (
NullPointerException
expected) {
649
fail("should throw
NullPointerException
");
650
} catch (
NullPointerException
e)
[
all
...]
/cts/tests/tests/text/src/android/text/cts/
Spannable_FactoryTest.java
37
fail("should throw
NullPointerException
here");
38
} catch (
NullPointerException
e) {
/cts/tests/tests/text/src/android/text/method/cts/
LinkMovementMethodTest.java
133
fail("The method did not throw
NullPointerException
when param spannable is null.");
134
} catch (
NullPointerException
e) {
206
fail("The method did not throw
NullPointerException
when param view is null.");
207
} catch (
NullPointerException
e) {
214
fail("The method did not throw
NullPointerException
when param spannable is null.");
215
} catch (
NullPointerException
e) {
221
fail("The method did not throw
NullPointerException
when param keyEvent is null.");
222
} catch (
NullPointerException
e) {
277
fail("The method did not throw
NullPointerException
when param view is null.");
278
} catch (
NullPointerException
e)
[
all
...]
/cts/tests/tests/text/src/android/text/style/cts/
ClickableSpanTest.java
47
fail("should throw
NullPointerException
when TextPaint is null.");
48
} catch (
NullPointerException
e) {
MaskFilterSpanTest.java
45
fail("should throw
NullPointerException
.");
46
} catch (
NullPointerException
e) {
RasterizerSpanTest.java
56
fail("should throw
NullPointerException
.");
57
} catch (
NullPointerException
e) {
UnderlineSpanTest.java
50
fail("should throw
NullPointerException
.");
51
} catch (
NullPointerException
e) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/array_length/
Test_array_length.java
45
* @title expected
NullPointerException
52
} catch (
NullPointerException
npe) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_5.d
32
new-instance v1, java/lang/
NullPointerException
33
invoke-direct {v1}, java/lang/
NullPointerException
/<init>()V
/dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalEnd.java
51
throw new
NullPointerException
("local == null");
LocalStart.java
59
throw new
NullPointerException
("local == null");
/dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetRefItem.java
44
throw new
NullPointerException
("annotations == null");
/dalvik/dexgen/src/com/android/dexgen/rop/
AttConstantValue.java
53
throw new
NullPointerException
("constantValue == null");
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotation.java
61
throw new
NullPointerException
("type == null");
65
throw new
NullPointerException
("visibility == null");
194
throw new
NullPointerException
("pair == null");
211
throw new
NullPointerException
("pair == null");
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstAnnotation.java
35
throw new
NullPointerException
("annotation == null");
Completed in 988 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>