OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npe2
(Results
1 - 2
of
2
) sorted by null
/dalvik/tests/007-exceptions/src/
Main.java
35
NullPointerException
npe2
;
local
36
npe2
= new NullPointerException("second throw");
37
npe2
.initCause(npe);
38
throw
npe2
;
/art/test/007-exceptions/src/
Main.java
38
NullPointerException
npe2
;
local
39
npe2
= new NullPointerException("second throw");
40
npe2
.initCause(npe);
41
throw
npe2
;
Completed in 140 milliseconds