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

<<51525354555657585960>>

  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 68 throw new NullPointerException("machine == null");
72 throw new NullPointerException("method == null");
151 * throw a <code>NullPointerException</code>, and it won't matter
219 throw new NullPointerException("frame == null");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
MethodTest.java 95 public int invokeExceptionTest() throws NullPointerException {
96 throw new NullPointerException();
382 // Generate a NullPointerException
387 } catch (NullPointerException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 110 fail("Expected NullPointerException");
111 } catch (NullPointerException e) {
599 fail("should throw NullPointerException");
600 } catch (NullPointerException e) {
748 fail("Expected NullPointerException");
749 } catch (NullPointerException e) {
  /frameworks/base/core/java/android/content/
ClipData.java 622 throw new NullPointerException("item is null");
638 throw new NullPointerException("item is null");
768 throw new NullPointerException("item is null");
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
LruCacheTest.java 131 } catch (NullPointerException expected) {
140 } catch (NullPointerException expected) {
350 } catch (NullPointerException expected) {
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 509 throw new NullPointerException("object == null");
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 574 * @throws NullPointerException if haveData mode but e is null
578 throw new NullPointerException();
    [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
714 * @throws NullPointerException {@inheritDoc}
724 * @throws NullPointerException {@inheritDoc}
729 throw new NullPointerException();
    [all...]
ConcurrentHashMap.java     [all...]
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 46 } catch (NullPointerException e) {
54 } catch (NullPointerException e) {
103 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 259 } catch (NullPointerException e) {
264 } catch (NullPointerException e) {
269 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreementTest.java 116 * throws NullPointerException when algorithm is null throws
122 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
123 } catch (NullPointerException e) {
154 * method Assertions: throws NullPointerException when algorithm is null
166 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
167 } catch (NullPointerException e) {
240 * method Assertions: throws NullPointerException when algorithm is null
251 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
252 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/api/java/util/
ArrayListTest.java 80 fail("NullPointerException expected");
81 } catch (NullPointerException e) {
183 fail("NullPointerException expected");
184 } catch (NullPointerException e) {
191 // preference to NullPointerException when the caller desserves both.
261 fail("NullPointerException expected");
262 } catch (NullPointerException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [all...]
  /frameworks/base/core/java/android/net/
Uri.java 425 * @throws NullPointerException if uriString is null
439 * @throws NullPointerException if file is null
444 throw new NullPointerException("file");
467 throw new NullPointerException("uriString");
803 * @throws NullPointerException if scheme or ssp is null
811 throw new NullPointerException("scheme");
814 throw new NullPointerException("ssp");
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 98 fail("Should throw NullPointerException if param columnNameOfKey is null");
99 } catch (NullPointerException e) {
104 fail("Should throw NullPointerException if param cursor is null");
105 } catch (NullPointerException e) {
  /cts/tests/tests/widget/src/android/widget/cts/
DialerFilterTest.java 233 fail("A NullPointerException should be thrown out.");
234 } catch (final NullPointerException e) {
281 fail("A NullPointerException should be thrown out.");
282 } catch (final NullPointerException e) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ValueEncoder.java 112 throw new NullPointerException("file == null");
116 throw new NullPointerException("out == null");
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipEntryTest.java 71 fail("NullPointerException not thrown");
72 } catch (NullPointerException e) {
92 fail("NullPointerException not thrown");
93 } catch (NullPointerException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ByteTest.java 303 fail("Expected NullPointerException with null string.");
304 } catch (NullPointerException e) {
377 } catch (NullPointerException e) {
ShortTest.java 57 } catch (NullPointerException e) {
601 fail("Expected NullPointerException with null string.");
602 } catch (NullPointerException e) {}
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
UUIDTest.java 301 } catch (NullPointerException e) {}
331 } catch (NullPointerException e) {}
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
CipherSpi.java 102 catch (NullPointerException e)
134 catch (NullPointerException e)
  /external/guava/guava/src/com/google/common/collect/
ConcurrentHashMultiset.java 153 * Depending on the type of the underlying map, map.get may throw NullPointerException or
160 } catch (NullPointerException e) {
454 } catch (NullPointerException e) {
  /external/guava/guava-tests/test/com/google/common/base/
SuppliersTest.java 151 throw new NullPointerException();
162 fail("failed to throw NullPointerException");
163 } catch (NullPointerException e) {

Completed in 951 milliseconds

<<51525354555657585960>>