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

<<51525354555657585960>>

  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
PssmShadowRenderer.java 219 throw new NullPointerException();
248 throw new NullPointerException();
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 210 throw new NullPointerException("Attribute name cannot be null.");
419 throw new NullPointerException("Invalid copy destination path");
  /libcore/luni/src/main/java/java/lang/reflect/
Field.java 210 throw new NullPointerException("annotationType == null");
219 throw new NullPointerException("annotationType == null");
250 * Otherwise, if the object is null, a NullPointerException is thrown. If
261 * @throws NullPointerException
277 * Otherwise, if the object is {@code null}, a NullPointerException is
288 * @throws NullPointerException
305 * Otherwise, if the object is {@code null}, a NullPointerException is
316 * @throws NullPointerException
332 * Otherwise, if the object is {@code null}, a NullPointerException is
343 * @throws NullPointerException
    [all...]
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 220 throw new NullPointerException("mapMode == null");
473 throw new NullPointerException("buffer == null");
  /libcore/luni/src/main/java/java/util/
ArrayDeque.java 177 * @throws NullPointerException if the specified collection is null
192 * @throws NullPointerException if the specified element is null
196 throw new NullPointerException("e == null");
208 * @throws NullPointerException if the specified element is null
212 throw new NullPointerException("e == null");
223 * @throws NullPointerException if the specified element is null
235 * @throws NullPointerException if the specified element is null
381 * @throws NullPointerException if the specified element is null
395 * @throws NullPointerException if the specified element is null
466 * @throws NullPointerException if the specified element is nul
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 102 } catch (NullPointerException e5) {
117 * @exception java.lang.NullPointerException If the parser parameter
130 * @exception java.lang.NullPointerException If the parser parameter
137 NullPointerException("Parser argument must not be null");
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ReflectionTest.java 179 } catch (NullPointerException expected) {
187 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
MessageDigest2Test.java 358 fail("expected NullPointerException");
359 } catch (NullPointerException expected) {
384 fail("expected NullPointerException");
385 } catch (NullPointerException expected) {
SignatureTest.java 393 fail("expected NullPointerException");
396 } catch (NullPointerException e) {
447 @KnownFailure("Android throws IllegalArgumentException, RI throws NullpointerException")
462 fail("NullPointerException wasn't thrown");
463 } catch (NullPointerException npe) {
  /libcore/luni/src/test/java/tests/api/java/util/
IdentityHashMapTest.java 110 fail("NullPointerException expected");
111 } catch (NullPointerException e) {
334 fail("NullPointerException expected");
335 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AttributesImplTest.java 61 fail("NullPointerException expected");
62 } catch (NullPointerException e) {
258 fail("NullPointerException expected");
259 } catch (NullPointerException e) {
XMLFilterImplTest.java 200 fail("NullPointerException expected");
201 } catch (NullPointerException e) {
226 fail("NullPointerException expected");
227 } catch (NullPointerException e) {
  /packages/apps/Mms/src/com/android/mms/util/
ThumbnailManager.java 126 throw new NullPointerException();
231 throw new NullPointerException();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ScannerTest.java 106 fail("Should throw NullPointerException");
107 } catch (NullPointerException e) {
154 fail("Should throw NullPointerException");
155 } catch (NullPointerException e) {
162 fail("Should throw NullPointerException");
163 } catch (NullPointerException e) {
170 fail("Should throw NullPointerException");
171 } catch (NullPointerException e) {
198 fail("Should throw NullPointerException");
199 } catch (NullPointerException e)
    [all...]
FormatterTest.java 228 fail("should throw NullPointerException");
229 } catch (NullPointerException e1) {
259 fail("should throw NullPointerException");
260 } catch (NullPointerException e1) {
266 fail("should throw NullPointerException");
267 } catch (NullPointerException e2) {
305 fail("should throw NullPointerException");
306 } catch (NullPointerException e1) {
312 fail("should throw NullPointerException");
313 } catch (NullPointerException e2)
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java 294 fail("Should throw NullPointerException!");
295 } catch (NullPointerException e) {
410 fail("Should throw NullPointerException!");
411 } catch (NullPointerException e) {
595 fail("Should throw NullPointerException!");
596 } catch (NullPointerException e) {
839 fail("Should throw NullPointerException!");
840 } catch (NullPointerException e) {
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 221 throw new NullPointerException("in == null");
    [all...]
  /cts/tests/src/android/app/cts/
LocalActivityManagerTestHelper.java 312 } catch (NullPointerException e) {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
TransitionDrawableTest.java 158 } catch (NullPointerException e) {
  /cts/tests/tests/text/src/android/text/method/cts/
MultiTapKeyListenerTest.java 92 fail("should throw NullPointerException.");
93 } catch (NullPointerException e) {
PasswordTransformationMethodTest.java 165 fail("Should throw NullPointerException if the source is null.");
166 } catch (NullPointerException e) {
  /cts/tests/tests/view/src/android/view/cts/
ViewStubTest.java 153 } catch (NullPointerException e) {
154 fail("should not throw NullPointerException");
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorTreeAdapterTest.java 151 fail("Should throw NullPointerException if the uri or value is null");
152 } catch (NullPointerException e) {
TextSwitcherTest.java 193 fail("Should throw NullPointerException");
194 } catch (NullPointerException e) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationsDirectoryItem.java 139 throw new NullPointerException("annotations == null");

Completed in 1279 milliseconds

<<51525354555657585960>>