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

<<41424344454647484950>>

  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]
  /frameworks/base/location/java/android/location/
Geocoder.java 77 * @throws NullPointerException if Locale is null
81 throw new NullPointerException("locale == null");
  /frameworks/base/services/java/com/android/server/location/
MockProvider.java 59 if (properties == null) throw new NullPointerException("properties is null");
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduHeaders.java 513 * @throws NullPointerException if the value is null.
521 throw new NullPointerException();
579 * @throws NullPointerException if the value is null.
587 throw new NullPointerException();
616 * @throws NullPointerException if the value is null.
624 throw new NullPointerException();
649 * @throws NullPointerException if the value is null.
654 throw new NullPointerException();
  /libcore/luni/src/main/java/java/io/
CharArrayWriter.java 195 * @throws NullPointerException
205 throw new NullPointerException("str == null");
224 * @throws NullPointerException
DataOutputStream.java 90 * @throws NullPointerException
96 throw new NullPointerException("buffer == null");
  /libcore/luni/src/main/java/java/lang/
String.java 152 * @throws NullPointerException
165 * @throws NullPointerException
178 * @throws NullPointerException
205 * @throws NullPointerException
222 * @throws NullPointerException
240 * @throws NullPointerException
389 * @throws NullPointerException if {@code data == null}
401 * @throws NullPointerException if {@code data == null}
412 * @throws NullPointerException
505 * @throws NullPointerException
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java 146 throw new NullPointerException();
  /libcore/luni/src/main/java/java/security/
Provider.java 411 throw new NullPointerException("type == null");
413 throw new NullPointerException("algorithm == null");
480 throw new NullPointerException("s == null");
507 * @throws NullPointerException
512 throw new NullPointerException("s == null");
851 * @throws NullPointerException
858 throw new NullPointerException("provider == null");
860 throw new NullPointerException("type == null");
862 throw new NullPointerException("algorithm == null");
864 throw new NullPointerException("className == null")
    [all...]
  /libcore/luni/src/main/java/java/security/spec/
ECFieldF2m.java 84 throw new NullPointerException("rp == null");
  /libcore/luni/src/main/java/java/text/
Collator.java 289 throw new NullPointerException("locale == null");
DecimalFormat.java 639 * @throws NullPointerException
645 throw new NullPointerException("object == null");
652 throw new NullPointerException("buffer == null");
655 throw new NullPointerException("position == null");
    [all...]
  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 395 throw new NullPointerException("pattern == null");
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 137 * @throws NullPointerException
144 throw new NullPointerException("cipherSpi == null");
147 throw new NullPointerException("provider == null");
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
RuleBasedCollatorICU.java 49 throw new NullPointerException("rules == null");
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
CertPinManager.java 56 throw new NullPointerException("path == null");
PinListEntry.java 61 throw new NullPointerException("entry == null");
  /libcore/luni/src/test/java/libcore/java/util/
OldMapEntryTest.java 57 if (val == null) throw new NullPointerException();
TreeMapTest.java 191 } catch (NullPointerException expected) {
198 } catch (NullPointerException e) {
204 } catch (NullPointerException e) {
210 } catch (NullPointerException e) {
404 * On JDK5, this fails with a NullPointerException after deserialization!
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterInputStreamTest.java 98 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java 50 } catch (NullPointerException ex) {
SignerTest.java 145 // test: NullPointerException if pair is null
148 fail("No expected NullPointerException");
149 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
PhantomReferenceTest.java 130 } catch (NullPointerException e) {
133 assertTrue("Should not throw NullPointerException", !exception);
SoftReferenceTest.java 53 } catch (NullPointerException e) {
56 assertTrue("Should not throw NullPointerException", !exception);
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
KeyManagerFactory1Test.java 168 * throws NullPointerException when algorithm is null;
174 fail("NoSuchAlgorithmException or NullPointerException should be thrown (algorithm is null");
176 } catch (NullPointerException e) {
218 * throws NullPointerException when algorithm is null;
228 fail("NoSuchAlgorithmException or NullPointerException should be thrown (algorithm is null");
230 } catch (NullPointerException e) {
317 * throws NullPointerException when algorithm is null;
327 fail("NoSuchAlgorithmException or NullPointerException should be thrown (algorithm is null");
329 } catch (NullPointerException e) {
390 } catch (NullPointerException e)
    [all...]

Completed in 1330 milliseconds

<<41424344454647484950>>