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

<<11121314151617181920>>

  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
ObjectIdentifier.java 65 * @throws NullPointerException - if oid is null
82 * @throws NullPointerException - if oid is null
89 throw new NullPointerException("oidGroup == null");
185 * @throws NullPointerException - if oid is null
191 throw new NullPointerException("oid == null");
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
SAXParserFactoryImpl.java 44 throw new NullPointerException("name == null");
89 throw new NullPointerException("name == null");
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
KeyStoreBuilderParametersTest.java 32 } catch (NullPointerException expected) {
50 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/tests/api/java/util/
ResourceBundleTest.java 72 fail("NullPointerException expected");
73 } catch (NullPointerException ee) {
127 fail("NullPointerException expected");
128 } catch (NullPointerException ee) {
134 fail("NullPointerException expected");
135 } catch (NullPointerException ee) {
141 fail("NullPointerException expected");
142 } catch (NullPointerException ee) {
185 fail("NullPointerException expected");
186 } catch (NullPointerException ee)
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
KeyStoreBuilderParametersTest.java 36 } catch (NullPointerException expected) {
56 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentBuilderSetting.java 211 throw new NullPointerException("property");
227 throw new NullPointerException("other");
  /libcore/luni/src/test/java/tests/security/cert/
LDAPCertStoreParametersTest.java 88 * Assertion: throws <code>NullPointerException</code> -
95 } catch (NullPointerException e) {
126 * Assertion: throws <code>NullPointerException</code> -
133 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/security/spec/
PSSParameterSpecTest.java 81 * throws <code>NullPointerException</code>
88 } catch (NullPointerException e) {
98 * throws <code>NullPointerException</code>
105 } catch (NullPointerException e) {
  /packages/apps/Email/src/org/apache/commons/io/
IOCase.java 140 * @throws NullPointerException if either string is null
144 throw new NullPointerException("The strings must not be null");
158 * @throws NullPointerException if either string is null
162 throw new NullPointerException("The strings must not be null");
176 * @throws NullPointerException if either string is null
191 * @throws NullPointerException if either string is null
208 * @throws NullPointerException if either string is null
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
BreakIteratorTest.java 259 } catch (NullPointerException e) {
273 } catch (NullPointerException e) {
300 fail("BreakIterator.getCharacterInstance(null); should throw NullPointerException");
301 } catch (NullPointerException e) {
308 fail("BreakIterator.getLineInstance(null); should throw NullPointerException");
309 } catch (NullPointerException e) {
316 fail("BreakIterator.getSentenceInstance(null); should throw NullPointerException");
317 } catch (NullPointerException e) {
324 fail("BreakIterator.getWordInstance(null); should throw NullPointerException");
325 } catch (NullPointerException e)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 288 throw new NullPointerException(" host parameter is null");
382 throw new NullPointerException(
411 throw new NullPointerException(
468 throw new NullPointerException(
498 throw new NullPointerException(
526 throw new NullPointerException(
  /libcore/luni/src/main/java/java/io/
PrintStream.java 56 * @throws NullPointerException
62 throw new NullPointerException("out == null");
77 * @throws NullPointerException
83 throw new NullPointerException("out == null");
101 * @throws NullPointerException
110 throw new NullPointerException("out == null");
112 throw new NullPointerException("charsetName == null");
150 * @throws NullPointerException
159 throw new NullPointerException("charsetName == null");
194 * @throws NullPointerException
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
AbstractExecutorService.java 76 * @throws NullPointerException {@inheritDoc}
79 if (task == null) throw new NullPointerException();
87 * @throws NullPointerException {@inheritDoc}
90 if (task == null) throw new NullPointerException();
98 * @throws NullPointerException {@inheritDoc}
101 if (task == null) throw new NullPointerException();
114 throw new NullPointerException();
202 throw new NullPointerException();
233 throw new NullPointerException();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
OutputStreamWriterTest.java 118 } catch (NullPointerException exception) {
122 // throws NullPointerException though count is negative
126 } catch (NullPointerException exception) {
133 } catch (NullPointerException e) {
218 } catch (NullPointerException e) {
249 } catch (NullPointerException expected) {
253 // Throws NullPointerException before StringIndexOutOfBoundsException
257 } catch (NullPointerException expected) {
273 } catch (NullPointerException expected) {
280 } catch (NullPointerException expected)
    [all...]
InputStreamReaderTest.java 196 } catch (NullPointerException e) {
221 } catch (NullPointerException e) {
227 } catch (NullPointerException e) {
262 } catch (NullPointerException e) {
268 } catch (NullPointerException e) {
286 } catch (NullPointerException e) {
292 } catch (NullPointerException e) {
476 } catch (NullPointerException expected) {
482 fail("Should throw NullPointerException");
483 } catch (NullPointerException e)
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
ChannelsTest.java 124 } catch (NullPointerException expected) {
139 } catch (NullPointerException e) {
146 } catch (NullPointerException e) {
198 } catch (NullPointerException expected) {
216 } catch (NullPointerException e) {
283 } catch (NullPointerException expected) {
322 } catch (NullPointerException expected) {
330 } catch (NullPointerException expected) {
405 } catch (NullPointerException e) {
419 } catch (NullPointerException e)
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 313 } catch (NullPointerException e) {
321 } catch (NullPointerException e) {
328 } catch (NullPointerException e) {
337 } catch (NullPointerException e) {
344 } catch (NullPointerException e) {
351 } catch (NullPointerException e) {
358 } catch (NullPointerException e) {
479 } catch (NullPointerException e) {
486 } catch (NullPointerException e) {
492 } catch (NullPointerException e)
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderTest.java 51 fail("should throw NullPointerException");
52 } catch (NullPointerException e) {
142 fail("should throw NullPointerException here");
143 } catch (NullPointerException e) {
149 fail("should throw NullPointerException here");
150 } catch (NullPointerException e) {
186 fail("should throw NullPointerException here");
187 } catch (NullPointerException e) {
306 fail("should throw NullPointerException here");
307 } catch (NullPointerException e)
    [all...]
  /cts/tests/tests/text/src/android/text/util/cts/
