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

<<31323334353637383940>>

  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
AccessibleObjectTest.java 141 } catch (NullPointerException e) {
195 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AttributeListImplTest.java 56 fail("NullPointerException expected");
57 } catch (NullPointerException e) {
82 fail("NullPointerException expected");
83 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathValidatorResultTest.java 86 * Assertion: <code>NullPointerException</code> if
97 } catch (NullPointerException e) {
104 * Assertion: <code>NullPointerException</code> if
119 } catch (NullPointerException e) {
TrustAnchorTest.java 118 * Assertion: <code>NullPointerException</code> if <code>caName</code>
121 * Expected: NullPointerException
131 fail("NullPointerException has not been thrown");
132 } catch (NullPointerException ok) {
138 fail("NullPointerException has not been thrown");
139 } catch (NullPointerException ok) {
145 fail("NullPointerException has not been thrown");
146 } catch (NullPointerException ok) {
230 * Assertion: <code>NullPointerException</code> if <code>caPrincipal</code>
233 * Expected: NullPointerException
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/output/
FileWriterWithEncoding.java 62 * @throws NullPointerException if the file name or encoding is null
75 * @throws NullPointerException if the file name or encoding is null
87 * @throws NullPointerException if the file name or encoding is null
100 * @throws NullPointerException if the file name or encoding is null
112 * @throws NullPointerException if the file name or encoding is null
125 * @throws NullPointerException if the file name or encoding is null
137 * @throws NullPointerException if the file or encoding is null
150 * @throws NullPointerException if the file or encoding is null
163 * @throws NullPointerException if the file or encoding is null
176 * @throws NullPointerException if the file or encoding is null
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimationDrawableTest.java 193 fail("Should throw NullPointerException if param frame is null.");
194 } catch (NullPointerException e) {
328 fail("Should throw NullPointerException if resource is null");
329 } catch (NullPointerException e) {
335 fail("Should throw NullPointerException if parser is null");
336 } catch (NullPointerException e) {
342 fail("Should throw NullPointerException if AttributeSet is null");
343 } catch (NullPointerException e) {
InsetDrawableTest.java 69 fail("There should be a NullPointerException thrown out.");
74 } catch (NullPointerException e) {
126 fail("There should be a NullPointerException thrown out.");
127 } catch (NullPointerException e) {
179 fail("There should be a NullPointerException thrown out.");
180 } catch (NullPointerException e) {
278 fail("There should be a NullPointerException thrown out.");
279 } catch (NullPointerException e) {
  /cts/tests/tests/text/src/android/text/method/cts/
ReplacementTransformationMethodTest.java 67 } catch (NullPointerException e) {
  /cts/tests/tests/text/src/android/text/style/cts/
BackgroundColorSpanTest.java 54 fail("did not throw NullPointerException when TextPaint is null.");
55 } catch (NullPointerException e) {
DynamicDrawableSpanTest.java 70 fail("should throw NullPointerException.");
71 } catch (NullPointerException e) {
ForegroundColorSpanTest.java 64 fail("should throw NullPointerException.");
65 } catch (NullPointerException e) {
QuoteSpanTest.java 67 fail("should throw NullPointerException.");
68 } catch (NullPointerException e) {
URLSpanTest.java 91 fail("should throw NullPointerException.");
92 } catch (NullPointerException e) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget/
Test_aget.java 60 * @title expected NullPointerException
66 fail("expected NullPointerException");
67 } catch (NullPointerException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/
Test_aget_boolean.java 60 * @title expected NullPointerException
66 fail("expected NullPointerException");
67 } catch (NullPointerException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_byte/
Test_aget_byte.java 61 * @title expected NullPointerException
67 fail("expected NullPointerException");
68 } catch (NullPointerException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_char/
Test_aget_char.java 60 * @title expected NullPointerException
66 fail("expected NullPointerException");
67 } catch (NullPointerException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_object/
Test_aget_object.java 73 * @title expected NullPointerException
80 fail("expected NullPointerException");
81 } catch (NullPointerException npe) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_short/
Test_aget_short.java 60 * @title expected NullPointerException
66 fail("expected NullPointerException");
67 } catch (NullPointerException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput/
Test_aput.java 61 * @title expected NullPointerException
67 fail("expected NullPointerException");
68 } catch (NullPointerException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_boolean/
Test_aput_boolean.java 60 * @title expected NullPointerException
66 fail("expected NullPointerException");
67 } catch (NullPointerException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_byte/
Test_aput_byte.java 60 * @title expected NullPointerException
66 fail("expected NullPointerException");
67 } catch (NullPointerException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_char/
Test_aput_char.java 61 * @title expected NullPointerException
67 fail("expected NullPointerException");
68 } catch (NullPointerException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_short/
Test_aput_short.java 60 * @title expected NullPointerException
66 fail("expected NullPointerException");
67 } catch (NullPointerException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/
Test_opc_throw.java 78 * @title NullPointerException If objectref is null, opc_throw throws
79 * a NullPointerException instead of objectref
85 fail("expected NullPointerException");
86 } catch (NullPointerException npe) {

Completed in 639 milliseconds

<<31323334353637383940>>