OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
901 - 925
of
1783
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/spi/
AbstractSelectableChannelTest.java
154
fail("Should throw
NullPointerException
");
155
} catch (
NullPointerException
e) {
168
fail("Should throw
NullPointerException
");
169
} catch (
NullPointerException
e) {
215
fail("Should throw
NullPointerException
");
216
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator2Test.java
114
* throws
NullPointerException
must be thrown is null
122
fail("
NullPointerException
or NoSuchAlgorithmException should be thrown");
123
} catch (
NullPointerException
e) {
148
* throws
NullPointerException
must be thrown is null
159
fail("
NullPointerException
or NoSuchAlgorithmException should be thrown");
160
} catch (
NullPointerException
e) {
209
* throws
NullPointerException
must be thrown is null
219
fail("
NullPointerException
or NoSuchAlgorithmException should be thrown");
220
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathBuilder2Test.java
116
* throws
NullPointerException
when algorithm is null
124
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when algorithm is null");
125
} catch (
NullPointerException
e) {
148
* throws
NullPointerException
when algorithm is null
159
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when algorithm is null");
160
} catch (
NullPointerException
e) {
214
* throws
NullPointerException
when algorithm is null
223
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when algorithm is null");
224
} catch (
NullPointerException
e) {
CertPathValidator2Test.java
114
* throws
NullPointerException
when algorithm is null
122
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when algorithm is null");
123
} catch (
NullPointerException
e) {
146
* throws
NullPointerException
when algorithm is null
157
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when algorithm is null");
158
} catch (
NullPointerException
e) {
212
* throws
NullPointerException
when algorithm is null
222
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when algorithm is null");
223
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECPointTest.java
63
* Assertion: throws <code>
NullPointerException
</code> if <code>x</code>or
66
* Expected: must throw <code>
NullPointerException
</code>
73
} catch (
NullPointerException
ok) {
81
} catch (
NullPointerException
ok) {
89
} catch (
NullPointerException
ok) {
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
NumberFormatTest.java
104
fail("Should throw
NullPointerException
");
105
} catch (
NullPointerException
e) {
111
fail("Should throw
NullPointerException
");
112
} catch (
NullPointerException
e) {
256
fail("
NullPointerException
expected");
257
} catch (
NullPointerException
e) {
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
KeyManagerFactory2Test.java
126
* throws
NullPointerException
when algorithm is null;
133
fail("NoSuchAlgorithmException or
NullPointerException
should be thrown (algorithm is null");
135
} catch (
NullPointerException
e) {
161
* throws
NullPointerException
when algorithm is null;
170
fail("NoSuchAlgorithmException or
NullPointerException
should be thrown (algorithm is null");
172
} catch (
NullPointerException
e) {
228
* throws
NullPointerException
when algorithm is null;
236
fail("NoSuchAlgorithmException or
NullPointerException
should be thrown (algorithm is null");
238
} catch (
NullPointerException
e) {
TrustManagerFactory2Test.java
116
* throws
NullPointerException
when algorithm is null;
123
fail("NoSuchAlgorithmException or
NullPointerException
should be thrown (algorithm is null");
125
} catch (
NullPointerException
e) {
151
* throws
NullPointerException
when algorithm is null;
160
fail("NoSuchAlgorithmException or
NullPointerException
should be thrown (algorithm is null");
162
} catch (
NullPointerException
e) {
218
* throws
NullPointerException
when algorithm is null;
226
fail("NoSuchAlgorithmException or
NullPointerException
should be thrown (algorithm is null");
228
} catch (
NullPointerException
e) {
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java
150
* <code>
NullPointerException
</code> is thrown.</p>
162
* @throws
NullPointerException
If <code>returnType</code> is
169
//Throwing
NullPointerException
as defined in spec
173
throw new
NullPointerException
( fmsg );
185
} catch ( java.lang.
NullPointerException
npe ) {
187
//
NullPointerException
at this stage for some other reason
256
* then a <code>
NullPointerException
</code> is thrown.</p>
269
* @throws
NullPointerException
If <code>source</code> or
278
throw new
NullPointerException
( fmsg );
313
* <p>If <code>source</code> is <code>null</code>, then a <code>
NullPointerException
</code> is thrown.</p
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsn.java
97
throw new
NullPointerException
("opcode == null");
101
throw new
NullPointerException
("position == null");
105
throw new
NullPointerException
("registers == null");
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
CodeItem.java
90
throw new
NullPointerException
("ref == null");
94
throw new
NullPointerException
("code == null");
98
throw new
NullPointerException
("throwsList == null");
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rop.java
98
throw new
NullPointerException
("result == null");
102
throw new
NullPointerException
("sources == null");
106
throw new
NullPointerException
("exceptions == null");
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapPutTester.java
119
} catch (
NullPointerException
expected) {
137
} catch (
NullPointerException
expected) {
158
} catch (
NullPointerException
expected) {
/external/guava/guava-tests/test/com/google/common/base/
PreconditionsTest.java
138
} catch (
NullPointerException
expected) {
151
} catch (
NullPointerException
expected) {
166
} catch (
NullPointerException
expected) {
StringsTest.java
75
} catch (
NullPointerException
expected) {
104
} catch (
NullPointerException
expected) {
139
} catch (
NullPointerException
expected) {
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java
110
throw new
NullPointerException
("The shader type must be specified");
155
throw new
NullPointerException
("Shader source cannot be null");
163
throw new
NullPointerException
("Shader defines cannot be null");
/frameworks/base/core/java/com/android/internal/net/
NetworkStatsFactory.java
106
} catch (
NullPointerException
e) {
155
} catch (
NullPointerException
e) {
216
} catch (
NullPointerException
e) {
/libcore/dom/src/test/java/org/w3c/domts/
DOMTest.java
42
throw new
NullPointerException
("factory");
135
throw new
NullPointerException
("scheme");
159
throw new
NullPointerException
("scheme");
/libcore/luni/src/main/java/java/lang/
ProcessManager.java
171
throw new
NullPointerException
("taintedCommand == null");
184
throw new
NullPointerException
("taintedCommand[" + i + "] == null");
191
throw new
NullPointerException
("taintedEnvironment[" + i + "] == null");
/libcore/luni/src/main/java/java/security/
Security.java
225
* @throws
NullPointerException
230
throw new
NullPointerException
("filter == null");
269
* @throws
NullPointerException
274
throw new
NullPointerException
("filter == null");
339
throw new
NullPointerException
("key == null");
Signature.java
96
* @throws
NullPointerException
102
throw new
NullPointerException
("algorithm == null");
130
* @throws
NullPointerException
137
throw new
NullPointerException
("algorithm == null");
161
* @throws
NullPointerException
168
throw new
NullPointerException
("algorithm == null");
/libcore/luni/src/main/java/java/security/cert/
PKIXParameters.java
82
throw new
NullPointerException
("trustAnchors == null");
104
throw new
NullPointerException
("keyStore == null");
149
throw new
NullPointerException
("trustAnchors == null");
/libcore/luni/src/main/java/java/text/
DateFormatSymbols.java
140
* @throws
NullPointerException
if {@code locale == null}
145
throw new
NullPointerException
("locale == null");
408
* @throws
NullPointerException
413
throw new
NullPointerException
("data == null");
470
* @throws
NullPointerException
if {@code zoneStrings == null}.
474
throw new
NullPointerException
("zoneStrings == null");
/libcore/luni/src/main/java/javax/security/auth/x500/
X500Principal.java
97
throw new
NullPointerException
("in == null");
126
throw new
NullPointerException
("name == null");
137
throw new
NullPointerException
("name == null");
/libcore/luni/src/test/java/libcore/java/io/
OldFileTest.java
90
fail("Test 2:
NullPointerException
expected.");
91
} catch (
NullPointerException
e) {
127
fail("Test 2:
NullPointerException
expected.");
128
} catch (
NullPointerException
e) {
164
fail("Test 1:
NullPointerException
expected.");
165
} catch (
NullPointerException
e) {
Completed in 873 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>