OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
851 - 875
of
1783
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterSurfaceView.java
55
throw new
NullPointerException
("Attempting to bind null filter to SurfaceView!");
/frameworks/base/voip/java/android/net/rtp/
AudioGroup.java
155
} catch (
NullPointerException
e) {
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmServer.java
54
throw new
NullPointerException
();
/libcore/luni/src/main/java/java/math/
MathContext.java
98
* @throws
NullPointerException
152
throw new
NullPointerException
("roundingMode == null");
/libcore/luni/src/main/java/java/security/cert/
X509CRL.java
221
throw new
NullPointerException
("certificate == null");
/libcore/luni/src/main/java/javax/crypto/
CipherInputStream.java
132
* @throws
NullPointerException
138
throw new
NullPointerException
("in == null");
/libcore/luni/src/test/java/libcore/java/io/
OldCharArrayWriterTest.java
67
fail("Test 4:
NullPointerException
expected.");
68
} catch (
NullPointerException
e) {
OldFilterReaderTest.java
86
fail("
NullPointerException
expected.");
87
} catch (
NullPointerException
e) {
OldFilterWriterTest.java
74
fail("
NullPointerException
expected.");
75
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/libcore/java/lang/
OldCharacterTest.java
37
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/libcore/java/util/jar/
OldAttributesTest.java
88
fail("
NullPointerException
expected");
89
} catch (
NullPointerException
ee) {
/libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketFactoryTest.java
57
} catch (
NullPointerException
expected) {
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherSpiTest.java
209
* throws
NullPointerException
if one of these buffers is null;
224
fail("
NullPointerException
must be thrown");
225
} catch (
NullPointerException
e) {
229
fail("
NullPointerException
must be thrown");
230
} catch (
NullPointerException
e) {
261
* throws
NullPointerException
if one of these buffers is null;
276
fail("
NullPointerException
must be thrown");
277
} catch (
NullPointerException
e) {
281
fail("
NullPointerException
must be thrown");
282
} catch (
NullPointerException
e)
[
all
...]
/libcore/luni/src/test/java/tests/api/java/util/
AbstractMapTest.java
300
} catch (
NullPointerException
optional) {
305
} catch (
NullPointerException
optional) {
313
} catch (
NullPointerException
optional) {
318
} catch (
NullPointerException
optional) {
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionContextTest.java
76
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/tests/api/org/xml/sax/
HandlerBaseTest.java
142
fail("
NullPointerException
expected");
144
fail("
NullPointerException
expected");
145
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
LocatorImplTest.java
62
fail("
NullPointerException
expected");
63
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/tests/security/cert/
CertPathBuilder1Test.java
110
* throws
NullPointerException
when algorithm is null
117
fail("No expected
NullPointerException
");
118
} catch (
NullPointerException
e) {
194
* throws
NullPointerException
when algorithm is null
205
fail("No expected
NullPointerException
");
206
} catch (
NullPointerException
e) {
258
* throws
NullPointerException
when algorithm is null
269
fail("No expected
NullPointerException
");
270
} catch (
NullPointerException
e) {
364
fail("
NullPointerException
must be thrown ")
[
all
...]
CertPathValidator1Test.java
126
* throws
NullPointerException
when algorithm is null
132
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when algorithm is null");
133
} catch (
NullPointerException
e) {
210
* throws
NullPointerException
when algorithm is null
221
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when algorithm is null");
222
} catch (
NullPointerException
e) {
277
* throws
NullPointerException
when algorithm is null
288
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when algorithm is null");
289
} catch (
NullPointerException
e) {
378
fail("
NullPointerException
must be thrown")
[
all
...]
CertPathValidator3Test.java
106
fail("
NullPointerException
must be thrown");
107
} catch(
NullPointerException
e) {
CertificateFactory2Test.java
157
fail("
NullPointerException
must be thrown");
161
} catch (
NullPointerException
e) {
163
fail("Unexpected
NullPointerException
was thrown");
177
* throws
NullPointerException
when type is null
184
fail("
NullPointerException
or CertificateException must be thrown when type is null");
186
} catch (
NullPointerException
e) {
208
* throws
NullPointerException
when type is null
219
fail("
NullPointerException
or CertificateException must be thrown when type is null");
221
} catch (
NullPointerException
e) {
274
* throws
NullPointerException
when type is nul
[
all
...]
/libcore/luni/src/test/java/tests/security/spec/
ECFieldFpTest.java
91
* Assertion:
NullPointerException
if <code>p</code> is null
98
} catch (
NullPointerException
e) {
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyCertificateFactorySpi.java
127
throw new
NullPointerException
("certificates is null");
/packages/apps/Contacts/src/com/android/contacts/list/
ContactsSectionIndexer.java
43
throw new
NullPointerException
();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyDetector.java
56
throw new
NullPointerException
();
Completed in 1328 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>