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

<<31323334353637383940>>

  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelTest.java     [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LevelListDrawableTest.java 150 } catch (NullPointerException e) {
156 } catch (NullPointerException e) {
162 } catch (NullPointerException e) {
PaintDrawableTest.java 131 fail("Normally the function would throw a NullPointerException here.");
132 } catch (NullPointerException e) {
140 fail("Normally the function would throw a NullPointerException here.");
141 } catch (NullPointerException e) {
156 fail("Normally the function would throw a NullPointerException here.");
157 } catch (NullPointerException e) {
  /cts/tests/tests/text/src/android/text/method/cts/
NumberKeyListenerTest.java 97 fail("should throw NullPointerException.");
98 } catch (NullPointerException e) {
120 fail("should throw NullPointerException.");
121 } catch (NullPointerException e) {
134 fail("should throw NullPointerException.");
135 } catch (NullPointerException e) {
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 60 fail("should throw NullPointerException.");
61 } catch (NullPointerException e) {
66 fail("should throw NullPointerException.");
67 } catch (NullPointerException e) {
72 fail("should throw NullPointerException.");
73 } catch (NullPointerException e) {
MultiAutoCompleteTextViewTest.java 73 fail("There should be a NullPointerException thrown out.");
74 } catch (NullPointerException e) {
80 fail("There should be a NullPointerException thrown out.");
81 } catch (NullPointerException e) {
87 fail("There should be a NullPointerException thrown out.");
88 } catch (NullPointerException e) {
RadioGroup_LayoutParamsTest.java 80 fail("The constructor should throw NullPointerException when param "
82 } catch (NullPointerException e) {
111 fail("The constructor should throw NullPointerException when param "
113 } catch (NullPointerException e) {
135 fail("The constructor should throw NullPointerException when param Context is null.");
136 } catch (NullPointerException e) {
TabWidgetTest.java 128 fail("Should throw NullPointerException");
129 } catch (NullPointerException e) {
135 fail("Should throw NullPointerException");
136 } catch (NullPointerException e) {
191 fail("did not throw NullPointerException when child is null");
192 } catch (NullPointerException e) {
TimePickerTest.java 61 fail("did not throw NullPointerException when param context is null.");
62 } catch (NullPointerException e) {
69 fail("did not throw NullPointerException when param context is null.");
70 } catch (NullPointerException e) {
78 fail("did not throw NullPointerException when param context is null.");
79 } catch (NullPointerException e) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsn.java 95 throw new NullPointerException("opcode == null");
99 throw new NullPointerException("position == null");
103 throw new NullPointerException("registers == null");
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CodeItem.java 90 throw new NullPointerException("ref == null");
94 throw new NullPointerException("code == null");
98 throw new NullPointerException("throwsList == null");
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Insn.java 56 throw new NullPointerException("opcode == null");
60 throw new NullPointerException("position == null");
64 throw new NullPointerException("sources == null");
Rop.java 98 throw new NullPointerException("result == null");
102 throw new NullPointerException("sources == null");
106 throw new NullPointerException("exceptions == null");
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 97 throw new NullPointerException("opcode == null");
101 throw new NullPointerException("position == null");
105 throw new NullPointerException("registers == null");
  /dalvik/dx/src/com/android/dx/dex/file/
CodeItem.java 90 throw new NullPointerException("ref == null");
94 throw new NullPointerException("code == null");
98 throw new NullPointerException("throwsList == null");
  /dalvik/dx/src/com/android/dx/rop/code/
Rop.java 98 throw new NullPointerException("result == null");
102 throw new NullPointerException("sources == null");
106 throw new NullPointerException("exceptions == null");
  /external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
OidTest.java 119 fail("No expected NullPointerException");
120 } catch (NullPointerException e) {
286 fail("No expected NullPointerException");
287 } catch (NullPointerException e) {
299 fail("No expected NullPointerException");
300 } catch (NullPointerException e) {
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanism_ImplTest.java 147 * throws NullPointerException when algorithm is null;
156 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
157 } catch (NullPointerException e) {
182 * throws NullPointerException when algorithm is null;
194 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
195 } catch (NullPointerException e) {
244 * throws NullPointerException when algorithm is null;
255 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
256 } catch (NullPointerException e) {
KeyAgreement_ImplTest.java 123 * throws NullPointerException when algorithm is null;
132 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
133 } catch (NullPointerException e) {
157 * throws NullPointerException when algorithm is null;
169 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
170 } catch (NullPointerException e) {
223 * throws NullPointerException when algorithm is null;
235 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
236 } catch (NullPointerException e) {
KeyGenerator_ImplTest.java 128 * throws NullPointerException when algorithm is null;
136 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
137 } catch (NullPointerException e) {
162 * throws NullPointerException when algorithm is null;
173 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
174 } catch (NullPointerException e) {
227 * throws NullPointerException when algorithm is null;
237 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
238 } catch (NullPointerException e) {
Mac_ImplTest.java 126 * throws NullPointerException when algorithm is null;
135 fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null");
136 } catch (NullPointerException e) {
160 * throws NullPointerException when algorithm is null;
172 fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null");
173 } catch (NullPointerException e) {
222 * throws NullPointerException when algorithm is null;
233 fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null");
234 } catch (NullPointerException e) {
SecretKeyFactory_ImplTest.java 94 * throws NullPointerException when algorithm is null;
102 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
103 } catch (NullPointerException e) {
128 * throws NullPointerException when algorithm is null;
139 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
140 } catch (NullPointerException e) {
193 * throws NullPointerException when algorithm is null;
203 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
204 } catch (NullPointerException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedReaderTest.java 240 } catch (NullPointerException expected) {
339 fail("should throw NullPointerException"); //$NON-NLS-1$
340 } catch (NullPointerException e) {
363 fail("should throw NullPointerException"); //$NON-NLS-1$
364 } catch (NullPointerException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
SystemTest.java 315 } catch (NullPointerException e) {
329 } catch (NullPointerException e) {
343 } catch (NullPointerException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
LocaleTest.java 56 fail("expected NullPointerException with 1st parameter == null");
57 } catch(NullPointerException e) {
62 fail("expected NullPointerException with 2nd parameter == null");
63 } catch(NullPointerException e) {
68 fail("expected NullPointerException with 3rd parameter == null");
69 } catch(NullPointerException e) {

Completed in 891 milliseconds

<<31323334353637383940>>