OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
601 - 625
of
1783
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/dalvik/dx/src/com/android/dx/dex/file/
EncodedArrayItem.java
52
throw new
NullPointerException
("array == null");
StringIdItem.java
42
throw new
NullPointerException
("value == null");
/dalvik/dx/src/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");
/dalvik/dx/src/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");
/dalvik/dx/src/com/android/dx/util/
ExceptionWithContext.java
112
throw new
NullPointerException
("str == null");
/dalvik/tests/003-omnibus-opcodes/src/
MethodCall.java
64
} catch (
NullPointerException
npe) {
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEParameterSpecTest.java
48
fail("A
NullPointerException
should be was thrown "
50
} catch (
NullPointerException
e) {
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherSpiTest.java
123
* throws
NullPointerException
if one of these buffers is null;
138
fail("
NullPointerException
must be thrown");
139
} catch (
NullPointerException
e) {
143
fail("
NullPointerException
must be thrown");
144
} catch (
NullPointerException
e) {
175
* throws
NullPointerException
if one of these buffers is null;
190
fail("
NullPointerException
must be thrown");
191
} catch (
NullPointerException
e) {
195
fail("
NullPointerException
must be thrown");
196
} catch (
NullPointerException
e)
[
all
...]
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreement_Impl1Test.java
85
fail("
NullPointerException
must be thrown");
86
} catch (
NullPointerException
e) {
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ErrorManagerTest.java
48
em.error(null, new
NullPointerException
(), ErrorManager.GENERIC_FAILURE);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DuplicateFormatFlagsExceptionTest.java
35
fail("should throw
NullPointerException
.");
36
} catch (
NullPointerException
e) {
FormatFlagsConversionMismatchExceptionTest.java
36
fail("should throw
NullPointerException
.");
37
} catch (
NullPointerException
e) {
IllegalFormatConversionExceptionTest.java
37
} catch (
NullPointerException
e) {
IllegalFormatFlagsExceptionTest.java
35
fail("should throw
NullPointerException
");
36
} catch (
NullPointerException
e) {
MissingFormatArgumentExceptionTest.java
37
} catch (
NullPointerException
e) {
MissingFormatWidthExceptionTest.java
35
} catch (
NullPointerException
e) {
UnknownFormatConversionExceptionTest.java
33
// RI 5.0 will not throw
NullPointerException
, it is the bug according
38
} catch (
NullPointerException
e) {
UnknownFormatFlagsExceptionTest.java
37
} catch (
NullPointerException
e) {
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
WrappedByteBufferTest.java
80
} catch (
NullPointerException
e) {
WrappedDoubleBufferTest.java
79
} catch (
NullPointerException
e) {
WrappedFloatBufferTest.java
79
} catch (
NullPointerException
e) {
WrappedIntBufferTest.java
79
} catch (
NullPointerException
e) {
WrappedLongBufferTest.java
79
} catch (
NullPointerException
e) {
Completed in 529 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>