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

<<61626364656667686970>>

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LayerDrawableTest.java 64 fail("Should throw NullPointerException");
65 } catch (NullPointerException e) {
106 fail("Should throw NullPointerException if resource is null");
107 } catch (NullPointerException e) {
112 fail("Should throw NullPointerException if parser is null");
113 } catch (NullPointerException e) {
118 fail("Should throw NullPointerException if attribute set is null");
119 } catch (NullPointerException e) {
    [all...]
RotateDrawableTest.java 199 fail("did not throw NullPointerException when parameters are null.");
200 } catch (NullPointerException e) {
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 102 fail("should throw NullPointerException here");
103 } catch (NullPointerException e) {
  /cts/tests/tests/view/src/android/view/cts/
WindowManager_LayoutParamsTest.java 220 fail("should throw NullPointerException");
221 } catch (NullPointerException e) {
  /cts/tests/tests/widget/src/android/widget/cts/
TableRowTest.java 175 fail("Should throw NullPointerException");
176 } catch (NullPointerException e) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 436 throw new NullPointerException("cst == null");
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 95 throw new NullPointerException("data == null");
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 93 throw new NullPointerException("method == null");
  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 84 throw new NullPointerException("cf == null");
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 455 throw new NullPointerException("cst == null");
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 104 throw new NullPointerException("data == null");
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
AttributesTest.java 184 fail("NullPointerException expected");
185 } catch (NullPointerException e) {
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
JndiLoginModuleTest.java 128 fail("Should throw NullPointerException here.");
129 } catch (NullPointerException e) {
130 // expected NullPointerException
LdapLoginModuleTest.java 127 fail("Should throw NullPointerException here.");
128 } catch (NullPointerException e) {
129 // expected NullPointerException
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLTest.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CurrencyTest.java 85 fail("should throw NullPointerException");
86 } catch (NullPointerException e) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 211 * throws NullPointerException when type is null
219 fail("NullPointerException must be thrown when type is null");
220 } catch (NullPointerException e) {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 297 if ((throwable instanceof NullPointerException)
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DexFile.java 455 throw new NullPointerException("cst == null");
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 104 throw new NullPointerException("data == null");
  /external/guava/guava/src/com/google/common/collect/
AbstractMapBasedMultiset.java 211 } catch (NullPointerException e) {
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Predicates.java 371 } catch (NullPointerException e) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractMapBasedMultiset.java 208 } catch (NullPointerException e) {
  /external/guava/guava-testlib/src/com/google/common/testing/
NullPointerTester.java 56 * NullPointerException} or {@link UnsupportedOperationException} whenever any
162 * Verifies that {@code method} produces a {@link NullPointerException}
177 * Verifies that {@code ctor} produces a {@link NullPointerException} or
189 * Verifies that {@code method} produces a {@link NullPointerException} or
219 * Verifies that {@code ctor} produces a {@link NullPointerException} or
243 * Verifies that {@code func} produces a {@link NullPointerException} or
263 if (cause instanceof NullPointerException ||
  /external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java 516 } catch (NullPointerException expected) {

Completed in 2098 milliseconds

<<61626364656667686970>>