HomeSort by relevance Sort by last modified time
    Searched defs:NullPointerException (Results 51 - 75 of 229) sorted by null

1 23 4 5 6 7 8 910

  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderFactoryImpl.java 45 throw new NullPointerException();
93 throw new NullPointerException();
SAXParserFactoryImpl.java 44 throw new NullPointerException();
89 throw new NullPointerException();
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsSectionIndexer.java 43 throw new NullPointerException();
  /dalvik/dx/src/com/android/dx/gen/
MethodId.java 40 throw new NullPointerException();
  /external/guava/src/com/google/common/base/
CaseFormat.java 72 throw new NullPointerException();
75 throw new NullPointerException();
Preconditions.java 105 * @throws NullPointerException if the check fails and either {@code
160 * @throws NullPointerException if the check fails and either {@code
178 * @throws NullPointerException if {@code reference} is null
182 throw new NullPointerException();
195 * @throws NullPointerException if {@code reference} is null
199 throw new NullPointerException(String.valueOf(errorMessage));
219 * @throws NullPointerException if {@code reference} is null
225 throw new NullPointerException(
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
UniqueStack.java 82 * @param object to be added. If it is {@code null} a {@code NullPointerException} will be thrown.
87 throw new NullPointerException();
  /frameworks/base/core/java/android/app/backup/
BackupDataInput.java 74 if (fd == null) throw new NullPointerException();
  /frameworks/base/core/java/android/text/
AndroidBidi.java 29 throw new NullPointerException();
  /frameworks/base/core/java/com/android/internal/statusbar/
StatusBarNotification.java 56 if (pkg == null) throw new NullPointerException();
57 if (notification == null) throw new NullPointerException();
  /frameworks/base/graphics/java/android/graphics/
Picture.java 117 throw new NullPointerException();
  /libcore/luni/src/main/java/java/lang/
StackTraceElement.java 57 * @throws NullPointerException
62 throw new NullPointerException();
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java 146 throw new NullPointerException();
  /libcore/luni/src/main/java/java/security/
AlgorithmParameterGenerator.java 85 * @throws NullPointerException
91 throw new NullPointerException();
114 * @throws NullPointerException
142 * @throws NullPointerException
152 throw new NullPointerException();
AlgorithmParameters.java 89 * @throws NullPointerException
95 throw new NullPointerException();
116 * @throws NullPointerException
144 * @throws NullPointerException
154 throw new NullPointerException();
KeyPairGenerator.java 77 * @throws NullPointerException
83 throw new NullPointerException();
109 * @throws NullPointerException
136 * @throws NullPointerException
146 throw new NullPointerException();
  /libcore/luni/src/main/java/java/security/cert/
CertPathBuilder.java 97 * @throws NullPointerException
105 throw new NullPointerException();
124 * @throws NullPointerException
153 * @throws NullPointerException
162 throw new NullPointerException();
CertPathValidator.java 98 * @throws NullPointerException
104 throw new NullPointerException();
124 * @throws NullPointerException
154 * @throws NullPointerException
163 throw new NullPointerException();
CertificateFactory.java 82 * @throws NullPointerException if {@code type == null}
87 throw new NullPointerException();
113 * @throws NullPointerException
144 * @throws NullPointerException if {@code type == null}
153 throw new NullPointerException();
X509CRL.java 221 throw new NullPointerException();
  /libcore/luni/src/main/java/javax/crypto/
ExemptionMechanism.java 95 * @throws NullPointerException
101 throw new NullPointerException();
121 * @throws NullPointerException
137 throw new NullPointerException();
154 * @throws NullPointerException
162 throw new NullPointerException();
  /libcore/luni/src/main/java/org/apache/harmony/crypto/internal/
NullCipherSpi.java 119 throw new NullPointerException();
  /libcore/luni/src/main/java/org/apache/harmony/security/
SystemScope.java 82 throw new NullPointerException();
102 throw new NullPointerException("identity == null");
129 throw new NullPointerException("identity == null");
134 throw new NullPointerException("name == null");
  /packages/apps/Email/tests/src/com/android/email/
TestUtils.java 169 throw new NullPointerException();
  /cts/libs/vogar-expect/src/vogar/
AnnotatedOutcome.java 51 throw new NullPointerException();

Completed in 470 milliseconds

1 23 4 5 6 7 8 910