OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
1301 - 1325
of
1783
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterOutputStreamTest.java
95
fail("
NullPointerException
Not Thrown");
96
} catch (
NullPointerException
e) {
145
fail("
NullPointerException
Not Thrown");
146
} catch (
NullPointerException
e) {
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
Sasl3Test.java
99
* method Assertions: throws
NullPointerException
when mechanisms is null;
118
fail("
NullPointerException
should be thrown when mechanisms is null");
119
} catch (
NullPointerException
e) {
146
* method Assertions: throws
NullPointerException
when mechanisms is null;
154
fail("
NullPointerException
should be thrown when mechanisms is null");
155
} catch (
NullPointerException
e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileInputStreamTest.java
198
fail("Should throw
NullPointerException
");
199
} catch (
NullPointerException
e) {
300
fail("should throw
NullPointerException
");
301
} catch (
NullPointerException
e) {
FileOutputStreamTest.java
186
fail("Should throw
NullPointerException
");
187
} catch (
NullPointerException
e) {
216
fail("
NullPointerException
must be thrown");
217
} catch (
NullPointerException
e) {
PipedWriterTest.java
243
fail("
NullPointerException
expected");
245
fail("
NullPointerException
expected");
246
} catch (
NullPointerException
t) {}
258
fail("
NullPointerException
expected");
260
fail("
NullPointerException
expected");
261
} catch (
NullPointerException
t) {}
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
NetworkInterfaceTest.java
204
fail("getByName did not throw
NullPointerException
for null argument");
205
} catch (
NullPointerException
e) {
249
+ "
NullPointerException
if null passed in");
250
} catch (
NullPointerException
e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
EnumMapTest.java
83
fail("Expected
NullPointerException
"); //$NON-NLS-1$
84
} catch (
NullPointerException
e) {
91
fail("Expected
NullPointerException
"); //$NON-NLS-1$
92
} catch (
NullPointerException
e) {
98
fail("Expected
NullPointerException
"); //$NON-NLS-1$
99
} catch (
NullPointerException
e) {
151
fail("Expected
NullPointerException
"); //$NON-NLS-1$
152
} catch (
NullPointerException
e) {
185
fail("Expected
NullPointerException
"); //$NON-NLS-1$
186
} catch (
NullPointerException
e)
[
all
...]
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
PreferencesTest.java
84
fail("should throw
NullPointerException
");
85
} catch (
NullPointerException
e) {
122
fail("should throw
NullPointerException
");
123
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1PRNG_SecureRandomTest.java
114
fail("unexpected: nextBytes(null) :: No
NullPointerException
");
115
} catch (
NullPointerException
e) {
327
fail("setSeed(null) :: No
NullPointerException
");
328
} catch (
NullPointerException
e) {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDefItem.java
91
throw new
NullPointerException
("thisClass == null");
100
throw new
NullPointerException
("interfaces == null");
ValueEncoder.java
110
throw new
NullPointerException
("file == null");
114
throw new
NullPointerException
("out == null");
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpec.java
108
throw new
NullPointerException
("local == null");
157
throw new
NullPointerException
("type == null");
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRetainAllTester.java
79
*
NullPointerException
when disjointList does not, so we can't use
80
* MinimalCollection, which throws
NullPointerException
on calls to
299
} catch (
NullPointerException
expected) {
308
fail("retainAll(null) should throw
NullPointerException
");
309
} catch (
NullPointerException
expected) {
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
Geometry.java
120
throw new
NullPointerException
();
275
throw new
NullPointerException
("Geometry: " + getName() + " has null mesh");
/external/okhttp/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java
499
throw new
NullPointerException
("field == null");
509
throw new
NullPointerException
("field == null");
/libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java
87
} catch (
NullPointerException
expected) {
112
} catch (
NullPointerException
expected) {
/libcore/luni/src/main/java/java/lang/reflect/
Method.java
273
throw new
NullPointerException
("annotationType == null");
282
throw new
NullPointerException
("annotationType == null");
495
* @throws
NullPointerException
/libcore/luni/src/main/java/java/net/
NetworkInterface.java
104
* @throws
NullPointerException
if {@code interfaceName == null}.
108
throw new
NullPointerException
("interfaceName == null");
234
* @throws
NullPointerException
if {@code address == null}.
238
throw new
NullPointerException
("address == null");
URLConnection.java
478
* @throws
NullPointerException
485
throw new
NullPointerException
("field == null");
[
all
...]
/libcore/luni/src/main/java/java/util/
Locale.java
273
throw new
NullPointerException
();
566
throw new
NullPointerException
();
/libcore/luni/src/main/java/java/util/logging/
FileHandler.java
218
throw new
NullPointerException
("pattern == null");
220
throw new
NullPointerException
("pattern.isEmpty()");
379
* @throws
NullPointerException
405
* @throws
NullPointerException
436
* @throws
NullPointerException
472
* @throws
NullPointerException
/libcore/luni/src/main/java/javax/xml/datatype/
DatatypeFactory.java
162
* @throws
NullPointerException
if <code>lexicalRepresentation</code> is <code>null</code>.
325
* @throws
NullPointerException
If <code>lexicalRepresentation</code> is <code>null</code>.
329
throw new
NullPointerException
("lexicalRepresentation == null");
538
* @throws
NullPointerException
If <code>lexicalRepresentation</code> is <code>null</code>.
542
throw new
NullPointerException
("lexicalRepresentation == null");
[
all
...]
/libcore/luni/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java
503
throw new
NullPointerException
("field == null");
513
throw new
NullPointerException
("field == null");
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java
200
*
NullPointerException
- if null is passed to the "seed" argument
205
throw new
NullPointerException
("seed == null");
267
*
NullPointerException
- if null is passed to the "bytes" argument
279
throw new
NullPointerException
("bytes == null");
/libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionContextTest.java
85
} catch (
NullPointerException
expected) {
92
} catch (
NullPointerException
expected) {
Completed in 1430 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>