OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
1226 - 1250
of
1783
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ReaderTest.java
33
fail("Should throw
NullPointerException
");
34
} catch (
NullPointerException
e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
BooleanTest.java
154
} catch (
NullPointerException
e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
AuthenticatorTest.java
52
// Latest RIs throw
NullPointerException
.
56
} catch (
NullPointerException
e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ObservableTest.java
101
} catch (
NullPointerException
ex) {
SimpleEntryTest.java
52
fail("Should throw
NullPointerException
");
53
} catch (
NullPointerException
e) {
SimpleImmutableEntryTest.java
53
fail("Should throw
NullPointerException
");
54
} catch (
NullPointerException
e) {
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
ShortBufferTest.java
303
} catch (
NullPointerException
e) {
422
} catch (
NullPointerException
e) {
463
} catch (
NullPointerException
e) {
514
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStoreSpiTest.java
69
* engineSetEntry(..) throws KeyStoreException or
NullPointerException
89
fail("KeyStoreException or
NullPointerException
must be thrown");
91
} catch (
NullPointerException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PolicyQualifierInfoTest.java
53
fail("No expected
NullPointerException
");
54
} catch (
NullPointerException
e) {
X509CRLTest.java
242
* Check if the default implementation throws
NullPointerException
248
fail("
NullPointerException
should be thrown "
250
} catch (
NullPointerException
e) {
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
TrAXFilter.java
82
* @throws java.lang.
NullPointerException
If the parent is null.
204
throw new
NullPointerException
(XSLMessages.createMessage(XSLTErrorResources.ER_NO_PARENT_FOR_FILTER, null)); //"No parent for filter");
220
* @throws java.lang.
NullPointerException
If the handler
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java
281
throw new java.lang.
NullPointerException
("Coding error; Don't try to mark/rewind an indexed DTM");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JDKAlgorithmParameters.java
38
throw new
NullPointerException
("argument to getParameterSpec must not be null");
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java
108
throw new
NullPointerException
("annotation == null");
DebugInfoItem.java
48
throw new
NullPointerException
("code == null");
EncodedMethod.java
59
throw new
NullPointerException
("method == null");
ProtoIdItem.java
50
throw new
NullPointerException
("prototype == null");
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstType.java
145
throw new
NullPointerException
("type == null");
/external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableExtractor.java
66
throw new
NullPointerException
("method == null");
/external/dexmaker/src/dx/java/com/android/dx/util/
ByteArray.java
50
throw new
NullPointerException
("bytes == null");
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRemoveTester.java
103
+ "
NullPointerException
",
105
} catch (
NullPointerException
tolerated) {
/external/guava/guava-tests/test/com/google/common/collect/
MutableClassToInstanceMapTest.java
123
} catch (
NullPointerException
expected) {
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimChannel.java
209
throw new
NullPointerException
();
/external/jsilver/src/com/google/streamhtmlparser/impl/
GenericParser.java
144
throw new
NullPointerException
("Did not find external state mapping " +
/external/jsilver/src/org/clearsilver/
DelegatedHdf.java
38
throw new
NullPointerException
("Null HDF is not allowed in constructor of DelegatedHdf.");
Completed in 1563 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>