OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
451 - 475
of
1588
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SequenceInputStreamTest.java
52
fail("should throw
NullPointerException
");
53
} catch (
NullPointerException
e) {
57
//will not throw
NullPointerException
if the first InputStream is not null
165
fail("Expected
NullPointerException
exception");
166
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSPrivateKeyEntryTest.java
66
* Assertion: throws
NullPointerException
when privateKey is null
73
fail("
NullPointerException
must be thrown when privateKey is null");
74
} catch (
NullPointerException
e) {
81
* Assertion: throws
NullPointerException
when chain is null
89
fail("
NullPointerException
must be thrown when chain is null");
90
} catch (
NullPointerException
e) {
MessageDigestSpiTest.java
57
fail("No expected
NullPointerException
");
58
} catch (
NullPointerException
e) {
74
fail("should throw
NullPointerException
");
75
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXBuilderParametersTest.java
117
* Assertion: <code>
NullPointerException
</code> -
125
} catch (
NullPointerException
e) {
171
* Assertion: <code>
NullPointerException
</code> -
179
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
RSAMultiPrimePrivateCrtKeySpecTest.java
97
* Assertion:
NullPointerException
if modulus is null
112
} catch (
NullPointerException
e) {
128
* Assertion:
NullPointerException
if publicExponent is null
143
} catch (
NullPointerException
e) {
159
* Assertion:
NullPointerException
if privateExponent is null
174
} catch (
NullPointerException
e) {
190
* Assertion:
NullPointerException
if primeP is null
205
} catch (
NullPointerException
e) {
221
* Assertion:
NullPointerException
if primeQ is null
236
} catch (
NullPointerException
e)
[
all
...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl1Test.java
136
* throws
NullPointerException
when type is null
145
} catch (
NullPointerException
e) {
194
* throws
NullPointerException
when type is null
203
} catch (
NullPointerException
e) {
362
* methods Assertions: setEntry(..) throws
NullPointerException
when alias
366
* throw
NullPointerException
when alias is null;
386
fail("
NullPointerException
should be thrown when alias is null");
387
} catch (
NullPointerException
e) {
391
fail("
NullPointerException
should be thrown when entry is null");
392
} catch (
NullPointerException
e)
[
all
...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
ECFieldF2m_ImplTest.java
44
* <code>NPE</code> reference object of class
NullPointerException
.
45
*
NullPointerException
must be thrown by <code>ECFieldF2m</code>
48
static final
NullPointerException
NPE = new
NullPointerException
();
192
* Assertion:
NullPointerException
if rp is null.
/external/guava/src/com/google/common/base/
CaseFormat.java
72
throw new
NullPointerException
();
75
throw new
NullPointerException
();
/external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java
209
throw new
NullPointerException
("null name");
224
throw new
NullPointerException
("null value");
ContentType.java
187
throw new
NullPointerException
("null arg");
199
throw new
NullPointerException
("null arg");
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingVector.java
118
throw new
NullPointerException
(
151
throw new
NullPointerException
(
/frameworks/base/core/java/com/android/internal/statusbar/
StatusBarNotification.java
56
if (pkg == null) throw new
NullPointerException
();
57
if (notification == null) throw new
NullPointerException
();
/frameworks/base/core/java/com/google/android/mms/pdu/
PduBody.java
78
* @throws
NullPointerException
when part is null
82
throw new
NullPointerException
();
94
* @throws
NullPointerException
when part is null
98
throw new
NullPointerException
();
/frameworks/base/services/java/com/android/server/
EntropyService.java
81
if (randomDevice == null) { throw new
NullPointerException
("randomDevice"); }
82
if (entropyFile == null) { throw new
NullPointerException
("entropyFile"); }
/libcore/dom/src/test/java/org/w3c/domts/
DOM4JTestDocumentBuilderFactory.java
107
throw new
NullPointerException
("url");
110
throw new
NullPointerException
("saxReader");
/libcore/luni/src/main/java/java/security/
AlgorithmParameters.java
89
* @throws
NullPointerException
95
throw new
NullPointerException
();
116
* @throws
NullPointerException
144
* @throws
NullPointerException
154
throw new
NullPointerException
();
KeyPairGenerator.java
77
* @throws
NullPointerException
83
throw new
NullPointerException
();
109
* @throws
NullPointerException
136
* @throws
NullPointerException
146
throw new
NullPointerException
();
/libcore/luni/src/main/java/java/security/cert/
CertStore.java
95
* @throws
NullPointerException
if {@code type == null}
100
throw new
NullPointerException
();
135
* @throws
NullPointerException
169
* @throws
NullPointerException
if {@code type == null}
178
throw new
NullPointerException
();
CertificateFactory.java
82
* @throws
NullPointerException
if {@code type == null}
87
throw new
NullPointerException
();
113
* @throws
NullPointerException
144
* @throws
NullPointerException
if {@code type == null}
153
throw new
NullPointerException
();
/libcore/luni/src/main/java/javax/crypto/
KeyAgreement.java
96
* @throws
NullPointerException
102
throw new
NullPointerException
();
155
* @throws
NullPointerException
164
throw new
NullPointerException
();
KeyGenerator.java
95
* @throws
NullPointerException
101
throw new
NullPointerException
();
123
* @throws
NullPointerException
152
* @throws
NullPointerException
161
throw new
NullPointerException
();
/libcore/luni/src/test/java/libcore/java/lang/
ProcessBuilderTest.java
104
} catch (
NullPointerException
expected) {
109
} catch (
NullPointerException
expected) {
SystemTest.java
111
} catch (
NullPointerException
e) {
117
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/libcore/java/text/
NormalizerTest.java
48
} catch (
NullPointerException
e) {
82
fail("Did not throw
NullPointerException
on null argument");
83
} catch (
NullPointerException
e) {
OldDecimalFormatSymbolsTest.java
46
} catch(
NullPointerException
e) {
71
fail("
NullPointerException
was not thrown.");
72
} catch(
NullPointerException
npe) {
Completed in 1023 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>