HomeSort by relevance Sort by last modified time
    Searched defs:VirtualMachine (Results 1 - 25 of 38) sorted by null

1 2

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
RedefineByteCode_Debuggee001 
CapabilitiesNewTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
36 * JDWP Unit test for VirtualMachine.CapabilitiesNew command.
81 * This testcase exercises VirtualMachine.CapabilitiesNew command.
83 * <BR> Then the test performs VirtualMachine.CapabilitiesNew command and checks that:
95 checkReplyPacket(reply, "VirtualMachine::CapabilitiesNew command");
CapabilitiesTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
36 * JDWP Unit test for VirtualMachine.Capabilities command.
46 * This testcase exercises VirtualMachine.Capabilities command.
48 * <BR> Then the test performs VirtualMachine.Capabilities command and checks that:
61 checkReplyPacket(reply, "VirtualMachine::Capabilities command");
CreateStringTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
36 * JDWP Unit test for VirtualMachine.CreateString command.
48 * This testcase exercises VirtualMachine.CreateString command.
50 * <BR> Then the test performs VirtualMachine.CreateString command
64 checkReplyPacket(reply, "VirtualMachine::CreateString command");
DisposeObjectsTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
37 * JDWP Unit test for VirtualMachine.DisposeObjects command.
49 * This testcase exercises VirtualMachine.DisposeObjects command.
51 * <BR> Then the test performs VirtualMachine.CreateString command
52 * for some string and checks that VirtualMachine.DisposeObjects command
56 * <BR>Then the test check that repeated VirtualMachine.DisposeObjects command
82 checkReplyPacket(reply, "VirtualMachine::DisposeObjects command");
109 checkReplyPacket(reply, "VirtualMachine::DisposeObjects command");
DisposeTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
37 * JDWP Unit test for VirtualMachine.Dispose command.
47 * This testcase exercises VirtualMachine.Dispose command.
49 * <BR> Then the test performs VirtualMachine.Dispose command and checks that:
51 * <BR>&nbsp;&nbsp; - next VirtualMachine.AllClasses command returns error;
RedefineClassesDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
ClassPathsTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
39 * JDWP Unit test for VirtualMachine.ClassPaths command.
49 * This testcase exercises VirtualMachine.ClassPaths command.
51 * <BR> Then the test performs VirtualMachine.ClassPaths command and checks that:
66 checkReplyPacket(reply, "VirtualMachine::ClassPaths command");
ClassesBySignatureTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
37 * JDWP Unit test for VirtualMachine.ClassesBySignature command.
49 * This testcase exercises VirtualMachine.ClassesBySignature command.
51 * <BR> Then the test performs VirtualMachine.ClassesBySignature command
67 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command");
ExitTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
34 * JDWP Unit test for VirtualMachine.Exit command.
55 * This testcase exercises VirtualMachine.Exit command.
57 * <BR> Then the test performs VirtualMachine.Exit command
HoldEventsTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
39 * JDWP Unit test for VirtualMachine.HoldEvents command.
45 return "org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee";
49 * This testcase exercises VirtualMachine.HoldEvents command.
52 * performs VirtualMachine.HoldEvents command.
56 * Then the test sends VirtualMachine.ReleaseEvents command
71 checkReplyPacket(reply, "VirtualMachine::HoldEvents command");
IDSizesTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
35 * JDWP Unit test for VirtualMachine.IDSizes command.
45 * This testcase exercises VirtualMachine.IDSizes command.
47 * <BR> Then the test performs VirtualMachine.IDSizes command
57 checkReplyPacket(reply, "VirtualMachine::IDSizes command");
InstanceCountsDebuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
ReleaseEventsTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
37 * This tests case exercises the JDWP command <code>VirtualMachine.ReleaseEvents</code>.
39 * <code>org.apache.harmony.jpda.tests.jdwp.VirtualMachine.ReleaseEventsDebuggee</code> tries to start
51 * JDWP Unit test for VirtualMachine.ReleaseEvents command.
57 return "org.apache.harmony.jpda.tests.jdwp.VirtualMachine.ReleaseEventsDebuggee";
61 * This testcase exercises VirtualMachine.ReleaseEvents command.
64 * performs VirtualMachine.HoldEvents command.
66 * thread and performs VirtualMachine.ReleaseEvents command.
81 checkReplyPacket(reply, "VirtualMachine::HoldEvents command");
92 checkReplyPacket(reply, "VirtualMachine::ReleaseEvents command")
    [all...]
Resume002Debuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
SetDefaultStratumTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
37 * JDWP Unit test for VirtualMachine.SetDefaultStratum command.
43 static final String thisCommandName = "VirtualMachine::SetDefaultStratum command";
52 * This testcase exercises VirtualMachine.SetDefaultStratum command.
54 * <BR>Then the test checks that VirtualMachine.SetDefaultStratum command runs
SuspendTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
37 * JDWP Unit test for VirtualMachine.Suspend command.
47 * This testcase exercises VirtualMachine.Suspend command.
49 * <BR> Then the test performs VirtualMachine.Suspend commands
62 checkReplyPacket(reply, "VirtualMachine::Suspend command");
VersionTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
36 * JDWP Unit test for VirtualMachine.Version command.
46 * This testcase exercises VirtualMachine.Version command.
48 * <BR> Then the test performs VirtualMachine.Version command
AllThreadsDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
35 * The class specifies debuggee for <code>org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllThreadsTest</code>.
AllThreadsTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
37 * JDWP Unit test for VirtualMachine.AllThreads command.
43 return "org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllThreadsDebuggee";
47 * This testcase exercises VirtualMachine.AllThreads command.
50 * <BR> Then the test performs VirtualMachine.AllThreads command and checks that
66 checkReplyPacket(reply, "VirtualMachine::AllThreads command");
108 * This testcase exercises VirtualMachine.AllThreads command.
111 * <BR> Then the test performs VirtualMachine.AllThreads command and checks that
124 checkReplyPacket(reply, "VirtualMachine::AllThreads command");
182 * This testcase exercises VirtualMachine.AllThreads command
    [all...]
DisposeDuringInvokeDebuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
63 // Wait for the test to send a VirtualMachine.Dispose command and resume us.
DisposeDuringInvokeTest.java 19 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
32 * JDWP Unit test for VirtualMachine.Dispose command while a thread is invoking a method.
42 * This testcase exercises VirtualMachine.Dispose command when a thread, suspended by an
49 * <BR>While the tested thread waits for the signal, we send a VirtualMachine.Dispose command to
92 // Detach from debuggee with a VirtualMachine.Dispose command.
HoldEventsDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
ReleaseEventsDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
VirtualMachine.java 26 final class VirtualMachine {
30 VirtualMachine(String name, VmConfig config) {
36 if (object instanceof VirtualMachine) {
37 VirtualMachine that = (VirtualMachine) object;

Completed in 980 milliseconds

1 2