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

1 2 3 4 5 67 8 910

  /libcore/luni/src/main/java/java/lang/
ProcessManager.java 171 throw new NullPointerException();
184 throw new NullPointerException();
191 throw new NullPointerException();
  /libcore/luni/src/main/java/java/net/
DatagramSocket.java 247 throw new NullPointerException();
284 throw new NullPointerException("Destination address is null");
301 throw new NullPointerException("networkInterface == null");
380 throw new NullPointerException();
  /libcore/luni/src/main/java/java/text/
AttributedString.java 522 throw new NullPointerException();
539 * @throws NullPointerException
545 throw new NullPointerException();
573 * @throws NullPointerException
578 throw new NullPointerException();
609 * @throws NullPointerException
615 throw new NullPointerException();
DecimalFormatSymbols.java 125 * @throws NullPointerException if {@code locale == null}
130 throw new NullPointerException();
387 * @throws NullPointerException
392 throw new NullPointerException();
561 throw new NullPointerException();
DecimalFormat.java 651 * @throws NullPointerException
657 throw new NullPointerException();
664 throw new NullPointerException("buffer == null");
667 throw new NullPointerException("position == null");
    [all...]
MessageFormat.java 509 throw new NullPointerException();
    [all...]
  /libcore/luni/src/main/java/java/util/
ArrayDeque.java 179 * @throws NullPointerException if the specified collection is null
194 * @throws NullPointerException if the specified element is null
198 throw new NullPointerException();
210 * @throws NullPointerException if the specified element is null
214 throw new NullPointerException();
225 * @throws NullPointerException if the specified element is null
237 * @throws NullPointerException if the specified element is null
377 * @throws NullPointerException if the specified element is null
391 * @throws NullPointerException if the specified element is null
462 * @throws NullPointerException if the specified element is nul
    [all...]
Arrays.java 38 throw new NullPointerException();
    [all...]
Locale.java 272 throw new NullPointerException();
554 throw new NullPointerException();
Properties.java 207 throw new NullPointerException("out == null");
246 throw new NullPointerException();
279 throw new NullPointerException();
581 throw new NullPointerException();
694 throw new NullPointerException();
Scanner.java 176 throw new NullPointerException("src == null");
226 throw new NullPointerException("src == null");
244 throw new NullPointerException();
274 throw new NullPointerException("src == null");
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 110 * Throws NullPointerException if argument is null.
116 throw new NullPointerException();
216 * @throws NullPointerException if the specified collection or any
251 * @throws NullPointerException if the specified element is null
264 * @throws NullPointerException if the specified element is null
287 * @throws NullPointerException {@inheritDoc}
308 * @throws NullPointerException {@inheritDoc}
538 * @throws NullPointerException if the specified array is null
606 * @throws NullPointerException {@inheritDoc}
641 * @throws NullPointerException {@inheritDoc
    [all...]
ConcurrentLinkedQueue.java 218 * @throws NullPointerException if the specified collection or any
247 * @throws NullPointerException if the specified element is null
277 * @throws NullPointerException if the specified element is null
466 * @throws NullPointerException if the specified collection or any
579 * @throws NullPointerException if the specified array is null
755 * Throws NullPointerException if argument is null.
761 throw new NullPointerException();
LinkedBlockingDeque.java 160 * @throws NullPointerException if the specified collection or any
170 throw new NullPointerException();
290 * @throws NullPointerException {@inheritDoc}
299 * @throws NullPointerException {@inheritDoc}
307 * @throws NullPointerException {@inheritDoc}
310 if (e == null) throw new NullPointerException();
322 * @throws NullPointerException {@inheritDoc}
325 if (e == null) throw new NullPointerException();
337 * @throws NullPointerException {@inheritDoc}
341 if (e == null) throw new NullPointerException();
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
LogManager.java 449 throw new NullPointerException();
  /libcore/luni/src/main/java/java/util/zip/
ZipInputStream.java 104 throw new NullPointerException();
  /libcore/luni/src/main/java/javax/security/auth/
Subject.java 120 throw new NullPointerException();
470 throw new NullPointerException("AccessControlContext cannot be null");
557 throw new NullPointerException();
610 throw new NullPointerException();
627 throw new NullPointerException();
655 throw new NullPointerException();
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactoryTest.java 67 NullPointerException.class
109 NullPointerException.class,
153 NullPointerException.class,
206 NullPointerException.class,
255 NullPointerException.class,
331 NullPointerException.class,
333 NullPointerException.class
399 NullPointerException.class
455 throw new NullPointerException();
  /libcore/luni/src/test/java/tests/api/java/util/
AbstractQueueTest.java 76 throw new NullPointerException();
114 fail("should throw NullPointerException");
115 } catch (NullPointerException e) {
163 fail("should throw NullPointerException");
164 } catch (NullPointerException e) {
176 fail("should throw NullPointerException");
177 } catch (NullPointerException e) {
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 563 throw new NullPointerException("activity cannot be null");
568 throw new NullPointerException("activities cannot contain null");
602 throw new NullPointerException("activity cannot be null");
607 throw new NullPointerException("activities cannot contain null");
631 throw new NullPointerException("activity cannot be null");
636 throw new NullPointerException("activities cannot contain null");
678 throw new NullPointerException();
765 throw new NullPointerException();
792 throw new NullPointerException();
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 534 throw new NullPointerException();
691 throw new NullPointerException();
  /libcore/luni/src/main/java/java/io/
File.java 120 * @throws NullPointerException
145 * @throws NullPointerException
150 throw new NullPointerException();
    [all...]
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 451 throw new NullPointerException();
SocketChannelImpl.java 321 throw new NullPointerException();
  /libcore/luni/src/main/java/java/security/
KeyStore.java 108 * @throws NullPointerException if {@code type == null}
113 throw new NullPointerException();
139 * @throws NullPointerException
175 * @throws NullPointerException if {@code type == null} (instead of
185 throw new NullPointerException();
324 * @throws NullPointerException
361 * @throws NullPointerException
385 * @throws NullPointerException
633 * @throws NullPointerException
639 throw new NullPointerException("alias == null")
    [all...]

Completed in 1211 milliseconds

1 2 3 4 5 67 8 910