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

1 2 3 4 5 6 78 91011>>

  /external/apache-harmony/nio/src/test/java/common/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) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSCallbackHandlerProtectionTest.java 50 * Assertion: throws NullPointerException when handler is null
55 fail("NullPointerException must be thrown when handler is null");
56 } catch (NullPointerException e) {
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedStringTest.java 147 fail("should throw NullPointerException");
148 } catch (NullPointerException e) {
154 fail("should throw NullPointerException");
155 } catch (NullPointerException e) {
168 fail("should throw NullPointerException");
169 } catch (NullPointerException e) {
174 fail("should throw NullPointerException");
175 } catch (NullPointerException e) {
MockedDateFormatSymbolsProvider.java 30 throw new NullPointerException();
MockedDecimalFormatSymbolsProvider.java 31 throw new NullPointerException();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CollectionStoreParameters.java 25 * @throws NullPointerException if <code>collection</code> is <code>null</code>.
31 throw new NullPointerException("collection cannot be null");
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
ShortArrayCodeInput.java 34 throw new NullPointerException("array == null");
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
BasicBlock.java 67 } catch (NullPointerException ex) {
69 throw new NullPointerException("insns == null");
95 } catch (NullPointerException ex) {
97 throw new NullPointerException("successors == null");
CstInsn.java 43 throw new NullPointerException("cst == null");
LocalVariableInfo.java 57 throw new NullPointerException("method == null");
83 throw new NullPointerException("specs == null");
194 throw new NullPointerException("insn == null");
198 throw new NullPointerException("spec == null");
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableInfo.java 59 throw new NullPointerException("method == null");
84 throw new NullPointerException("specs == null");
191 throw new NullPointerException("insn == null");
195 throw new NullPointerException("spec == null");
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelper.java 52 * @throws NullPointerException
58 NullPointerException;
  /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
  /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");
  /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");

Completed in 828 milliseconds

1 2 3 4 5 6 78 91011>>