HomeSort by relevance Sort by last modified time
    Searched defs:NullPointerException (Results 26 - 50 of 392) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/dagger2/core/src/main/java/dagger/internal/
DoubleCheckLazy.java 58 throw new NullPointerException();
ScopedProvider.java 57 throw new NullPointerException();
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
FieldId.java 40 throw new NullPointerException();
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/javadoc/description/
JavadocSnippet.java 35 throw new NullPointerException();
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/
CsmMix.java 18 throw new NullPointerException();
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberMatch.java 74 throw new NullPointerException();
  /frameworks/layoutlib/create/src/com/android/tools/layoutlib/java/
Objects.java 99 * Returns {@code o} if non-null, or throws {@code NullPointerException}.
103 throw new NullPointerException();
109 * Returns {@code o} if non-null, or throws {@code NullPointerException}
114 throw new NullPointerException(message);
  /libcore/ojluni/src/main/java/java/io/
ByteArrayInputStream.java 171 * @exception NullPointerException If <code>b</code> is <code>null</code>.
178 throw new NullPointerException();
PipedOutputStream.java 98 throw new NullPointerException();
142 throw new NullPointerException();
StringBufferInputStream.java 113 throw new NullPointerException();
  /libcore/ojluni/src/main/java/java/net/
URISyntaxException.java 55 * @throws NullPointerException
64 throw new NullPointerException();
78 * @throws NullPointerException
  /libcore/ojluni/src/main/java/java/nio/file/
InvalidPathException.java 51 * @throws NullPointerException
60 throw new NullPointerException();
74 * @throws NullPointerException
  /libcore/ojluni/src/main/java/java/security/cert/
CollectionCertStoreParameters.java 83 * @exception NullPointerException if {@code collection} is
88 throw new NullPointerException();
  /libcore/ojluni/src/main/java/java/text/
RuleBasedCollator.java 287 throw new NullPointerException("rules == null");
332 throw new NullPointerException("source == null");
349 throw new NullPointerException("source == null");
360 * @exception NullPointerException if <code>source</code> or <code>target</code> is null.
365 throw new NullPointerException();
  /libcore/ojluni/src/main/java/java/util/
AbstractQueue.java 89 * @throws NullPointerException if the specified element is null and
170 * @throws NullPointerException if the specified collection contains a
182 throw new NullPointerException();
ListResourceBundle.java 133 throw new NullPointerException();
202 throw new NullPointerException();
Objects.java 169 * NullPointerException} may or may not be thrown depending on
199 * @throws NullPointerException if {@code obj} is {@code null}
203 throw new NullPointerException();
209 * throws a customized {@link NullPointerException} if it is. This method
221 * NullPointerException} is thrown
224 * @throws NullPointerException if {@code obj} is {@code null}
228 throw new NullPointerException(message);
270 * throws a customized {@link NullPointerException} if it is.
282 * used in the event that a {@code NullPointerException} is thrown
285 * @throws NullPointerException if {@code obj} is {@code null
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
Executors.java 155 * @throws NullPointerException if threadFactory is null
197 * @throws NullPointerException if threadFactory is null
236 * @throws NullPointerException if threadFactory is null
277 * @throws NullPointerException if threadFactory is null
305 * @throws NullPointerException if threadFactory is null
320 * @throws NullPointerException if executor null
324 throw new NullPointerException();
336 * @throws NullPointerException if executor null
340 throw new NullPointerException();
377 * @throws NullPointerException if task nul
    [all...]
  /libcore/ojluni/src/main/java/java/util/zip/
Adler32.java 37 * a {@link NullPointerException} to be thrown.
73 throw new NullPointerException();
CRC32.java 35 * a {@link NullPointerException} to be thrown.
71 throw new NullPointerException();
  /libcore/ojluni/src/main/java/sun/nio/ch/
CompletedFuture.java 76 throw new NullPointerException();
  /libcore/ojluni/src/main/java/sun/nio/fs/
PollingWatchService.java 96 throw new NullPointerException("An element in event set is 'null'");
107 throw new NullPointerException();
UnixFileModeAttribute.java 52 throw new NullPointerException();
Util.java 127 throw new NullPointerException();
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduBody.java 37 * @throws NullPointerException when part is null
41 throw new NullPointerException();
52 * @throws NullPointerException when part is null
56 throw new NullPointerException();

Completed in 805 milliseconds

12 3 4 5 6 7 8 91011>>