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

<<31323334353637383940>>

  /libcore/luni/src/main/java/java/text/
DecimalFormatSymbols.java 125 * @throws NullPointerException if {@code locale == null}
130 throw new NullPointerException("locale == null");
387 * @throws NullPointerException
392 throw new NullPointerException("currency == null");
561 throw new NullPointerException("value == null");
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1withDSA_SignatureImpl.java 60 throw new NullPointerException("param == null");
161 throw new NullPointerException("param == null");
397 throw new NullPointerException("sigBytes == null");
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLContextTest.java 46 } catch (NullPointerException expected) {
66 } catch (NullPointerException expected) {
94 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator1Test.java 96 * throws NullPointerException when algorithm is null
102 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null");
104 } catch (NullPointerException e) {
189 * throws NullPointerException when algorithm is null
200 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null");
202 } catch (NullPointerException e) {
261 * throws NullPointerException when algorithm is null
271 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null");
273 } catch (NullPointerException e) {
KeyPairGenerator2Test.java 179 * throws NullPointerException when algorithm is null throws
188 fail("NullPointerException or KeyStoreException must be thrown");
190 } catch (NullPointerException e) {
215 * throws NullPointerException when algorithm is null
227 fail("NullPointerException or KeyStoreException must be thrown");
229 } catch (NullPointerException e) {
277 * throws NullPointerException when algorithm is null
286 fail("NullPointerException or KeyStoreException must be thrown");
288 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/api/java/util/
DateTest.java 129 fail("NullPointerException expected");
130 } catch (NullPointerException e) {
147 fail("NullPointerException expected");
148 } catch (NullPointerException e) {
187 fail("NullPointerException expected");
188 } catch (NullPointerException e) {
LinkedHashSetTest.java 104 fail("NullPointerException expected");
105 } catch (NullPointerException e) {
260 fail("NullPointerException expected");
261 } catch (NullPointerException e) {
315 fail("NullPointerException expected");
316 } catch (NullPointerException e) {
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 113 } catch (NullPointerException expected) {
124 } catch (NullPointerException expected) {
135 } catch (NullPointerException expected) {
  /cts/libs/vogar-expect/src/vogar/
AnnotatedOutcome.java 51 throw new NullPointerException();
  /cts/tests/tests/content/src/android/content/cts/
UriMatcherTest.java 71 fail("There should be a NullPointerException thrown out.");
72 } catch (NullPointerException e) {
  /cts/tests/tests/text/src/android/text/cts/
TextUtils_SimpleStringSplitterTest.java 124 fail("Should throw NullPointerException!");
125 } catch (NullPointerException e) {
  /cts/tests/tests/text/src/android/text/method/cts/
CharacterPickerDialogTest.java 54 fail("should throw NullPointerException.");
55 } catch (NullPointerException e) {
  /cts/tests/tests/text/src/android/text/style/cts/
BulletSpanTest.java 80 fail("did not throw NullPointerException when text is null");
81 } catch (NullPointerException e) {
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 273 } catch (NullPointerException e) {
287 } catch (NullPointerException e) {
318 } catch (NullPointerException e) {
332 } catch (NullPointerException e) {
View_AnimationTest.java 75 fail("did not throw NullPointerException when start null animation");
76 } catch (NullPointerException e) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/
Test_aget_wide.java 73 * @title expected NullPointerException
79 fail("expected NullPointerException");
80 } catch (NullPointerException np) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_wide/
Test_aput_wide.java 73 * @title expected NullPointerException
79 fail("expected NullPointerException");
80 } catch (NullPointerException np) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/fill_array_data/
Test_fill_array_data.java 62 * @title expected NullPointerException
68 } catch(NullPointerException npe) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_boolean/
Test_iget_boolean.java 54 * @title expected NullPointerException
60 fail("expected NullPointerException");
61 } catch (NullPointerException e) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_byte/
Test_iget_byte.java 54 * @title expected NullPointerException
60 fail("expected NullPointerException");
61 } catch (NullPointerException e) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_char/
Test_iget_char.java 54 * @title expected NullPointerException
60 fail("expected NullPointerException");
61 } catch (NullPointerException e) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_short/
Test_iget_short.java 54 * @title expected NullPointerException
60 fail("expected NullPointerException");
61 } catch (NullPointerException e) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/
Test_monitor_enter.java 69 * @title expected NullPointerException
75 fail("expected NullPointerException");
76 } catch (NullPointerException npe) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchHandlerList.java 43 * do that, this will throw {@code NullPointerException}.
186 throw new NullPointerException("exceptionType == null");
LocalList.java 54 * do that, this will throw {@code NullPointerException}.
147 throw new NullPointerException("disposition == null");
152 throw new NullPointerException(
155 } catch (NullPointerException ex) {
157 throw new NullPointerException("spec == null");

Completed in 1160 milliseconds

<<31323334353637383940>>