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

<<41424344454647484950>>

  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSocketFactoryTest.java 90 } catch (NullPointerException e) {
TrustManagerFactory1Test.java 116 fail("NullPointerException must be thrown");
117 } catch (NullPointerException e) {
184 * throws NullPointerException when algorithm is null;
192 } catch (NullPointerException expected) {
229 * throws NullPointerException when algorithm is null;
237 } catch (NullPointerException expected) {
307 * throws NullPointerException when algorithm is null;
315 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Locator2ImplTest.java 87 fail("NullPointerException expected");
88 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
DefaultHandlerTest.java 178 fail("NullPointerException expected");
180 fail("NullPointerException expected");
181 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/security/cert/
CertStore1Test.java 176 fail("NullPointerException must be thrown");
177 } catch (NullPointerException e) {
184 * throws NullPointerException when type is null
193 fail("NullPointerException or NoSuchAlgorithmException must be thrown when type is null");
194 } catch (NullPointerException e) {
272 * throws NullPointerException when type is null
289 fail("NullPointerException or NoSuchAlgorithmException must be thrown when type is null");
290 } catch (NullPointerException e) {
335 * throws NullPointerException when type is null
344 fail("NullPointerException or NoSuchAlgorithmException must be thrown when type is null")
    [all...]
CollectionCertStoreParametersTest.java 122 } catch (NullPointerException e) {
  /packages/apps/Contacts/src/com/android/contacts/vcard/
SelectAccountActivity.java 104 throw new NullPointerException(
  /packages/apps/Email/tests/src/com/android/email/
TestUtils.java 169 throw new NullPointerException();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SourceShortcutRefresher.java 52 throw new NullPointerException("source");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
OutlineLabelProvider.java 106 } catch (NullPointerException ignore) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/api/
PointTest.java 62 } catch (NullPointerException ignore) {
66 fail("new Point(null) failed to throew NullPointerException");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MathTest.java 219 fail("Should throw NullPointerException");
220 } catch (NullPointerException e) {
225 fail("Should throw NullPointerException");
226 } catch (NullPointerException e) {
231 fail("Should throw NullPointerException");
232 } catch (NullPointerException e) {
290 fail("Should throw NullPointerException");
291 } catch (NullPointerException e) {
296 fail("Should throw NullPointerException");
297 } catch (NullPointerException e)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ResourceBundleTest.java 425 fail("Should throw NullPointerException");
426 } catch (NullPointerException e) {
431 fail("Should throw NullPointerException");
432 } catch (NullPointerException e) {
469 fail("Should throw NullPointerException");
470 } catch (NullPointerException e) {
476 fail("Should throw NullPointerException");
477 } catch (NullPointerException e) {
483 fail("Should throw NullPointerException");
484 } catch (NullPointerException e)
    [all...]
AbstractCollectionTest.java 283 fail("No expected NullPointerException");
284 } catch (NullPointerException e) {
335 fail("No expected NullPointerException");
336 } catch (NullPointerException e) {
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduParser.java 405 } catch(NullPointerException e) {
434 } catch(NullPointerException e) {
465 } catch(NullPointerException e) {
473 } catch(NullPointerException e) {
547 } catch(NullPointerException e) {
557 } catch(NullPointerException e) {
569 } catch(NullPointerException e) {
607 } catch(NullPointerException e) {
620 } catch(NullPointerException e) {
676 } catch(NullPointerException e)
    [all...]
  /libcore/luni/src/main/java/java/util/
Collections.java     [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
QwertyKeyListenerTest.java 216 fail("should throw NullPointerException.");
217 } catch (NullPointerException e) {
222 fail("should throw NullPointerException.");
223 } catch (NullPointerException e) {
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayout_LayoutParamsTest.java 122 fail("Should throw NullPointerException");
123 } catch (NullPointerException e) {
132 fail("Should throw NullPointerException");
133 } catch (NullPointerException e) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MixedItemSection.java 177 } catch (NullPointerException ex) {
179 throw new NullPointerException("item == null");
  /dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java 177 } catch (NullPointerException ex) {
179 throw new NullPointerException("item == null");
  /dalvik/tests/064-field-access/src/
Main.java 216 NullPointerException.class);
219 NullPointerException.class);
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipOutputStreamTest.java 230 } catch (NullPointerException expected) {
236 } catch (NullPointerException expected) {
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
Sasl4Test.java 96 * throws NullPointerException when mechanism is null;
116 fail("NullPointerException should be thrown when mechanisms is null");
117 } catch (NullPointerException e) {
141 * method Assertions: throws NullPointerException when mechanisms is null;
149 fail("NullPointerException should be thrown when mechanisms is null");
150 } catch (NullPointerException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PushbackReaderTest.java 135 } catch (NullPointerException expected) {
309 fail("should throw NullPointerException");
310 } catch (NullPointerException e) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECFieldF2mTest.java 45 * <code>NPE</code> reference object of class NullPointerException.
46 * NullPointerException must be thrown by <code>ECFieldF2m</code>
49 static final NullPointerException NPE = new NullPointerException();
256 * Assertion: NullPointerException if ks is null.

Completed in 1548 milliseconds

<<41424344454647484950>>