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

<<21222324252627282930>>

  /libcore/luni/src/test/java/tests/security/spec/
X509EncodedKeySpecTest.java 55 fail("expected NullPointerException");
56 } catch (NullPointerException e) {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySignature1.java 82 if (b == null) throw new NullPointerException();
  /packages/apps/Email/src/org/apache/commons/io/input/
CharSequenceReader.java 100 throw new NullPointerException("Character array is missing");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringDescriptor.java 65 } catch (NullPointerException e) {
  /sdk/uiautomatorviewer/src/com/android/uiautomator/tree/
BasicTreeNode.java 39 throw new NullPointerException("Cannot add null child");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
BufferedReaderTest.java 235 } catch (NullPointerException e) {
348 fail("Assert 0: NullPointerException expected");
349 } catch (NullPointerException e) {
354 // NullPointerexception when the reader is closed.
384 } catch (NullPointerException expected) {
391 } catch (NullPointerException expected) {
397 fail("should throw NullPointerException");
398 } catch (NullPointerException e) {
404 fail("should throw NullPointerException");
405 } catch (NullPointerException e)
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
JoinerTest.java 70 } catch (NullPointerException expected) {
75 } catch (NullPointerException expected) {
81 } catch (NullPointerException expected) {
86 } catch (NullPointerException expected) {
293 } catch (NullPointerException expected) {
320 } catch (NullPointerException expected) {
326 } catch (NullPointerException expected) {
  /frameworks/base/keystore/java/android/security/
AndroidKeyStore.java 94 throw new NullPointerException("alias == null");
127 throw new NullPointerException("alias == null");
178 throw new NullPointerException("alias == null");
351 throw new NullPointerException("cert == null");
405 throw new NullPointerException("alias == null");
425 throw new NullPointerException("alias == null");
433 throw new NullPointerException("alias == null");
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableMapTest.java 319 } catch (NullPointerException expected) {
324 } catch (NullPointerException expected) {
395 } catch (NullPointerException expected) {
404 } catch (NullPointerException expected) {
413 } catch (NullPointerException expected) {
422 } catch (NullPointerException expected) {
461 } catch (NullPointerException expected) {
467 } catch (NullPointerException expected) {
475 } catch (NullPointerException expected) {
481 } catch (NullPointerException expected)
    [all...]
ImmutableMultisetTest.java 165 } catch (NullPointerException expected) {}
192 } catch (NullPointerException expected) {}
218 } catch (NullPointerException expected) {}
244 } catch (NullPointerException expected) {}
341 fail("expected NullPointerException");
342 } catch (NullPointerException expected) {}
349 fail("expected NullPointerException");
350 } catch (NullPointerException expected) {}
356 fail("expected NullPointerException");
357 } catch (NullPointerException expected) {
    [all...]
ImmutableSortedMultisetTest.java 174 } catch (NullPointerException expected) {}
201 } catch (NullPointerException expected) {}
227 } catch (NullPointerException expected) {}
253 } catch (NullPointerException expected) {}
335 fail("expected NullPointerException");
336 } catch (NullPointerException expected) {}
343 fail("expected NullPointerException");
344 } catch (NullPointerException expected) {}
350 fail("expected NullPointerException");
351 } catch (NullPointerException expected) {
    [all...]
ImmutableListTest.java 228 } catch (NullPointerException expected) {
236 } catch (NullPointerException expected) {
268 } catch(NullPointerException expected) {
277 } catch (NullPointerException expected) {
309 } catch (NullPointerException expected) {
336 } catch (NullPointerException expected) {
344 } catch(NullPointerException expected) {
722 fail("expected NullPointerException");
723 } catch (NullPointerException expected) {
728 fail("expected NullPointerException");
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 133 fail("NullPointerException expected");
134 } catch (NullPointerException e) {
146 fail("NullPointerException expected");
147 } catch (NullPointerException e) {
199 fail("NullPointerException expected");
200 } catch (NullPointerException e) {
217 fail("NullPointerException expected");
218 } catch (NullPointerException e) {
238 fail("NullPointerException expected");
239 } catch (NullPointerException ee)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
StateListDrawableTest.java 144 fail("Should throw NullPointerException.");
145 } catch (NullPointerException e) {
151 fail("Should throw NullPointerException.");
152 } catch (NullPointerException e) {
210 } catch (NullPointerException e) {
216 } catch (NullPointerException e) {
222 } catch (NullPointerException e) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDataItem.java 82 throw new NullPointerException("thisClass == null");
125 throw new NullPointerException("field == null");
144 throw new NullPointerException("field == null");
157 throw new NullPointerException("method == null");
170 throw new NullPointerException("method == null");
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDataItem.java 79 throw new NullPointerException("thisClass == null");
122 throw new NullPointerException("field == null");
141 throw new NullPointerException("field == null");
154 throw new NullPointerException("method == null");
167 throw new NullPointerException("method == null");
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorTest.java 136 fail("NullPointerException must be thrown");
137 } catch (NullPointerException e) {
141 fail("NullPointerException or InvalidParameterException must be thrown");
143 } catch (NullPointerException e) {
149 * throws NullPointerException when algorithm is null throws
155 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
156 } catch (NullPointerException e) {
187 * throws NullPointerException when algorithm is null
199 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
200 } catch (NullPointerException e)
    [all...]
