OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
301 - 325
of
1783
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstString.java
36
throw new
NullPointerException
("string == null");
/dalvik/dx/src/com/android/dx/cf/attrib/
AttConstantValue.java
53
throw new
NullPointerException
("constantValue == null");
RawAttribute.java
46
throw new
NullPointerException
("data == null");
/dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java
162
} catch (
NullPointerException
ex) {
164
throw new
NullPointerException
("type == null");
279
} catch (
NullPointerException
ex) {
281
throw new
NullPointerException
("type == null");
/dalvik/dx/src/com/android/dx/dex/code/
LocalEnd.java
51
throw new
NullPointerException
("local == null");
LocalStart.java
59
throw new
NullPointerException
("local == null");
/dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetRefItem.java
44
throw new
NullPointerException
("annotations == null");
/dalvik/dx/src/com/android/dx/rop/annotation/
Annotation.java
53
throw new
NullPointerException
("type == null");
57
throw new
NullPointerException
("visibility == null");
186
throw new
NullPointerException
("pair == null");
203
throw new
NullPointerException
("pair == null");
/dalvik/dx/src/com/android/dx/rop/cst/
CstAnnotation.java
35
throw new
NullPointerException
("annotation == null");
/dalvik/tests/054-uncaught/src/
Main.java
49
throw new
NullPointerException
("Hi diddly-ho, neighborino.");
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStreamTest.java
40
fail("
NullPointerException
expected");
41
} catch (
NullPointerException
e) {
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
SealedObjectTest.java
72
*
NullPointerException
is thrown in the case of null cipher.
78
fail("
NullPointerException
should be thrown in the case "
80
} catch (
NullPointerException
e) {
86
*
NullPointerException
is thrown in the case of null SealedObject.
91
fail("
NullPointerException
should be thrown in the case "
93
} catch (
NullPointerException
e) {
163
fail("
NullPointerException
should be thrown in the case of "
165
} catch (
NullPointerException
e) {
229
fail("
NullPointerException
should be thrown when key is null");
230
} catch (
NullPointerException
e)
[
all
...]
/external/apache-harmony/crypto/src/test/impl/java.injected/org/apache/harmony/crypto/internal/
NullCipherSpiTest.java
117
fail("No expected
NullPointerException
");
118
} catch (
NullPointerException
e) {
123
fail("No expected
NullPointerException
");
124
} catch (
NullPointerException
e) {
162
fail("No expected
NullPointerException
");
163
} catch (
NullPointerException
e) {
168
fail("No expected
NullPointerException
");
169
} catch (
NullPointerException
e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ProcessBuilderTest.java
39
} catch (
NullPointerException
e) {
108
} catch (
NullPointerException
e) {
114
} catch (
NullPointerException
e) {
120
} catch (
NullPointerException
e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
PhantomReferenceTest.java
58
} catch (
NullPointerException
e) {
61
assertTrue("Should not throw
NullPointerException
", !exception);
SoftReferenceTest.java
43
} catch (
NullPointerException
e) {
46
assertTrue("Should not throw
NullPointerException
", !exception);
WeakReferenceTest.java
48
} catch (
NullPointerException
e) {
51
assertTrue("Should not throw
NullPointerException
", !exception);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLEncoderTest.java
62
fail("
NullPointerException
expected");
63
} catch (
NullPointerException
e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractQueueTest.java
74
throw new
NullPointerException
();
112
fail("should throw
NullPointerException
");
113
} catch (
NullPointerException
e) {
161
fail("should throw
NullPointerException
");
162
} catch (
NullPointerException
e) {
174
fail("should throw
NullPointerException
");
175
} catch (
NullPointerException
e) {
ControlTest.java
160
fail("Should throw
NullPointerException
");
161
} catch (
NullPointerException
e) {
222
fail("Should throw
NullPointerException
");
223
} catch (
NullPointerException
e) {
228
fail("Should throw
NullPointerException
");
229
} catch (
NullPointerException
e) {
244
fail("Should throw
NullPointerException
");
245
} catch (
NullPointerException
e) {
284
fail("Should throw
NullPointerException
");
285
} catch (
NullPointerException
e)
[
all
...]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
WrappedCharBufferTest1.java
81
} catch (
NullPointerException
e) {
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/spi/
AbstractSelectionKeyTest.java
43
fail("should throw
NullPointerException
");
44
} catch (
NullPointerException
e) {
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
PatternErrorTest.java
29
// null regex string - should get
NullPointerException
32
fail("
NullPointerException
expected");
33
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSSecretKeyEntryTest.java
45
* Assertion: throws
NullPointerException
when secretKey is null
51
fail("
NullPointerException
must be thrown when secretKey is null");
52
} catch(
NullPointerException
e) {
KSTrustedCertificateEntryTest.java
40
* Assertion: throws
NullPointerException
when trustCert is null
46
fail("
NullPointerException
must be thrown when trustCert is null");
47
} catch (
NullPointerException
e) {
Completed in 1218 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>