OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
101 - 125
of
1923
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/dx/src/com/android/dx/dex/file/
IdItem.java
39
throw new
NullPointerException
("type == null");
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
InputStreamTest.java
31
fail("should throw
NullPointerException
.");
32
} catch (
NullPointerException
e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
EnumConstantNotPresentExceptionTest.java
35
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECGenParameterSpecTest.java
59
* Assertion: throws
NullPointerException
66
} catch (
NullPointerException
ok) {}
RSAOtherPrimeInfoTest.java
58
* Assertion:
NullPointerException
if prime is null
66
} catch (
NullPointerException
e) {
72
* Assertion:
NullPointerException
if primeExponent is null
80
} catch (
NullPointerException
e) {
86
* Assertion:
NullPointerException
if crtCoefficient is null
94
} catch (
NullPointerException
e) {
100
* Assertion:
NullPointerException
if prime and crtCoefficient is null
108
} catch (
NullPointerException
e) {
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DelegatedTaskTest.java
38
assertTrue(protocol.delegatedTaskErr instanceof
NullPointerException
);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseAlgorithmParameters.java
21
throw new
NullPointerException
("argument to getParameterSpec must not be null");
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
IdItem.java
39
throw new
NullPointerException
("type == null");
/external/mockito/src/org/mockito/internal/util/
Checks.java
15
throw new
NullPointerException
(checkedValue + " should not be null");
/external/nist-sip/java/gov/nist/javax/sip/header/
Allow.java
78
throw new
NullPointerException
(
AllowEvents.java
79
throw new
NullPointerException
(
ContentEncoding.java
131
throw new
NullPointerException
(
Organization.java
87
throw new
NullPointerException
(
ProxyRequire.java
89
throw new
NullPointerException
("JAIN-SIP Exception, ProxyRequire, setOptionTag(), the optionTag parameter is null");
Require.java
87
throw new
NullPointerException
(
Subject.java
86
throw new
NullPointerException
(
Unsupported.java
89
throw new
NullPointerException
(
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssociatedURIHeader.java
74
* @throws
NullPointerException
when supplied URI is null
76
public void setAssociatedURI(URI associatedURI) throws
NullPointerException
;
/external/nist-sip/java/javax/sip/message/
Message.java
16
void addFirst(Header header) throws SipException,
NullPointerException
;
18
void addLast(Header header) throws SipException,
NullPointerException
;
23
void removeFirst(String headerName) throws
NullPointerException
;
24
void removeLast(String headerName) throws
NullPointerException
;
/frameworks/base/services/java/com/android/server/firewall/
FilterFactory.java
29
throw new
NullPointerException
();
/libcore/crypto/src/main/java/org/conscrypt/
TrustedCertificateKeyStoreSpi.java
37
throw new
NullPointerException
("alias == null");
44
throw new
NullPointerException
("alias == null");
68
throw new
NullPointerException
("alias == null");
91
throw new
NullPointerException
("alias == null");
/libcore/luni/src/main/java/java/security/
KeyRep.java
60
* @throws
NullPointerException
70
throw new
NullPointerException
("type == null");
73
throw new
NullPointerException
("algorithm == null");
76
throw new
NullPointerException
("format == null");
79
throw new
NullPointerException
("encoded == null");
/libcore/luni/src/main/java/java/security/spec/
ECFieldFp.java
43
throw new
NullPointerException
("p == null");
/libcore/luni/src/main/java/java/util/
FormatFlagsConversionMismatchException.java
47
throw new
NullPointerException
("f == null");
IllegalFormatConversionException.java
49
throw new
NullPointerException
("arg == null");
Completed in 766 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>