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

<<21222324252627282930>>

  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
WrappedShortBufferTest.java 79 } catch (NullPointerException e) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator1Test.java 92 * throws NullPointerException must be thrown is null
100 fail("NullPointerException or NoSuchAlgorithmException should be thrown");
101 } catch (NullPointerException e) {
187 * throws NullPointerException must be thrown is null
198 fail("NullPointerException or NoSuchAlgorithmException should be thrown");
199 } catch (NullPointerException e) {
259 * throws NullPointerException must be thrown is null
269 fail("NullPointerException or NoSuchAlgorithmException should be thrown");
270 } catch (NullPointerException e) {
372 fail("NullPointerException must be thrown")
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathBuilder1Test.java 129 * throws NullPointerException when algorithm is null
136 fail("No expected NullPointerException");
137 } catch (NullPointerException e) {
213 * throws NullPointerException when algorithm is null
224 fail("No expected NullPointerException");
225 } catch (NullPointerException e) {
277 * throws NullPointerException when algorithm is null
288 fail("No expected NullPointerException");
289 } catch (NullPointerException e) {
365 fail("NullPointerException must be thrown ")
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
CertPathTest.java 110 } catch (NullPointerException e) {
CertificateTest.java 101 } catch (NullPointerException e) {
  /external/apache-harmony/security/src/test/api/java/tests/api/java/security/
AccessControlContextTest.java 79 } catch (NullPointerException e) {
80 fail("should not throw NullPointerException");
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
ECParameterSpec_ImplTest.java 65 * Assertion: throws <code>NullPointerException</code> if
68 * Expected: must throw <code>NullPointerException</code>
83 } catch (NullPointerException ok) {
91 } catch (NullPointerException ok) {
99 } catch (NullPointerException ok) {
107 } catch (NullPointerException ok) {
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
RuleBasedCollatorTest.java 164 fail("NullPointerException expected");
165 } catch (NullPointerException e) {
216 fail("NullPointerException expected");
217 } catch (NullPointerException e) {
278 + "should throw NullPointerException");
279 } catch (NullPointerException e) {}
290 + "should throw NullPointerException");
291 } catch (NullPointerException e) {}
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExtendedType.java 115 catch(NullPointerException e)
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CstInsn.java 59 throw new NullPointerException("constant == null");
Dop.java 75 throw new NullPointerException("format == null");
LocalSnapshot.java 44 throw new NullPointerException("locals == null");
TargetInsn.java 46 throw new NullPointerException("target == null");
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
EncodedArrayItem.java 52 throw new NullPointerException("array == null");
StringIdItem.java 42 throw new NullPointerException("value == null");
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
SwitchInsn.java 50 throw new NullPointerException("cases == null");
ThrowingCstInsn.java 52 throw new NullPointerException("catches == null");
ThrowingInsn.java 72 throw new NullPointerException("catches == null");
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Prototype.java 55 throw new NullPointerException("descriptor == null");
218 throw new NullPointerException("descriptor == null");
222 throw new NullPointerException("returnType == null");
226 throw new NullPointerException("parameterTypes == null");
  /external/dexmaker/src/dx/java/com/android/dx/util/
ExceptionWithContext.java 112 throw new NullPointerException("str == null");
  /external/dexmaker/src/main/java/com/google/dexmaker/
FieldId.java 40 throw new NullPointerException();
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelInputStream.java 53 throw new NullPointerException();
ChannelOutputStream.java 63 throw new NullPointerException();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
AbstractListIndexOfTester.java 68 } catch (NullPointerException tolerated) {
CollectionCreationTester.java 54 } catch (NullPointerException expected) {

Completed in 704 milliseconds

<<21222324252627282930>>