HomeSort by relevance Sort by last modified time
    Searched defs:NullPointerException (Results 176 - 200 of 229) sorted by null

1 2 3 4 5 6 78 910

  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingQueue.java 242 * @throws NullPointerException if the specified collection or any
253 throw new NullPointerException();
299 * @throws NullPointerException {@inheritDoc}
302 if (e == null) throw new NullPointerException();
340 * @throws NullPointerException {@inheritDoc}
345 if (e == null) throw new NullPointerException();
378 * @throws NullPointerException if the specified element is null
381 if (e == null) throw new NullPointerException();
617 * @throws NullPointerException if the specified array is null
684 * @throws NullPointerException {@inheritDoc
    [all...]
PriorityBlockingQueue.java 201 * @throws NullPointerException if the specified collection or any
230 throw new NullPointerException();
416 * @throws NullPointerException if the specified element is null
431 * @throws NullPointerException if the specified element is null
435 throw new NullPointerException();
464 * @throws NullPointerException if the specified element is null
483 * @throws NullPointerException if the specified element is null
725 * @throws NullPointerException {@inheritDoc}
730 throw new NullPointerException();
751 * @throws NullPointerException {@inheritDoc
    [all...]
ConcurrentHashMap.java 764 * @throws NullPointerException if the specified key is null
778 * @throws NullPointerException if the specified key is null
794 * @throws NullPointerException if the specified value is null
798 throw new NullPointerException();
859 * @throws NullPointerException if the specified value is null
    [all...]
ConcurrentLinkedDeque.java 753 * Throws NullPointerException if argument is null.
759 throw new NullPointerException();
804 * @throws NullPointerException if the specified collection or any
848 * @throws NullPointerException if the specified element is null
861 * @throws NullPointerException if the specified element is null
872 * @throws NullPointerException if the specified element is null
    [all...]
ScheduledThreadPoolExecutor.java 412 * @throws NullPointerException if {@code threadFactory} is null
429 * @throws NullPointerException if {@code handler} is null
448 * @throws NullPointerException if {@code threadFactory} or
492 * @throws NullPointerException {@inheritDoc}
498 throw new NullPointerException();
508 * @throws NullPointerException {@inheritDoc}
514 throw new NullPointerException();
524 * @throws NullPointerException {@inheritDoc}
532 throw new NullPointerException();
548 * @throws NullPointerException {@inheritDoc
    [all...]
SynchronousQueue.java     [all...]
ThreadPoolExecutor.java     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java 685 * @throws NullPointerException if the lock is null
    [all...]
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
MethodTest.java 104 public int invokeExceptionTest() throws NullPointerException {
105 throw new NullPointerException();
685 // Generate a NullPointerException
690 } catch (NullPointerException e) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 203 if (tab == null) throw new NullPointerException();
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java 65 // Throws NullPointerException if the input is null.
67 if (object == null) throw new NullPointerException();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 179 throw new NullPointerException();
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
StreamHandlerTest.java 261 fail("Should throw NullPointerException!");
262 } catch (NullPointerException e) {
289 fail("Should throw NullPointerException!");
290 } catch (NullPointerException e) {
710 fail("Should throw NullPointerException!");
711 } catch (NullPointerException e) {
913 throw new NullPointerException();
922 throw new NullPointerException();
  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 295 throw new NullPointerException();
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java     [all...]
  /frameworks/base/core/java/android/widget/
ImageView.java 479 throw new NullPointerException();
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 724 throw new NullPointerException();
    [all...]
Canvas.java     [all...]
  /libcore/luni/src/main/java/java/lang/
String.java 152 * @throws NullPointerException
165 * @throws NullPointerException
188 * @throws NullPointerException
215 * @throws NullPointerException
232 * @throws NullPointerException
250 * @throws NullPointerException
399 * @throws NullPointerException if {@code data == null}
411 * @throws NullPointerException if {@code data == null}
422 * @throws NullPointerException
515 * @throws NullPointerException
    [all...]
Thread.java 235 throw new NullPointerException();
255 throw new NullPointerException();
299 throw new NullPointerException();
320 throw new NullPointerException();
349 throw new NullPointerException();
946 throw new NullPointerException();
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInt.java 156 throw new NullPointerException();
  /libcore/luni/src/main/java/java/security/
Provider.java 410 throw new NullPointerException();
477 throw new NullPointerException();
504 * @throws NullPointerException
509 throw new NullPointerException();
846 * @throws NullPointerException
854 throw new NullPointerException();
    [all...]
  /libcore/luni/src/main/java/java/util/
Calendar.java     [all...]
Hashtable.java 316 throw new NullPointerException();
365 throw new NullPointerException();
399 throw new NullPointerException();
683 throw new NullPointerException();
    [all...]
ResourceBundle.java 215 throw new NullPointerException();
613 throw new NullPointerException();
620 throw new NullPointerException();
669 throw new NullPointerException();
808 throw new NullPointerException();
832 throw new NullPointerException();
842 throw new NullPointerException();
876 throw new NullPointerException();
    [all...]

Completed in 815 milliseconds

1 2 3 4 5 6 78 910