OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
551 - 575
of
1588
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/nist-sip/java/gov/nist/javax/sip/header/
ErrorInfo.java
118
throw new
NullPointerException
(
RetryAfter.java
159
throw new
NullPointerException
("the comment parameter is null");
UserAgent.java
113
throw new
NullPointerException
(
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
PUserDatabase.java
65
throw new
NullPointerException
("Database name is null");
Privacy.java
111
throw new
NullPointerException
(
/frameworks/base/core/java/android/app/backup/
BackupDataInput.java
74
if (fd == null) throw new
NullPointerException
();
BackupDataOutput.java
69
if (fd == null) throw new
NullPointerException
();
/frameworks/base/core/java/android/net/
InterfaceConfiguration.java
63
} catch (
NullPointerException
e) {
/frameworks/base/voip/java/android/net/sip/
SipProfile.java
92
if (profile == null) throw new
NullPointerException
();
114
throw new
NullPointerException
("uriString cannot be null");
137
throw new
NullPointerException
(
209
throw new
NullPointerException
("protocol cannot be null");
/libcore/dalvik/src/main/java/dalvik/system/
BlockGuard.java
151
throw new
NullPointerException
("policy == null");
/libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java
207
throw new
NullPointerException
("threads == null");
236
throw new
NullPointerException
("threadGroup == null");
454
throw new
NullPointerException
("thread == null");
480
throw new
NullPointerException
("thread == null");
/libcore/luni/src/main/java/java/io/
BufferedOutputStream.java
115
* @throws
NullPointerException
125
throw new
NullPointerException
("buffer == null");
PipedWriter.java
88
throw new
NullPointerException
();
150
* @throws
NullPointerException
Reader.java
59
* @throws
NullPointerException
64
throw new
NullPointerException
();
250
* @throws
NullPointerException
Writer.java
57
* @throws
NullPointerException
62
throw new
NullPointerException
();
/libcore/luni/src/main/java/java/lang/
Runtime.java
227
throw new
NullPointerException
();
336
throw new
NullPointerException
("library path was null.");
540
throw new
NullPointerException
("Hook may not be null.");
573
throw new
NullPointerException
("Hook may not be null.");
/libcore/luni/src/main/java/java/net/
DatagramSocket.java
247
throw new
NullPointerException
();
284
throw new
NullPointerException
("Destination address is null");
301
throw new
NullPointerException
("networkInterface == null");
380
throw new
NullPointerException
();
/libcore/luni/src/main/java/java/security/
CodeSigner.java
45
* @throws
NullPointerException
50
throw new
NullPointerException
("signerCertPath == null");
/libcore/luni/src/main/java/java/security/cert/
PolicyQualifierInfo.java
50
throw new
NullPointerException
("encoded == null");
/libcore/luni/src/main/java/java/util/
PropertyResourceBundle.java
49
throw new
NullPointerException
();
/libcore/luni/src/main/java/java/util/zip/
InflaterOutputStream.java
74
throw new
NullPointerException
();
135
* @throws
NullPointerException
if {@code b == null}.
/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
ListOfTypes.java
42
throw new
NullPointerException
("type == null");
/libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatReader.java
70
throw new
NullPointerException
("name == null");
97
throw new
NullPointerException
("name == null");
136
throw new
NullPointerException
("name == null");
149
throw new
NullPointerException
("name == null");
/libcore/luni/src/test/java/libcore/java/io/
OldByteArrayOutputStreamTest.java
90
fail("Test 4:
NullPointerException
expected.");
91
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/libcore/java/lang/reflect/
ConstructorTest.java
29
exceptions[0] =
NullPointerException
.class;
Completed in 1636 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>