OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestErrorException
(Results
26 - 41
of
41
) sorted by null
1
2
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ClassPrepareTest.java
28
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
169
} catch (
TestErrorException
e) {
ClassUnloadDebuggee.java
33
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
66
throw new
TestErrorException
(e);
MonitorWaitTest.java
21
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
112
} catch (
TestErrorException
e) {
MonitorWaitedTest.java
21
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
112
} catch (
TestErrorException
e) {
MethodExitWithReturnValueTest.java
21
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
60
} catch (
TestErrorException
e) {
172
} catch (
TestErrorException
e) {
BreakpointOnCatchTest.java
21
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
ThreadEndTest.java
29
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
89
} catch (
TestErrorException
thrown) {
ThreadStartTest.java
29
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
90
} catch (
TestErrorException
thrown) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPInvokeMethodWithSuspensionTestCase.java
21
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
133
throw new
TestErrorException
("Did not receive invoke reply", e);
JDWPUnitDebuggeeProcessWrapper.java
30
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
89
throw new
TestErrorException
("IOException in waiting for process exit: ", e);
270
throw new
TestErrorException
(e);
283
throw new
TestErrorException
("Debuggee process did not finish during timeout", e);
JDWPTestCase.java
28
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
141
throw new
TestErrorException
(e);
[
all
...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
PopFrames002Test.java
28
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
384
throw new
TestErrorException
(e);
396
throw new
TestErrorException
(e);
431
throw new
TestErrorException
(e);
StackTrace002Debuggee.java
21
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
174
throw new
TestErrorException
("Unexpected signal \"" + signal + "\"");
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java
32
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
52
* of corresponding JDWP command or
TestErrorException
if any other error
238
throw new
TestErrorException
(
289
throw new
TestErrorException
("Received " + eventParsed.length
299
throw new
TestErrorException
(
306
throw new
TestErrorException
(
[
all
...]
ParsedEvent.java
28
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
730
throw new
TestErrorException
("Unexpected kind of event: "
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ForceEarlyReturnTest.java
21
import org.apache.harmony.jpda.tests.framework.
TestErrorException
;
Completed in 526 milliseconds
1
2