OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
326 - 350
of
1783
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
MGF1ParameterSpecTest.java
62
* Assertion: <code>
NullPointerException
</code> if parameter is <code>null</code>
67
fail("
NullPointerException
has not been thrown");
68
} catch (
NullPointerException
ok) {
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
URIParameterTest.java
38
} catch (
NullPointerException
e) {
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalEnd.java
51
throw new
NullPointerException
("local == null");
LocalStart.java
59
throw new
NullPointerException
("local == null");
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetRefItem.java
44
throw new
NullPointerException
("annotations == null");
/external/dexmaker/src/dx/java/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");
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstAnnotation.java
35
throw new
NullPointerException
("annotation == null");
/external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractCollectionTester.java
69
* {@code
NullPointerException
}.
76
} catch (
NullPointerException
tolerated) {
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
QueueOfferTester.java
53
} catch (
NullPointerException
expected) {
/external/guava/guava-tests/test/com/google/common/collect/
AbstractTableTest.java
85
} catch (
NullPointerException
expected) {}
89
} catch (
NullPointerException
expected) {}
97
} catch (
NullPointerException
expected) {}
112
} catch (
NullPointerException
expected) {}
/external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractListeningExecutorServiceTest.java
172
} catch (
NullPointerException
success) {}
183
} catch (
NullPointerException
success) {}
253
} catch (
NullPointerException
success) {
287
} catch (
NullPointerException
success) {
304
assertTrue(success.getCause() instanceof
NullPointerException
);
334
} catch (
NullPointerException
success) {
365
} catch (
NullPointerException
success) {
385
assertTrue(success.getCause() instanceof
NullPointerException
);
418
} catch (
NullPointerException
success) {
434
} catch (
NullPointerException
success)
[
all
...]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonenumber.java
81
throw new
NullPointerException
();
116
throw new
NullPointerException
();
135
throw new
NullPointerException
();
154
throw new
NullPointerException
();
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
MessageDigestAlgorithm.java
35
* @throws
NullPointerException
in case of incorrectly null parameters.
51
throw new
NullPointerException
(
58
throw new
NullPointerException
(
112
* @throws
NullPointerException
in case of incorrectly null parameters.
128
throw new
NullPointerException
(
140
throw new
NullPointerException
(
/external/nist-sip/java/gov/nist/javax/sip/header/
AcceptEncoding.java
149
throw new
NullPointerException
(" encoding parameter is null");
Server.java
118
throw new
NullPointerException
(
Supported.java
102
throw new
NullPointerException
(
Warning.java
132
throw new
NullPointerException
("the host parameter in the Warning header is null");
/frameworks/base/core/java/android/nfc/tech/
NfcBarcode.java
69
throw new
NullPointerException
("NfcBarcode tech extras are null.");
/libcore/dalvik/src/main/java/dalvik/system/
SocketTagger.java
69
throw new
NullPointerException
("tagger == null");
/libcore/luni/src/main/java/java/io/
PipedOutputStream.java
84
throw new
NullPointerException
("stream == null");
/libcore/luni/src/main/java/java/lang/reflect/
Proxy.java
84
* @throws
NullPointerException
92
throw new
NullPointerException
("interfaces == null");
98
throw new
NullPointerException
("interfaces[" + i + "] == null");
202
* @throws
NullPointerException
209
throw new
NullPointerException
("h == null");
239
* @throws
NullPointerException
244
throw new
NullPointerException
("cl == null");
/libcore/luni/src/main/java/java/security/
Signer.java
86
throw new
NullPointerException
("pair == null");
/libcore/luni/src/main/java/java/util/
AbstractSet.java
57
} catch (
NullPointerException
ignored) {
Observable.java
52
throw new
NullPointerException
("observer == null");
/libcore/luni/src/main/java/java/util/logging/
Handler.java
230
throw new
NullPointerException
("record == null");
299
* @throws
NullPointerException
305
throw new
NullPointerException
("newErrorManager == null");
330
throw new
NullPointerException
("newFormatter == null");
340
* @throws
NullPointerException
354
* @throws
NullPointerException
359
throw new
NullPointerException
("newLevel == null");
Completed in 1843 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>