LinkifyTest.java 98 fail("Should throw NullPointerException!");
99 } catch (NullPointerException e) {
125 fail("Should throw NullPointerException!");
126 } catch (NullPointerException e) {
154 fail("Should throw NullPointerException!");
155 } catch (NullPointerException e) {
161 fail("Should throw NullPointerException!");
162 } catch (NullPointerException e) {
190 fail("Should throw NullPointerException!");
191 } catch (NullPointerException e)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreBuilderTest.java 96 fail("NullPointerException must be thrown");
97 } catch (NullPointerException e) {
103 fail("NullPointerException must be thrown");
104 } catch (NullPointerException e) {
113 fail("NullPointerException must be thrown when ProtectionParameter is null");
114 } catch (NullPointerException e) {
144 fail("NullPointerException must be thrown");
145 } catch (NullPointerException e) {
194 * NullPointerException if type, file or protectionParameter is null; throws
200 * alias) throws NullPointerException when alias is null; throw
    [all...]
SecurityTest.java 45 fail("No expected NullPointerException");
46 } catch (NullPointerException e) {
89 fail("No expected NullPointerException");
90 } catch (NullPointerException e) {
223 fail("No expected NullPointerException");
224 } catch (NullPointerException e) {
291 fail("No expected NullPointerException");
292 } catch (NullPointerException e) {
387 fail("No expected NullPointerException.");
388 } catch (NullPointerException e)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 161 } catch (NullPointerException expected) {
178 } catch (NullPointerException expected) {
187 } catch (NullPointerException expected) {
201 } catch (NullPointerException expected) {
228 } catch (NullPointerException expected) {
246 } catch (NullPointerException expected) {
259 } catch (NullPointerException expected) {
273 } catch (NullPointerException expected) {
327 } catch (NullPointerException expected) {
362 } catch (NullPointerException expected)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 337 } catch (NullPointerException ex) {
339 throw new NullPointerException("descriptor == null");
428 } catch (NullPointerException ex) {
430 throw new NullPointerException("descriptor == null");
450 throw new NullPointerException("name == null");
469 throw new NullPointerException("clazz == null");
497 throw new NullPointerException("descriptor == null");
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SecurityTest.java 73 fail("No expected NullPointerException");
74 } catch (NullPointerException e) {
116 fail("No expected NullPointerException");
117 } catch (NullPointerException e) {
203 fail("No expected NullPointerException");
204 } catch (NullPointerException e) {
256 fail("No expected NullPointerException");
257 } catch (NullPointerException e) {
323 fail("No expected NullPointerException.");
324 } catch (NullPointerException e)
    [all...]
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 215 throw new NullPointerException("loader == null");
217 throw new NullPointerException("bundleName == null");
615 throw new NullPointerException("loader == null");
622 throw new NullPointerException("key == null");
671 throw new NullPointerException("baseName == null");
673 throw new NullPointerException("locale == null");
812 throw new NullPointerException("baseName == null");
814 throw new NullPointerException("locale == null");
838 throw new NullPointerException("baseName == null");
848 throw new NullPointerException("baseName == null")
    [all...]

Completed in 1279 milliseconds

<<11121314151617181920>>