HomeSort by relevance Sort by last modified time
    Searched refs:NullPointerException (Results 226 - 250 of 1923) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/text/src/android/text/style/cts/
SubscriptSpanTest.java 54 fail("should throw NullPointerException.");
55 } catch (NullPointerException e) {
74 fail("should throw NullPointerException.");
75 } catch (NullPointerException e) {
SuperscriptSpanTest.java 54 fail("should throw NullPointerException.");
55 } catch (NullPointerException e) {
74 fail("should throw NullPointerException.");
75 } catch (NullPointerException e) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dop.java 60 throw new NullPointerException("format == null");
64 throw new NullPointerException("name == null");
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteBlock.java 70 throw new NullPointerException("targets == null");
83 throw new NullPointerException("catches == null");
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
NameValuePair.java 41 throw new NullPointerException("name == null");
45 throw new NullPointerException("value == null");
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstMemberRef.java 37 throw new NullPointerException("definingClass == null");
41 throw new NullPointerException("nat == null");
CstNat.java 48 throw new NullPointerException("name == null");
52 throw new NullPointerException("descriptor == null");
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlock.java 70 throw new NullPointerException("targets == null");
83 throw new NullPointerException("catches == null");
  /dalvik/dx/src/com/android/dx/rop/annotation/
NameValuePair.java 40 throw new NullPointerException("name == null");
44 throw new NullPointerException("value == null");
  /dalvik/dx/src/com/android/dx/rop/cst/
CstMemberRef.java 37 throw new NullPointerException("definingClass == null");
41 throw new NullPointerException("nat == null");
CstNat.java 48 throw new NullPointerException("name == null");
52 throw new NullPointerException("descriptor == null");
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
NotifiedTestExecuter.java 53 if(ruleName == null) throw new NullPointerException("Null rule name");
66 if(ruleName == null) throw new NullPointerException("Null rule name");
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/spec/
PSourceTest.java 37 * PSpecified(byte[] p) method testing. Tests that NullPointerException
45 fail("NullPointerException should be thrown in the case of "
47 } catch (NullPointerException e) {
88 fail("NullPointerException should be thrown in the case of "
90 } catch (NullPointerException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
AssertionErrorTest.java 36 NullPointerException npe = new NullPointerException("null value");
IllegalArgumentExceptionTest.java 67 NullPointerException npe = new NullPointerException();
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
TimestampTest.java 49 } catch (NullPointerException ex) { /* ok */
56 } catch (NullPointerException ex) { /* ok */
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
X509CRLSelectorTest.java 47 fail("NullPointerException expected");
48 } catch (NullPointerException e) {
97 fail("NullPointerException expected");
98 } catch (NullPointerException e) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
NameValuePair.java 40 throw new NullPointerException("name == null");
44 throw new NullPointerException("value == null");
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstMemberRef.java 37 throw new NullPointerException("definingClass == null");
41 throw new NullPointerException("nat == null");
CstNat.java 48 throw new NullPointerException("name == null");
52 throw new NullPointerException("descriptor == null");
  /external/nist-sip/java/gov/nist/javax/sip/header/
Event.java 71 throw new NullPointerException(" the eventType is null");
93 throw new NullPointerException(" the eventId parameter is null");
SubscriptionState.java 133 throw new NullPointerException(
157 throw new NullPointerException(
  /frameworks/base/core/java/android/os/
DropBoxManager.java 99 if (tag == null) throw new NullPointerException("tag == null");
110 if (tag == null) throw new NullPointerException("tag == null");
111 if (text == null) throw new NullPointerException("text == null");
125 if (tag == null) throw new NullPointerException("tag == null");
142 if (tag == null) throw new NullPointerException("tag == null");
159 if (tag == null) throw new NullPointerException("tag == null");
283 if (data == null) throw new NullPointerException("data == null");
297 if (file == null) throw new NullPointerException("file == null");
  /frameworks/base/keystore/java/android/security/
KeyPairGeneratorSpec.java 355 throw new NullPointerException("context == null");
367 throw new NullPointerException("alias == null");
378 throw new NullPointerException("keyType == null");
410 throw new NullPointerException("spec == null");
422 throw new NullPointerException("subject == null");
434 throw new NullPointerException("serialNumber == null");
446 throw new NullPointerException("startDate == null");
458 throw new NullPointerException("endDate == null");
  /libcore/luni/src/main/java/java/io/
StringBufferInputStream.java 52 * @throws NullPointerException
57 throw new NullPointerException("str == null");
83 throw new NullPointerException("buffer == null");

Completed in 1025 milliseconds

1 2 3 4 5 6 7 8 91011>>