OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
1126 - 1150
of
1783
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java
102
* @throws
NullPointerException
if the callable is null
106
throw new
NullPointerException
();
121
* @throws
NullPointerException
if the runnable is null
169
throw new
NullPointerException
();
SynchronousQueue.java
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
FileClientSessionCache.java
124
throw new
NullPointerException
("host == null");
185
throw new
NullPointerException
("sessionData == null");
/libcore/luni/src/test/java/libcore/java/io/
OldBufferedWriterTest.java
151
fail("Test 1:
NullPointerException
expected.");
152
} catch (
NullPointerException
e) {
266
fail("Test 1:
NullPointerException
expected.");
267
} catch (
NullPointerException
e) {
OldDataInputStreamTest.java
244
fail("Test 5:
NullPointerException
expected.");
245
} catch (
NullPointerException
e) {
253
fail("Test 6:
NullPointerException
expected.");
254
} catch (
NullPointerException
e) {
OldFilterInputStreamTest.java
50
//
NullPointerException
.
55
} catch (
NullPointerException
npe) {
56
fail("Unexpected
NullPointerException
.");
179
fail("Test 1:
NullPointerException
expected.");
180
} catch (
NullPointerException
e) {
OldPushbackReaderTest.java
50
} catch (
NullPointerException
e) {
169
fail("should throw
NullPointerException
");
170
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java
287
fail("
NullPointerException
is not thrown.");
288
} catch(
NullPointerException
npe) {
672
fail("
NullPointerException
is not thrown.");
673
} catch(
NullPointerException
npe) {
688
fail("
NullPointerException
is not thrown.");
689
} catch(
NullPointerException
npe) {
716
fail("
NullPointerException
is not thrown.");
717
} catch(
NullPointerException
npe) {
741
fail("
NullPointerException
is thrown.");
742
} catch(
NullPointerException
npe)
[
all
...]
ThrowableTest.java
36
// We used to throw
NullPointerException
when printing an exception with no stack trace.
103
} catch (
NullPointerException
expected) {
186
} catch (
NullPointerException
expected) {
/libcore/luni/src/test/java/libcore/java/net/
OldURLStreamHandlerTest.java
44
fail("
NullPointerException
was not thrown.");
45
} catch(
NullPointerException
npe) {
75
fail("
NullPointerException
was not thrown.");
76
} catch(
NullPointerException
expected) {
/libcore/luni/src/test/java/libcore/java/security/cert/
OldPKIXParametersTest.java
89
} catch (
NullPointerException
e) {
167
fail("
NullPointerException
expected");
168
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java
88
fail("Expected
NullPointerException
");
89
} catch (
NullPointerException
e) {
115
fail("Expected
NullPointerException
");
116
} catch (
NullPointerException
e) {
122
} catch (
NullPointerException
e) {
411
fail("should throw
NullPointerException
");
412
} catch (
NullPointerException
e) {
418
fail("should throw
NullPointerException
");
419
} catch (
NullPointerException
e) {
426
fail("should throw
NullPointerException
");
[
all
...]
/libcore/luni/src/test/java/tests/api/java/util/
VectorTest.java
126
fail("
NullPointerException
expected");
127
} catch (
NullPointerException
e) {
234
fail("
NullPointerException
expected");
235
} catch(
NullPointerException
e) {
272
fail("
NullPointerException
expected");
273
} catch(
NullPointerException
e) {
401
fail("
NullPointerException
expected");
402
} catch (
NullPointerException
e) {
422
fail("
NullPointerException
expected");
423
} catch (
NullPointerException
e)
[
all
...]
/libcore/luni/src/test/java/tests/api/javax/security/auth/
X500PrincipalTest.java
53
fail("
NullPointerException
wasn't thrown");
54
} catch (
NullPointerException
npe) {
56
fail(e + " was thrown instead of
NullPointerException
");
88
fail("
NullPointerException
wasn't thrown");
89
} catch (
NullPointerException
npe) {
91
fail(e + " was thrown instead of
NullPointerException
");
/libcore/luni/src/test/java/tests/security/cert/
PKIXBuilderParametersTest.java
148
* Assertion: <code>
NullPointerException
</code> -
156
} catch (
NullPointerException
e) {
179
* Assertion: <code>
NullPointerException
</code> - if the
186
fail("
NullPointerException
expected");
187
} catch (
NullPointerException
e) {
231
* Assertion: <code>
NullPointerException
</code> -
/libcore/luni/src/test/java/tests/security/spec/
ECFieldF2mTest.java
47
* <code>NPE</code> reference object of class
NullPointerException
.
48
*
NullPointerException
must be thrown by <code>ECFieldF2m</code>
51
static final
NullPointerException
NPE = new
NullPointerException
();
250
* Assertion:
NullPointerException
if ks is null.
289
* Assertion:
NullPointerException
if rp is null.
/packages/apps/Mms/src/com/android/mms/util/
PduLoaderManager.java
77
throw new
NullPointerException
();
163
throw new
NullPointerException
();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
CookieStoreTest.java
46
fail("should throw
NullPointerException
");
47
} catch (
NullPointerException
e) {
53
fail("should throw
NullPointerException
");
54
} catch (
NullPointerException
e) {
60
fail("should throw
NullPointerException
");
61
} catch (
NullPointerException
e) {
136
fail("should throw
NullPointerException
");
137
} catch (
NullPointerException
e) {
291
fail("should throw
NullPointerException
");
292
} catch (
NullPointerException
e)
[
all
...]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
IntBufferTest.java
274
} catch (
NullPointerException
e) {
316
} catch (
NullPointerException
e) {
435
} catch (
NullPointerException
e) {
476
} catch (
NullPointerException
e) {
527
} catch (
NullPointerException
e) {
LongBufferTest.java
275
} catch (
NullPointerException
e) {
317
} catch (
NullPointerException
e) {
436
} catch (
NullPointerException
e) {
483
} catch (
NullPointerException
e) {
534
} catch (
NullPointerException
e) {
/frameworks/base/core/java/android/nfc/
NdefRecord.java
310
if (packageName == null) throw new
NullPointerException
("packageName is null");
339
if (uri == null) throw new
NullPointerException
("uri is null");
410
if (mimeType == null) throw new
NullPointerException
("mimeType is null");
456
if (domain == null) throw new
NullPointerException
("domain is null");
457
if (type == null) throw new
NullPointerException
("type is null");
[
all
...]
/libcore/luni/src/main/java/java/lang/
Class.java
257
throw new
NullPointerException
("annotationType == null");
446
throw new
NullPointerException
("name == null");
627
throw new
NullPointerException
("name == null");
679
* @throws
NullPointerException
783
throw new
NullPointerException
("name == null");
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore4Test.java
82
fail("expected
NullPointerException
");
83
} catch (
NullPointerException
e) {
139
} catch (
NullPointerException
e) {
180
fail("expected
NullPointerException
");
183
} catch (
NullPointerException
e) {
266
fail("expected
NullPointerException
");
269
} catch (
NullPointerException
e) {
615
fail("expected
NullPointerException
");
622
} catch (
NullPointerException
e) {
ProviderTest.java
466
fail("
NullPointerException
expected");
467
} catch (
NullPointerException
e) {
479
} catch (
NullPointerException
e) {
494
} catch (
NullPointerException
e) {
535
} catch (
NullPointerException
e) {
559
fail("
NullPointerException
expected");
560
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLContext1Test.java
129
fail("
NullPointerException
should be thrown");
130
} catch (
NullPointerException
e) {
134
fail("
NullPointerException
should be thrown");
135
} catch (
NullPointerException
e) {
211
* throws
NullPointerException
when protocol is null; throws
217
fail("NoSuchAlgorithmException or
NullPointerException
should be thrown (protocol is null");
219
} catch (
NullPointerException
e) {
259
* method Assertion: throws
NullPointerException
when protocol is null;
269
fail("NoSuchAlgorithmException or
NullPointerException
should be thrown (protocol is null");
271
} catch (
NullPointerException
e)
[
all
...]
Completed in 926 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>