HomeSort by relevance Sort by last modified time
    Searched refs:NullPointerException (Results 351 - 375 of 1783) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/javax/crypto/
CipherSpi.java 334 throw new NullPointerException("input == null");
337 throw new NullPointerException("output == null");
455 throw new NullPointerException("input == null");
458 throw new NullPointerException("output == null");
  /libcore/luni/src/main/java/javax/crypto/spec/
IvParameterSpec.java 40 * @throws NullPointerException
45 throw new NullPointerException("iv == null");
  /libcore/luni/src/main/java/libcore/io/
DropBox.java 31 throw new NullPointerException("reporter == null");
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 149 } catch (NullPointerException e) {
162 } catch (NullPointerException e) {
175 } catch (NullPointerException e) {
188 } catch (NullPointerException e) {
201 } catch (NullPointerException e) {
214 } catch (NullPointerException e) {
227 } catch (NullPointerException e) {
240 } catch (NullPointerException e) {
253 } catch (NullPointerException e) {
266 } catch (NullPointerException e)
    [all...]
OldTreeMapTest.java 127 fail("NullPointerException expected");
128 } catch (NullPointerException e) {
149 fail("NullPointerException expected");
150 } catch (NullPointerException e) {
170 fail("NullPointerException expected");
171 } catch (NullPointerException e) {
204 fail("NullPointerException expected");
205 } catch (NullPointerException e) {
235 fail("NullPointerException expected");
236 } catch (NullPointerException e)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStreamTest.java 40 fail("NullPointerException expected");
41 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLEncoderTest.java 63 fail("NullPointerException expected");
64 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
PatternErrorTest.java 28 // null regex string - should get NullPointerException
31 fail("NullPointerException expected");
32 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSCallbackHandlerProtectionTest.java 45 * Assertion: throws NullPointerException when handler is null
50 fail("NullPointerException must be thrown when handler is null");
51 } catch (NullPointerException e) {
KSSecretKeyEntryTest.java 39 * Assertion: throws NullPointerException when secretKey is null
45 fail("NullPointerException must be thrown when secretKey is null");
46 } catch(NullPointerException e) {
KSTrustedCertificateEntryTest.java 43 * Assertion: throws NullPointerException when trustCert is null
49 fail("NullPointerException must be thrown when trustCert is null");
50 } catch (NullPointerException e) {
KeyRepTest.java 48 fail("NullPointerException has not been thrown (type)");
49 } catch (NullPointerException expected) {
53 fail("NullPointerException has not been thrown (alg)");
54 } catch (NullPointerException expected) {
58 fail("NullPointerException has not been thrown (format)");
59 } catch (NullPointerException expected) {
63 fail("NullPointerException has not been thrown (encoding)");
64 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
WeakReferenceTest.java 51 } catch (NullPointerException e) {
54 assertTrue("Should not throw NullPointerException", !exception);
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
CertPathTrustManagerParametersTest.java 36 * Case 2: Check NullPointerException.
50 // case 2: Check NullPointerException.
54 } catch (NullPointerException npe) {
  /libcore/luni/src/test/java/tests/security/spec/
MGF1ParameterSpecTest.java 61 * Assertion: <code>NullPointerException</code> if parameter is <code>null</code>
66 fail("NullPointerException has not been thrown");
67 } catch (NullPointerException ok) {
  /packages/apps/Email/src/org/apache/james/mime4j/util/
TempStorage.java 68 throw new NullPointerException("inst");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ViewLayoutUtils.java 36 throw new NullPointerException("placer is null");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
Collections2Test.java 120 } catch (NullPointerException e) {
133 } catch (NullPointerException e) {
146 } catch (NullPointerException e) {
159 } catch (NullPointerException e) {
172 } catch (NullPointerException e) {
185 } catch (NullPointerException e) {
198 } catch (NullPointerException e) {
211 } catch (NullPointerException e) {
224 } catch (NullPointerException e) {
237 } catch (NullPointerException e)
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SinkChannelTest.java 154 fail("should throw NullPointerException");
155 } catch (NullPointerException e) {
219 fail("should throw NullPointerException");
220 } catch (NullPointerException e) {
229 fail("should throw NullPointerException");
230 } catch (NullPointerException e) {
261 fail("should throw NullPointerException");
262 } catch (NullPointerException e) {
310 } catch (NullPointerException expected) {
324 fail("should throw NullPointerException");
    [all...]
SourceChannelTest.java 80 fail("should throw NullPointerException");
81 } catch (NullPointerException e) {
128 fail("should throw NullPointerException");
129 } catch (NullPointerException e) {
136 fail("should throw NullPointerException");
137 } catch (NullPointerException e) {
208 fail("should throw NullPointerException");
209 } catch (NullPointerException e) {
218 fail("should throw NullPointerException");
219 } catch (NullPointerException e)
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 121 fail("NullPointerException should be thrown.");
124 } catch(NullPointerException npe) {
159 fail("NullPointerException should be thrown.");
162 } catch(NullPointerException npe) {
168 fail("NullPointerException should be thrown.");
171 } catch(NullPointerException npe) {
214 fail("NullPointerException should be thrown.");
217 } catch(NullPointerException npe) {
254 fail("NullPointerException should be thrown.");
257 } catch(NullPointerException npe)
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerMemoryInfoTest.java 55 fail("writeToParcel should throw out NullPointerException when Parcel is null");
56 } catch (NullPointerException e) {
81 fail("readFromParcel should throw out NullPointerException when Parcel is null");
82 } catch (NullPointerException e) {
  /cts/tests/tests/text/src/android/text/style/cts/
AbsoluteSizeSpanTest.java 63 fail("should throw NullPointerException when TextPaint is null.");
64 } catch (NullPointerException e) {
84 fail("should throw NullPointerException when TextPaint is null.");
85 } catch (NullPointerException e) {
TypefaceSpanTest.java 62 fail("should throw NullPointerException.");
63 } catch (NullPointerException e) {
82 fail("should throw NullPointerException.");
83 } catch (NullPointerException e) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvCode.java 84 throw new NullPointerException("unprocessedInsns == null");
88 throw new NullPointerException("unprocessedCatches == null");

Completed in 1196 milliseconds

<<11121314151617181920>>