HomeSort by relevance Sort by last modified time
    Searched refs:NullPointerException (Results 251 - 275 of 1588) sorted by null

<<11121314151617181920>>

  /cts/tools/dx-tests/src/dxc/junit/opcodes/arraylength/
Test_arraylength.java 35 * @title NullPointerException expected
42 } catch (NullPointerException npe) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/array_length/
Test_array_length.java 45 * @title expected NullPointerException
52 } catch (NullPointerException npe) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_5.d 32 new-instance v1, java/lang/NullPointerException
33 invoke-direct {v1}, java/lang/NullPointerException/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/array_length/
Test_array_length.java 45 * @title expected NullPointerException
52 } catch (NullPointerException npe) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_5.d 32 new-instance v1, java/lang/NullPointerException
33 invoke-direct {v1}, java/lang/NullPointerException/<init>()V
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalEnd.java 51 throw new NullPointerException("local == null");
LocalStart.java 59 throw new NullPointerException("local == null");
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetRefItem.java 44 throw new NullPointerException("annotations == null");
  /dalvik/dexgen/src/com/android/dexgen/rop/
AttConstantValue.java 53 throw new NullPointerException("constantValue == null");
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotation.java 61 throw new NullPointerException("type == null");
65 throw new NullPointerException("visibility == null");
194 throw new NullPointerException("pair == null");
211 throw new NullPointerException("pair == null");
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstAnnotation.java 35 throw new NullPointerException("annotation == null");
CstString.java 36 throw new NullPointerException("string == null");
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttConstantValue.java 53 throw new NullPointerException("constantValue == null");
RawAttribute.java 46 throw new NullPointerException("data == null");
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 162 } catch (NullPointerException ex) {
164 throw new NullPointerException("type == null");
279 } catch (NullPointerException ex) {
281 throw new NullPointerException("type == null");
  /dalvik/dx/src/com/android/dx/dex/code/
LocalEnd.java 51 throw new NullPointerException("local == null");
LocalStart.java 59 throw new NullPointerException("local == null");
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetRefItem.java 44 throw new NullPointerException("annotations == null");
  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotation.java 53 throw new NullPointerException("type == null");
57 throw new NullPointerException("visibility == null");
186 throw new NullPointerException("pair == null");
203 throw new NullPointerException("pair == null");
  /dalvik/dx/src/com/android/dx/rop/cst/
CstAnnotation.java 35 throw new NullPointerException("annotation == null");
  /dalvik/tests/054-uncaught/src/
Main.java 49 throw new NullPointerException("Hi diddly-ho, neighborino.");
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStreamTest.java 40 fail("NullPointerException expected");
41 } catch (NullPointerException e) {
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
SealedObjectTest.java 72 * NullPointerException is thrown in the case of null cipher.
78 fail("NullPointerException should be thrown in the case "
80 } catch (NullPointerException e) {
86 * NullPointerException is thrown in the case of null SealedObject.
91 fail("NullPointerException should be thrown in the case "
93 } catch (NullPointerException e) {
163 fail("NullPointerException should be thrown in the case of "
165 } catch (NullPointerException e) {
229 fail("NullPointerException should be thrown when key is null");
230 } catch (NullPointerException e)
    [all...]
  /external/apache-harmony/crypto/src/test/impl/java.injected/org/apache/harmony/crypto/internal/
NullCipherSpiTest.java 117 fail("No expected NullPointerException");
118 } catch (NullPointerException e) {
123 fail("No expected NullPointerException");
124 } catch (NullPointerException e) {
162 fail("No expected NullPointerException");
163 } catch (NullPointerException e) {
168 fail("No expected NullPointerException");
169 } catch (NullPointerException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ProcessBuilderTest.java 39 } catch (NullPointerException e) {
108 } catch (NullPointerException e) {
114 } catch (NullPointerException e) {
120 } catch (NullPointerException e) {

Completed in 4808 milliseconds

<<11121314151617181920>>