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

<<61626364656667686970>>

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 210 * throws NullPointerException when type is null
218 fail("NullPointerException must be thrown when type is null");
219 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
ParserAdapterTest.java 105 fail("NullPointerException expected");
106 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/java/security/
IdentityTest.java 158 } catch (NullPointerException ok) {}
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 112 throw new NullPointerException("alias == null");
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 104 } catch(NullPointerException npe) {
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 88 fail("should throw NullPointerException.");
89 } catch (NullPointerException e) {
94 fail("should throw NullPointerException.");
95 } catch (NullPointerException e) {
100 fail("should throw NullPointerException.");
101 } catch (NullPointerException e) {
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 59 throw new NullPointerException("bytes == null");
63 throw new NullPointerException("pool == null");
152 throw new NullPointerException("visitor == null");
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterTest.java 52 } catch (NullPointerException e) {
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
IntegerTest.java 62 } catch (NullPointerException e) {
180 } catch (NullPointerException e) {
    [all...]
DoubleTest.java 273 } catch (NullPointerException e) {
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
HashMapTest.java 181 fail("Should throw NullPointerException");
182 } catch (NullPointerException e) {
538 fail("Should throw NullPointerException");
539 } catch (NullPointerException e) {
545 fail("Should throw NullPointerException");
546 } catch (NullPointerException e) {
CalendarTest.java 418 fail("should throw NullPointerException");
419 } catch (NullPointerException e) {
888 fail("Should throw NullPointerException");
889 } catch (NullPointerException e) {
    [all...]
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetDecoderTest.java 210 } catch (NullPointerException e) {
315 fail("NullPointerException expected");
316 } catch (NullPointerException e) {
320 fail("NullPointerException expected");
321 } catch (NullPointerException e) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXParametersTest.java 113 * Assertion: <code>NullPointerException</code> -
121 } catch (NullPointerException e) {
163 * Assertion: <code>NullPointerException</code> -
173 } catch (NullPointerException e) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapConstraintsTest.java 89 fail("NullPointerException expected");
90 } catch (NullPointerException expected) {}
93 fail("NullPointerException expected");
94 } catch (NullPointerException expected) {}
97 fail("NullPointerException expected");
98 } catch (NullPointerException expected) {}
  /external/guava/guava-tests/test/com/google/common/io/
ByteStreamsTest.java 402 } catch (NullPointerException e) {
408 } catch (NullPointerException e) {
767 } catch (NullPointerException expected) {
  /frameworks/base/core/java/android/app/
DownloadManager.java 414 throw new NullPointerException();
513 throw new NullPointerException("subPath cannot be null");
537 throw new NullPointerException("header cannot be null");
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
CookiesTest.java 442 } catch (NullPointerException expected) {
449 } catch (NullPointerException expected) {
456 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
MethodTest.java 104 public int invokeExceptionTest() throws NullPointerException {
105 throw new NullPointerException();
685 // Generate a NullPointerException
690 } catch (NullPointerException e) {
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java 345 if (source == null) throw new NullPointerException("source");
346 if (shortcutId == null) throw new NullPointerException("shortcutId");
390 throw new NullPointerException("Missing source for shortcut.");
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DecimalFormatTest.java 330 } catch (NullPointerException e) {
470 // NullPointerException will be thrown out.
474 } catch (NullPointerException e) {
481 } catch (NullPointerException e) {
488 } catch (NullPointerException e) {
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
ByteBufferTest.java 335 } catch (NullPointerException e) {
383 } catch (NullPointerException e) {
563 } catch (NullPointerException e) {
633 } catch (NullPointerException e) {
685 } catch (NullPointerException e) {
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 418 fail("should throw NullPointerException");
419 } catch (NullPointerException e) {
888 fail("Should throw NullPointerException");
889 } catch (NullPointerException e) {
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java 268 fail("Should throw NullPointerException if param looper is null");
269 } catch (NullPointerException e) {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 114 } catch (NullPointerException e) {

Completed in 2262 milliseconds

<<61626364656667686970>>