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

1 2 3 4 5 6 7 891011>>

  /libcore/luni/src/test/java/libcore/java/io/
OldObjectStreamFieldTest.java 88 fail("Test 5: NullPointerException expected.");
89 } catch (NullPointerException e) {
94 fail("Test 6: NullPointerException expected.");
95 } catch (NullPointerException e) {
122 fail("Test 7: NullPointerException expected.");
123 } catch (NullPointerException e) {
128 fail("Test 8: NullPointerException expected.");
129 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java 86 fail("NullPointerException is not thrown.");
87 } catch(NullPointerException npe) {
94 fail("NullPointerException is not thrown.");
95 } catch(NullPointerException npe) {
199 fail("NullPointerException should be thrown.");
200 } catch(NullPointerException npe) {
215 fail("NullPointerException should be thrown.");
216 } catch(NullPointerException npe) {
243 fail("NullPointerException is not thrown.");
244 } catch(NullPointerException npe)
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ArrayTest.java 53 try { Array.getBoolean(null, 0); fail(); } catch (NullPointerException expected) {}
65 try { Array.getByte(null, 0); fail(); } catch (NullPointerException expected) {}
77 try { Array.getChar(null, 0); fail(); } catch (NullPointerException expected) {}
89 try { Array.getDouble(null, 0); fail(); } catch (NullPointerException expected) {}
101 try { Array.getFloat(null, 0); fail(); } catch (NullPointerException expected) {}
113 try { Array.getInt(null, 0); fail(); } catch (NullPointerException expected) {}
125 try { Array.getLong(null, 0); fail(); } catch (NullPointerException expected) {}
137 try { Array.getShort(null, 0); fail(); } catch (NullPointerException expected) {}
149 try { Array.setBoolean(null, 0, true); fail(); } catch (NullPointerException expected) {}
161 try { Array.setByte(null, 0, bytes[0]); fail(); } catch (NullPointerException expected) {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
IncompleteAnnotationExceptionTest.java 31 fail("NullPointerException must be thrown");
32 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/api/java/util/
StringTokenizerTest.java 32 fail("NullPointerException is not thrown.");
33 } catch(NullPointerException npe) {
52 fail("NullPointerException expected");
53 } catch (NullPointerException e) {
75 fail("NullPointerException expected");
76 } catch (NullPointerException e) {
206 fail("NullPointerException expected");
207 } catch (NullPointerException e) {
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/util/
LineUtilTest.java 30 } catch(NullPointerException e) {
  /libcore/luni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 78 * @throws NullPointerException
83 throw new NullPointerException("encoded == null");
130 * @throws NullPointerException
139 throw new NullPointerException("encryptionAlgorithmName == null");
146 throw new NullPointerException("encryptedData == null");
168 * @throws NullPointerException
175 throw new NullPointerException("algParams == null");
179 throw new NullPointerException("encryptedData == null");
237 * @throws NullPointerException
243 throw new NullPointerException("cipher == null")
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
SpannedStringTest.java 28 fail("should throw NullPointerException here");
29 } catch (NullPointerException e) {
43 fail("should throw NullPointerException here");
44 } catch (NullPointerException e) {
  /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) {

Completed in 1756 milliseconds

1 2 3 4 5 6 7 891011>>