SecretKeyFactoryTest.java 138 fail("NullPointerException must be thrown");
139 } catch (NullPointerException e) {
146 * throws NullPointerException when algorithm is null;
152 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
153 } catch (NullPointerException e) {
186 * throws NullPointerException when algorithm is null;
197 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
198 } catch (NullPointerException e) {
276 * Assertion: throws NullPointerException when algorithm is null;
286 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null")
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDataItem.java 79 throw new NullPointerException("thisClass == null");
122 throw new NullPointerException("field == null");
141 throw new NullPointerException("field == null");
154 throw new NullPointerException("method == null");
167 throw new NullPointerException("method == null");
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java 314 } catch (NullPointerException optional) {
336 } catch (NullPointerException optional) {
448 } catch (NullPointerException e) {
453 } catch (NullPointerException e) {
625 } catch (NullPointerException e) {
688 fail("Expected NullPointerException.");
689 } catch (NullPointerException e) {
695 fail("Expected UnsupportedOperationException or NullPointerException.");
698 } catch (NullPointerException e) {
748 } catch (NullPointerException e)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Path.java 406 throw new NullPointerException("need rect parameter");
434 throw new NullPointerException("need oval parameter");
462 throw new NullPointerException("need oval parameter");
478 throw new NullPointerException("need rect parameter");
495 throw new NullPointerException("need rect parameter");
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 310 fail("should throw NullPointerException");
311 } catch (NullPointerException e) {
317 fail("should throw NullPointerException");
318 } catch (NullPointerException e) {
338 fail("should throw NullPointerException");
339 } catch (NullPointerException e) {
344 fail("should throw NullPointerException");
345 } catch (NullPointerException e) {
379 fail("Expected NullPointerException was not thrown");
380 } catch (NullPointerException e)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TimerTest.java 196 fail("NullPointerException expected");
197 } catch (NullPointerException e) {
203 fail("NullPointerException expected");
204 } catch (NullPointerException e) {
395 // Ensure a Timer throws a NullPointerException if the task is null
401 } catch (NullPointerException e) {
405 "Scheduling a null task should throw NullPointerException",
409 // Ensure a Timer throws a NullPointerException if the date is null
415 } catch (NullPointerException e) {
419 "Scheduling a null date should throw NullPointerException",
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.java 163 } catch (NullPointerException e) {
169 } catch (NullPointerException e) {
197 } catch (NullPointerException e) {
203 } catch (NullPointerException e) {
209 } catch (NullPointerException e) {
226 } catch (NullPointerException e) {
232 } catch (NullPointerException e) {
261 } catch (NullPointerException e) {
267 } catch (NullPointerException e) {
273 } catch (NullPointerException e)
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineTest.java 491 } catch (NullPointerException npe) {
500 } catch (NullPointerException npe) {
509 } catch (NullPointerException npe) {
518 } catch (NullPointerException npe) {
658 } catch (NullPointerException npe) {
668 } catch (NullPointerException npe) {
809 } catch (NullPointerException npe) {
819 } catch (NullPointerException npe) {
829 } catch (NullPointerException npe) {
    [all...]

Completed in 1483 milliseconds

<<21222324252627282930>>