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

1 2 3 4 5 6 7 891011>>

  /external/nist-sip/java/gov/nist/javax/sip/header/
Priority.java 97 throw new NullPointerException(
SIPETag.java 85 throw new NullPointerException(
SIPIfMatch.java 84 throw new NullPointerException(
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryExt.java 47 * @throws NullPointerException if null arg
52 throws NullPointerException,IllegalArgumentException ;
59 * @throws NullPointerException, IllegalArgumentException
  /external/smack/src/org/apache/harmony/javax/security/auth/
AuthPermission.java 67 throw new NullPointerException("auth.13"); //$NON-NLS-1$
  /frameworks/base/core/java/android/bluetooth/
BluetoothInputStream.java 91 throw new NullPointerException("byte array is null");
BluetoothOutputStream.java 80 throw new NullPointerException("buffer is null");
  /frameworks/base/core/java/android/nfc/
NdefMessage.java 95 if (data == null) throw new NullPointerException("data is null");
113 if (record == null) throw new NullPointerException("record cannot be null");
117 throw new NullPointerException("record cannot be null");
138 throw new NullPointerException("records cannot contain null");
NfcAdapter.java 743 throw new NullPointerException("activity cannot be null");
747 if (uri == null) throw new NullPointerException("Uri not " +
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderProtocol.java 202 } catch (NullPointerException ex) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
IncompleteAnnotationExceptionTest.java 36 fail("NullPointerException must be thrown");
37 } catch (NullPointerException e) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
ReadOnlyCharBufferTest.java 94 } catch (NullPointerException e) {
177 } catch (NullPointerException expected) {
183 } catch (NullPointerException expected) {
205 } catch (NullPointerException e) {
  /libcore/luni/src/main/java/java/security/cert/
CollectionCertStoreParameters.java 57 * @throws NullPointerException
62 throw new NullPointerException("collection == null");
PKIXCertPathBuilderResult.java 45 * @throws NullPointerException
53 throw new NullPointerException("certPath == null");
  /libcore/luni/src/main/java/java/util/
AbstractQueue.java 60 * @throws NullPointerException if the specified element is null and
141 * @throws NullPointerException if the specified collection contains a
153 throw new NullPointerException("c == null");
  /libcore/luni/src/main/java/java/util/jar/
JarOutputStream.java 48 throw new NullPointerException("manifest == null");
  /libcore/luni/src/main/java/libcore/icu/
NativeIDN.java 37 throw new NullPointerException("s == null");
  /libcore/luni/src/main/java/libcore/io/
EventLogger.java 31 throw new NullPointerException("reporter == null");
  /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/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/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) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
StaticInnerHandlerWrapper.java 34 throw new NullPointerException("outerInstance is null");
  /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/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) {

Completed in 1545 milliseconds

1 2 3 4 5 6 7 891011>>