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

<<41424344454647484950>>

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedField.java 46 throw new NullPointerException("field == null");
OffsettedItem.java 225 throw new NullPointerException("addedTo == null");
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalVariableExtractor.java 57 throw new NullPointerException("method == null");
RopMethod.java 53 throw new NullPointerException("blocks == null");
  /dalvik/dexgen/src/com/android/dexgen/util/
FixedSizeList.java 168 * will throw {@code NullPointerException}. This method is
180 throw new NullPointerException("unset: " + n);
  /dalvik/dx/src/com/android/dx/dex/code/
CatchHandlerList.java 43 * do that, this will throw {@code NullPointerException}.
186 throw new NullPointerException("exceptionType == null");
LocalList.java 54 * do that, this will throw {@code NullPointerException}.
147 throw new NullPointerException("disposition == null");
152 throw new NullPointerException(
155 } catch (NullPointerException ex) {
157 throw new NullPointerException("spec == null");
  /dalvik/dx/src/com/android/dx/dex/file/
EncodedField.java 46 throw new NullPointerException("field == null");
OffsettedItem.java 225 throw new NullPointerException("addedTo == null");
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableExtractor.java 57 throw new NullPointerException("method == null");
RopMethod.java 53 throw new NullPointerException("blocks == null");
  /dalvik/dx/src/com/android/dx/util/
FixedSizeList.java 168 * will throw {@code NullPointerException}. This method is
180 throw new NullPointerException("unset: " + n);
  /dalvik/tests/050-sync-test/src/
Main.java 136 throw new NullPointerException("die");
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RuleListController.java 146 throw new NullPointerException("Null test suite");
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/
SubjectDomainCombinerTest.java 60 fail("Constructor should throw NullPointerException");
61 } catch (NullPointerException e) {
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 78 fail("NullPointerException must be thrown");
79 } catch (NullPointerException e) {}
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
MemoryHandlerTest.java 134 fail("should throw NullPointerException");
135 } catch (NullPointerException e) {
266 fail("should throw NullPointerException");
267 } catch (NullPointerException e) {
271 fail("should throw NullPointerException");
272 } catch (NullPointerException e) {
290 fail("should throw NullPointerException");
291 } catch (NullPointerException e) {
SimpleFormatterTest.java 52 } catch (NullPointerException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
RandomAccessFileTest.java 475 fail("should throw NullPointerException");
476 } catch (NullPointerException e) {
486 fail("should throw NullPointerException");
487 } catch (NullPointerException e) {
535 fail("should throw NullPointerException");
536 } catch (NullPointerException e) {
542 fail("should throw NullPointerException");
543 } catch (NullPointerException e) {
549 fail("should throw NullPointerException");
550 } catch (NullPointerException e)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StringBufferTest.java 118 } catch (NullPointerException e) {}
191 fail("NullPointerException expected");
192 } catch (NullPointerException e) {
555 } catch (NullPointerException e) {
584 fail("Should throw a NullPointerException");
585 } catch (NullPointerException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArrayDequeTest.java 72 } catch (NullPointerException e) {
115 fail("should throw NullPointerException");
116 } catch (NullPointerException e) {
137 fail("should throw NullPointerException");
138 } catch (NullPointerException e) {
159 fail("should throw NullPointerException");
160 } catch (NullPointerException e) {
181 fail("should throw NullPointerException");
182 } catch (NullPointerException e) {
404 fail("Should throw NullPointerException");
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/spi/
AbstractSelectorTest.java 138 fail("should throw NullPointerException");
139 } catch (NullPointerException e) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidator3Test.java 96 * FIXME: jrockit-j2re1.4.2_04 throws NullPointerException when certPath is null
117 fail("NullPointerException must be thrown");
118 } catch(NullPointerException e) {
CollectionCertStoreParametersTest.java 136 * Assertion: <code>NullPointerException</code> - if
143 } catch (NullPointerException e) {
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatSymbolsTest.java 139 fail("Should throw NullPointerException");
140 } catch (NullPointerException e) {
159 fail("Should throw NullPointerException");
160 } catch (NullPointerException e) {
416 fail("NullPointerException expected");
417 } catch (NullPointerException e) {
517 fail("Attempt to set zone strings a null array should throw NullPointerException");
518 } catch (NullPointerException e) {

Completed in 622 milliseconds

<<41424344454647484950>>