OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initException
(Results
1 - 3
of
3
) sorted by null
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider/jsse/
JSSETestData.java
35
private static Exception
initException
;
68
initException
= e;
73
if (
initException
!= null) {
74
throw
initException
;
80
if (
initException
!= null) {
81
throw
initException
;
87
if (
initException
!= null) {
88
throw
initException
;
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
ServerHandshakeImplTest.java
36
private static Exception
initException
;
/dalvik/vm/
Exception.cpp
99
static bool
initException
(Object* exception, const char* msg, Object* cause,
164
if (!
initException
(exception, msg, cause, self)) {
247
static bool
initException
(Object* exception, const char* msg, Object* cause,
[
all
...]
Completed in 183 milliseconds