HomeSort by relevance Sort by last modified time
    Searched refs:NullPointerException (Results 51 - 75 of 1923) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/src/android/app/cts/
ActivityManagerStubCrashActivity.java 35 throw new NullPointerException("Expected NPE.");
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttSignature.java 40 throw new NullPointerException("signature == null");
AttSourceFile.java 40 throw new NullPointerException("sourceFile == null");
BaseAttribute.java 36 throw new NullPointerException("name == null");
  /dalvik/dx/tests/080-dex-exception-tables/
Blort.java 62 } catch (NullPointerException ex) {
84 } catch (NullPointerException ex) {
105 } catch (NullPointerException ex) {
123 } catch (NullPointerException ex) {
  /dalvik/tests/003-omnibus-opcodes/src/
InstField.java 42 } catch (NullPointerException npe) {
48 } catch (NullPointerException npe) {
54 } catch (NullPointerException npe) {
60 } catch (NullPointerException npe) {
Monitor.java 31 } catch (NullPointerException npe) {
  /dalvik/tests/034-call-null/src/
Main.java 15 } catch (NullPointerException npe) { }
  /dalvik/tests/038-inner-null/src/
Main.java 21 } catch (NullPointerException npe) {}
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
Character_SubsetTest.java 33 fail("No expected NullPointerException");
34 } catch (NullPointerException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URISyntaxExceptionTest.java 31 fail("Expected NullPointerException");
32 } catch (NullPointerException npe) {
38 fail("Expected NullPointerException");
39 } catch (NullPointerException npe) {
63 fail("Expected NullPointerException");
64 } catch (NullPointerException npe) {
70 fail("Expected NullPointerException");
71 } catch (NullPointerException npe) {
  /frameworks/base/core/java/com/android/internal/os/
AndroidPrintStream.java 39 throw new NullPointerException("tag");
  /frameworks/base/graphics/java/android/graphics/
RegionIterator.java 39 throw new NullPointerException("The Rect must be provided");
  /libcore/luni/src/main/java/java/security/spec/
MGF1ParameterSpec.java 71 throw new NullPointerException("mdName == null");
  /libcore/luni/src/main/java/java/util/
DuplicateFormatFlagsException.java 40 throw new NullPointerException("f == null");
IllegalFormatFlagsException.java 41 throw new NullPointerException("flags == null");
MissingFormatArgumentException.java 40 throw new NullPointerException("s == null");
MissingFormatWidthException.java 39 throw new NullPointerException("s == null");
UnknownFormatConversionException.java 38 throw new NullPointerException("s == null");
UnknownFormatFlagsException.java 40 throw new NullPointerException("f == null");
  /libcore/luni/src/main/java/javax/xml/validation/
Validator.java 192 * @throws NullPointerException
337 * @throws NullPointerException
343 throw new NullPointerException("name == null");
371 * @throws NullPointerException
378 throw new NullPointerException("name == null");
403 * @throws NullPointerException
408 throw new NullPointerException("name == null");
435 * @throws NullPointerException
441 throw new NullPointerException("name == null");
ValidatorHandler.java 345 * @throws NullPointerException
351 throw new NullPointerException("name == null");
379 * @throws NullPointerException
386 throw new NullPointerException("name == null");
412 * @throws NullPointerException
417 throw new NullPointerException("name == null");
444 * @throws NullPointerException
450 throw new NullPointerException("name == null");
  /libcore/luni/src/test/java/libcore/java/net/
OldURITest.java 113 fail("NullPointerException was not thrown.");
114 } catch(NullPointerException expected) {
122 fail("NullPointerException was not thrown.");
123 } catch(NullPointerException expected) {
131 fail("NullPointerException was not thrown.");
132 } catch(NullPointerException expected) {
146 fail("NullPointerException was not thrown.");
147 } catch(NullPointerException expected) {
  /libcore/luni/src/test/java/tests/security/spec/
ECGenParameterSpecTest.java 52 * Assertion: throws NullPointerException
59 } catch (NullPointerException ok) {}
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
ConcurrentHashMap.java 75 throw new NullPointerException();
86 throw new NullPointerException();
96 throw new NullPointerException();
103 throw new NullPointerException();
110 throw new NullPointerException();
117 throw new NullPointerException();
124 throw new NullPointerException();

Completed in 1154 milliseconds

1 23 4 5 6 7 8 91011>>