OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
376 - 400
of
1783
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/dalvik/dexgen/src/com/android/dexgen/dex/file/
FieldAnnotationStruct.java
45
throw new
NullPointerException
("field == null");
49
throw new
NullPointerException
("annotations == null");
MethodAnnotationStruct.java
45
throw new
NullPointerException
("method == null");
49
throw new
NullPointerException
("annotations == null");
ProtoIdsSection.java
92
throw new
NullPointerException
("prototype == null");
116
throw new
NullPointerException
("prototype == null");
/dalvik/dexgen/src/com/android/dexgen/util/
IndentingWriter.java
60
throw new
NullPointerException
("out == null");
68
throw new
NullPointerException
("prefix == null");
/dalvik/dx/src/com/android/dx/dex/code/
DalvCode.java
84
throw new
NullPointerException
("unprocessedInsns == null");
88
throw new
NullPointerException
("unprocessedCatches == null");
/dalvik/dx/src/com/android/dx/dex/file/
FieldAnnotationStruct.java
45
throw new
NullPointerException
("field == null");
49
throw new
NullPointerException
("annotations == null");
MethodAnnotationStruct.java
45
throw new
NullPointerException
("method == null");
49
throw new
NullPointerException
("annotations == null");
ProtoIdsSection.java
92
throw new
NullPointerException
("prototype == null");
116
throw new
NullPointerException
("prototype == null");
/dalvik/dx/src/com/android/dx/ssa/
SsaInsn.java
41
throw new
NullPointerException
("block == null");
85
throw new
NullPointerException
("result == null");
/dalvik/dx/src/com/android/dx/util/
IndentingWriter.java
60
throw new
NullPointerException
("out == null");
68
throw new
NullPointerException
("prefix == null");
/external/apache-harmony/auth/src/test/java/unix/org/apache/harmony/auth/module/
UnixLoginModuleTest.java
72
} catch (
NullPointerException
_) {
84
} catch (
NullPointerException
_) {
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeListenerProxyTest.java
59
fail("
NullPointerException
expected");
60
} catch (
NullPointerException
e) {
86
fail("
NullPointerException
expected");
87
} catch (
NullPointerException
e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
IDNTest.java
33
fail("should throw
NullPointerException
");
34
} catch (
NullPointerException
e) {
128
fail("should throw
NullPointerException
");
129
} catch (
NullPointerException
e) {
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
AbstractCharsetTestCase.java
118
fail("Should throw
NullPointerException
!");
119
} catch (
NullPointerException
e) {
130
fail("Should throw
NullPointerException
!");
131
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
LDAPCertStoreParametersTest.java
95
* Assertion: throws <code>
NullPointerException
</code> -
102
} catch (
NullPointerException
e) {
133
* Assertion: throws <code>
NullPointerException
</code> -
140
} catch (
NullPointerException
e) {
X509CertSelectorTest.java
42
fail("No expected
NullPointerException
for type: " + types[i]);
43
} catch (
NullPointerException
e) {
90
fail("No expected
NullPointerException
for type: " + types[i]);
91
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
PSSParameterSpecTest.java
89
* throws <code>
NullPointerException
</code>
96
} catch (
NullPointerException
e) {
106
* throws <code>
NullPointerException
</code>
113
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
SecureRandom_ImplTest.java
80
//Not specified behavior: throws
NullPointerException
if bytes is null
83
} catch (
NullPointerException
e) {
119
//Not specified behavior: throws
NullPointerException
if bytes is null
122
} catch (
NullPointerException
e) {
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
KeyStoreBuilderParametersTest.java
55
} catch (
NullPointerException
e) {
68
} catch (
NullPointerException
e) {
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvCode.java
84
throw new
NullPointerException
("unprocessedInsns == null");
88
throw new
NullPointerException
("unprocessedCatches == null");
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
FieldAnnotationStruct.java
45
throw new
NullPointerException
("field == null");
49
throw new
NullPointerException
("annotations == null");
MethodAnnotationStruct.java
45
throw new
NullPointerException
("method == null");
49
throw new
NullPointerException
("annotations == null");
ProtoIdsSection.java
92
throw new
NullPointerException
("prototype == null");
116
throw new
NullPointerException
("prototype == null");
/external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaInsn.java
41
throw new
NullPointerException
("block == null");
85
throw new
NullPointerException
("result == null");
/external/dexmaker/src/dx/java/com/android/dx/util/
IndentingWriter.java
60
throw new
NullPointerException
("out == null");
68
throw new
NullPointerException
("prefix == null");
Completed in 869 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>