OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
801 - 825
of
1783
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/dalvik/dexgen/src/com/android/dexgen/dex/code/
PositionList.java
126
* do that, this will throw {@code
NullPointerException
}.
167
throw new
NullPointerException
("position == null");
/dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedArrayItem.java
61
throw new
NullPointerException
("array == null");
Section.java
71
throw new
NullPointerException
("file == null");
/dalvik/dexgen/src/com/android/dexgen/rop/
LineNumberList.java
86
throw new
NullPointerException
("item == null");
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstArray.java
37
throw new
NullPointerException
("list == null");
141
* do that, this will throw {@code
NullPointerException
}.
/dalvik/dx/src/com/android/dx/cf/code/
LineNumberList.java
86
throw new
NullPointerException
("item == null");
/dalvik/dx/src/com/android/dx/cf/direct/
AttributeFactory.java
72
throw new
NullPointerException
("cf == null");
/dalvik/dx/src/com/android/dx/dex/code/
PositionList.java
126
* do that, this will throw {@code
NullPointerException
}.
167
throw new
NullPointerException
("position == null");
/dalvik/dx/src/com/android/dx/dex/file/
Section.java
71
throw new
NullPointerException
("file == null");
/dalvik/dx/src/com/android/dx/rop/cst/
CstArray.java
36
throw new
NullPointerException
("list == null");
140
* do that, this will throw {@code
NullPointerException
}.
/dalvik/dx/src/com/android/dx/util/
LabeledList.java
124
* @throws
NullPointerException
thrown if there are any {@code null}
134
throw new
NullPointerException
("null at index " + i);
/dalvik/tests/021-string2/src/
Main.java
54
} catch (
NullPointerException
npe) {
/dalvik/tests/086-null-super/src/
Main.java
124
* InvocationTargetException, with a
NullPointerException
as
157
if (cause instanceof
NullPointerException
) {
/dalvik/tests/087-gc-after-link/src/
Main.java
133
* InvocationTargetException, with a
NullPointerException
as
166
if (cause instanceof
NullPointerException
) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractMapTest.java
388
} catch (
NullPointerException
optional) {
393
} catch (
NullPointerException
optional) {
401
} catch (
NullPointerException
optional) {
406
} catch (
NullPointerException
optional) {
ListResourceBundleTest.java
87
}catch(
NullPointerException
e){
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
ReadOnlyDoubleBufferTest.java
91
} catch (
NullPointerException
e) {
ReadOnlyFloatBufferTest.java
92
} catch (
NullPointerException
e) {
ReadOnlyIntBufferTest.java
92
} catch (
NullPointerException
e) {
ReadOnlyLongBufferTest.java
92
} catch (
NullPointerException
e) {
ReadOnlyShortBufferTest.java
92
} catch (
NullPointerException
e) {
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
ISOCharsetEncoderTest.java
56
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java
50
} catch (
NullPointerException
ex) {
SignerTest.java
119
// test:
NullPointerException
if pair is null
122
fail("No expected
NullPointerException
");
123
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidator1Test.java
133
* throws
NullPointerException
when algorithm is null
139
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when algorithm is null");
140
} catch (
NullPointerException
e) {
217
* throws
NullPointerException
when algorithm is null
228
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when algorithm is null");
229
} catch (
NullPointerException
e) {
284
* throws
NullPointerException
when algorithm is null
295
fail("
NullPointerException
or NoSuchAlgorithmException must be thrown when algorithm is null");
296
} catch (
NullPointerException
e) {
385
fail("
NullPointerException
must be thrown")
[
all
...]
Completed in 1435 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>