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

<<11121314151617181920>>

  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java 47 } catch (NullPointerException e) {
48 fail("Unexpected NullPointerException was thrown.");
78 } catch (NullPointerException e) {
79 fail("Unexpected NullPointerException was thrown.");
84 fail("A NullPointerException should be was thrown "
88 } catch (NullPointerException e) {
155 } catch (NullPointerException e) {
156 fail("Unexpected NullPointerException was thrown.");
161 fail("A NullPointerException should be was thrown "
165 } catch (NullPointerException e)
    [all...]
OAEPParameterSpecTest.java 41 * mgfSpec, PSource pSrc) method testing. Tests that NullPointerException
54 fail("NullPointerException should be thrown in the case of "
56 } catch (NullPointerException e) {
61 fail("NullPointerException should be thrown in the case of "
63 } catch (NullPointerException e) {
68 fail("NullPointerException should be thrown in the case of "
70 } catch (NullPointerException e) {
  /frameworks/base/core/java/android/content/
ComponentName.java 46 if (pkg == null) throw new NullPointerException("package name is null");
47 if (cls == null) throw new NullPointerException("class name is null");
61 if (cls == null) throw new NullPointerException("class name is null");
279 if (mPackage == null) throw new NullPointerException(
282 if (mClass == null) throw new NullPointerException(
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
EncodedStringValue.java 50 * @throws NullPointerException if Text-string value is null.
55 throw new NullPointerException("EncodedStringValue: Text-string is null.");
67 * @throws NullPointerException if Text-string value is null.
117 * @throws NullPointerException if Text-string value is null.
121 throw new NullPointerException("EncodedStringValue: Text-string is null.");
159 * @throws NullPointerException if the text String is null
164 throw new NullPointerException("Text-string is null.");
177 throw new NullPointerException(
219 } catch (NullPointerException _) {
  /libcore/luni/src/main/java/java/io/
ObjectStreamField.java 57 * @throws NullPointerException
62 throw new NullPointerException("name == null");
64 throw new NullPointerException("cl == null");
81 * @throws NullPointerException
87 throw new NullPointerException("name == null");
89 throw new NullPointerException("cl == null");
107 throw new NullPointerException("name == null");
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java 47 } catch (NullPointerException e) {
48 fail("Unexpected NullPointerException was thrown.");
78 } catch (NullPointerException e) {
79 fail("Unexpected NullPointerException was thrown.");
84 fail("A NullPointerException should be was thrown "
88 } catch (NullPointerException e) {
155 } catch (NullPointerException e) {
156 fail("Unexpected NullPointerException was thrown.");
161 fail("A NullPointerException should be was thrown "
165 } catch (NullPointerException e)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathImpl.java 93 throw new NullPointerException( fmsg );
117 throw new NullPointerException( fmsg );
141 throw new NullPointerException( fmsg );
244 * <code>NullPointerException</code> is thrown.</p>
254 * @throws NullPointerException If <code>expression</code> or <code>returnType</code> is <code>null</code>.
262 throw new NullPointerException ( fmsg );
268 throw new NullPointerException ( fmsg );
283 } catch ( java.lang.NullPointerException npe ) {
285 // NullPointerException at this stage for some other reason
358 * If <code>expression</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldStringTest.java 73 fail("NullPointerException is not thrown.");
74 } catch(NullPointerException npe) {
97 } catch (NullPointerException expected) {
104 } catch (NullPointerException expected) {
119 } catch (NullPointerException expected) {
126 } catch (NullPointerException expected) {
271 fail("NullPointerException is not thrown.");
272 } catch(NullPointerException npe) {
278 fail("NullPointerException is not thrown.");
279 } catch(NullPointerException npe)
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
GeneratedMessageTest.java 105 } catch (NullPointerException e) {
111 } catch (NullPointerException e) {
117 } catch (NullPointerException e) {
124 } catch (NullPointerException e) {
130 } catch (NullPointerException e) {
136 } catch (NullPointerException e) {
142 } catch (NullPointerException e) {
148 } catch (NullPointerException e) {
155 } catch (NullPointerException e) {
161 } catch (NullPointerException e)
    [all...]
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 646 throw new NullPointerException("activity cannot be null");
650 if (uri == null) throw new NullPointerException("Uri not " +
722 throw new NullPointerException("activity cannot be null");
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ComponentInfoTest.java 56 fail("should throw NullPointerException.");
57 } catch (NullPointerException e) {
63 fail("should throw NullPointerException.");
64 } catch (NullPointerException e) {
93 fail("ComponentInfo#loadIcon() throw NullPointerException");
94 } catch (NullPointerException e) {
122 fail("ComponentInfo#dumpBack() throw NullPointerException here.");
123 } catch (NullPointerException e) {
177 fail("ComponentInfo#dumpFront() throw NullPointerException here.");
178 } catch (NullPointerException e)
    [all...]
ActivityInfoTest.java 43 fail("should throw NullPointerException.");
44 } catch (NullPointerException e) {
70 fail("should throw NullPointerException");
71 } catch (NullPointerException e) {
119 fail("should throw NullPointerException.");
120 } catch (NullPointerException e) {
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
HandlerTest.java 183 fail("Should throw NullPointerException!");
184 } catch (NullPointerException e) {
191 fail("Should throw NullPointerException!");
192 } catch (NullPointerException e) {
237 fail("Should throw NullPointerException!");
238 } catch (NullPointerException e) {
245 fail("Should throw NullPointerException!");
246 } catch (NullPointerException e) {
268 fail("Should throw NullPointerException!");
269 } catch (NullPointerException e)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldTreeSetTest.java 57 fail("NullPointerException expected");
58 } catch (NullPointerException e) {
66 fail("NullPointerException expected");
67 } catch (NullPointerException e) {
114 fail("NullPointerException expected");
115 } catch (NullPointerException e) {
159 fail("NullPointerException expected");
160 } catch (NullPointerException e) {
200 fail("NullPointerException expected");
201 } catch (NullPointerException e)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
LocaleTest.java 49 fail("NullPointerException expected");
50 } catch (NullPointerException e) {
66 fail("NullPointerException expected");
67 } catch (NullPointerException e) {
73 fail("NullPointerException expected");
74 } catch (NullPointerException e) {
91 fail("expected NullPointerException with 1st parameter == null");
92 } catch(NullPointerException e) {
97 fail("expected NullPointerException with 2nd parameter == null");
98 } catch(NullPointerException e)
    [all...]
  /libcore/luni/src/test/java/tests/java/security/
SecureRandomTest.java 155 } catch (NullPointerException e) {
168 } catch (NullPointerException e) {
181 } catch (NullPointerException e) {
187 fail("expected NullPointerException");
194 } catch (NullPointerException e) {
216 } catch (NullPointerException e) {
223 fail("expected NullPointerException");
228 } catch (NullPointerException e) {
239 } catch (NullPointerException e) {
  /cts/tests/tests/content/src/android/content/cts/
ContentUrisTest.java 63 fail("There should be a NullPointerException thrown out.");
64 } catch (NullPointerException e) {
84 fail("There should be a NullPointerException thrown out.");
85 } catch (NullPointerException e) {
108 fail("There should be a NullPointerException thrown out.");
109 } catch (NullPointerException e) {
  /cts/tests/tests/widget/src/android/widget/cts/
MultiAutoCompleteTextView_CommaTokenizerTest.java 69 fail("did not throw NullPointerException when text is null");
70 } catch (NullPointerException e) {
98 fail("did not throw NullPointerException when text is null");
99 } catch (NullPointerException e) {
136 fail("did not throw NullPointerException when text is null");
137 } catch (NullPointerException e) {
TwoLineListItemTest.java 55 fail("The constructor should throw NullPointerException when param Context is null.");
56 } catch (NullPointerException e) {
62 fail("The constructor should throw NullPointerException when param Context is null.");
63 } catch (NullPointerException e) {
70 fail("The constructor should throw NullPointerException when param Context is null.");
71 } catch (NullPointerException e) {
ZoomButtonTest.java 66 fail("should throw NullPointerException.");
67 } catch (NullPointerException e) {
72 fail("should throw NullPointerException.");
73 } catch (NullPointerException e) {
78 fail("should throw NullPointerException.");
79 } catch (NullPointerException e) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringIdsSection.java 61 throw new NullPointerException("cst == null");
140 throw new NullPointerException("string == null");
175 throw new NullPointerException("string == null");
UniformListItem.java 59 throw new NullPointerException("itemType == null");
81 } catch (NullPointerException ex) {
83 throw new NullPointerException("items == null");
  /dalvik/dx/src/com/android/dx/dex/file/
StringIdsSection.java 60 throw new NullPointerException("cst == null");
123 throw new NullPointerException("string == null");
158 throw new NullPointerException("string == null");
UniformListItem.java 59 throw new NullPointerException("itemType == null");
81 } catch (NullPointerException ex) {
83 throw new NullPointerException("items == null");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
CookiePolicyTest.java 39 fail("Should throw NullPointerException");
40 } catch (NullPointerException e) {
46 fail("Should throw NullPointerException");
47 } catch (NullPointerException e) {
53 fail("Should throw NullPointerException");
54 } catch (NullPointerException e) {

Completed in 1060 milliseconds

<<11121314151617181920>>