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

<<21222324252627282930>>

  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactory1Test.java 122 * throws NullPointerException when type is null
128 fail("NullPointerException or CertificateException must be thrown when type is null");
130 } catch (NullPointerException e) {
170 * throws NullPointerException when type is null
180 fail("NullPointerException or CertificateException must be thrown when type is null");
182 } catch (NullPointerException e) {
241 * throws NullPointerException when type is null
251 fail("NullPointerException or CertificateException must be thrown when type is null");
253 } catch (NullPointerException e) {
356 fail("generateCertificate must thrown CertificateException or NullPointerEXception when input stream is null")
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonemetadata.java 83 throw new NullPointerException();
316 throw new NullPointerException();
330 throw new NullPointerException();
344 throw new NullPointerException();
358 throw new NullPointerException();
372 throw new NullPointerException();
386 throw new NullPointerException();
400 throw new NullPointerException();
414 throw new NullPointerException();
428 throw new NullPointerException();
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ApplicationInfo_DisplayNameComparatorTest.java 66 fail("should throw NullPointerException.");
67 } catch (NullPointerException e) {
  /cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java 38 fail("should throw NullPointerException.");
39 } catch (NullPointerException e) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RenderScriptTest.java 44 fail("should throw NullPointerException.");
45 } catch (NullPointerException e) {
  /cts/tests/tests/text/src/android/text/cts/
TextPaintTest.java 67 fail("Should throw NullPointerException!");
68 } catch (NullPointerException e) {
  /cts/tests/tests/text/src/android/text/method/cts/
DialerKeyListenerTest.java 50 fail("should throw NullPointerException.");
51 } catch (NullPointerException e) {
  /cts/tests/tests/text/src/android/text/style/cts/
StrikethroughSpanTest.java 52 fail("should throw NullPointerException.");
53 } catch (NullPointerException e) {
TextAppearanceSpanTest.java 47 fail("should throw NullPointerException.");
48 } catch (NullPointerException e) {
54 fail("should throw NullPointerException.");
55 } catch (NullPointerException e) {
93 fail("should throw NullPointerException.");
94 } catch (NullPointerException e) {
172 fail("should throw NullPointerException.");
173 } catch (NullPointerException e) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/
Test_monitor_exit.java 47 * @title expected NullPointerException
53 fail("expected NullPointerException");
54 } catch (NullPointerException npe) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CstInsn.java 59 throw new NullPointerException("constant == null");
LocalSnapshot.java 44 throw new NullPointerException("locals == null");
TargetInsn.java 46 throw new NullPointerException("target == null");
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringIdItem.java 44 throw new NullPointerException("value == null");
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
SwitchInsn.java 50 throw new NullPointerException("cases == null");
ThrowingCstInsn.java 51 throw new NullPointerException("catches == null");
ThrowingInsn.java 72 throw new NullPointerException("catches == null");
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java 55 throw new NullPointerException("descriptor == null");
214 throw new NullPointerException("descriptor == null");
218 throw new NullPointerException("returnType == null");
222 throw new NullPointerException("parameterTypes == null");
  /dalvik/dexgen/src/com/android/dexgen/util/
ExceptionWithContext.java 112 throw new NullPointerException("str == null");
  /dalvik/dx/src/com/android/dx/cf/attrib/
InnerClassList.java 92 throw new NullPointerException("innerClass == null");
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 62 throw new NullPointerException("locals == null");
66 throw new NullPointerException("stack == null");
197 } catch (NullPointerException ex) {
198 throw new NullPointerException("can't return from non-subroutine");
  /dalvik/dx/src/com/android/dx/dex/code/
CstInsn.java 59 throw new NullPointerException("constant == null");
Dop.java 75 throw new NullPointerException("format == null");
LocalSnapshot.java 44 throw new NullPointerException("locals == null");
TargetInsn.java 46 throw new NullPointerException("target == null");

Completed in 900 milliseconds

<<21222324252627282930>>