HomeSort by relevance Sort by last modified time
    Searched defs:VirtualMachine (Results 1 - 25 of 35) 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.
80 * This testcase exercises VirtualMachine.CapabilitiesNew command.
82 * <BR> Then the test performs VirtualMachine.CapabilitiesNew command and checks that:
94 checkReplyPacket(reply, "VirtualMachine::CapabilitiesNew command");
CapabilitiesTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
36 * JDWP Unit test for VirtualMachine.Capabilities command.
45 * This testcase exercises VirtualMachine.Capabilities command.
47 * <BR> Then the test performs VirtualMachine.Capabilities command and checks that:
60 checkReplyPacket(reply, "VirtualMachine::Capabilities command");
CreateStringTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
36 * JDWP Unit test for VirtualMachine.CreateString command.
47 * This testcase exercises VirtualMachine.CreateString command.
49 * <BR> Then the test performs VirtualMachine.CreateString command
63 checkReplyPacket(reply, "VirtualMachine::CreateString command");
DisposeObjectsTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
37 * JDWP Unit test for VirtualMachine.DisposeObjects command.
48 * This testcase exercises VirtualMachine.DisposeObjects command.
50 * <BR> Then the test performs VirtualMachine.CreateString command
51 * for some string and checks that VirtualMachine.DisposeObjects command
55 * <BR>Then the test check that repeated VirtualMachine.DisposeObjects command
81 checkReplyPacket(reply, "VirtualMachine::DisposeObjects command");
108 checkReplyPacket(reply, "VirtualMachine::DisposeObjects command");
DisposeTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
37 * JDWP Unit test for VirtualMachine.Dispose command.
46 * This testcase exercises VirtualMachine.Dispose command.
48 * <BR> Then the test performs VirtualMachine.Dispose command and checks that:
50 * <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.
48 * This testcase exercises VirtualMachine.ClassPaths command.
50 * <BR> Then the test performs VirtualMachine.ClassPaths command and checks that:
65 checkReplyPacket(reply, "VirtualMachine::ClassPaths command");
ClassesBySignatureTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
37 * JDWP Unit test for VirtualMachine.ClassesBySignature command.
48 * This testcase exercises VirtualMachine.ClassesBySignature command.
50 * <BR> Then the test performs VirtualMachine.ClassesBySignature command
66 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command");
ExitTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
35 * JDWP Unit test for VirtualMachine.Exit command.
55 * This testcase exercises VirtualMachine.Exit command.
57 * <BR> Then the test performs VirtualMachine.Exit command
IDSizesTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
35 * JDWP Unit test for VirtualMachine.IDSizes command.
44 * This testcase exercises VirtualMachine.IDSizes command.
46 * <BR> Then the test performs VirtualMachine.IDSizes command
56 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.
56 return "org.apache.harmony.jpda.tests.jdwp.VirtualMachine.ReleaseEventsDebuggee";
60 * This testcase exercises VirtualMachine.ReleaseEvents command.
63 * performs VirtualMachine.HoldEvents command.
65 * thread and performs VirtualMachine.ReleaseEvents command.
80 checkReplyPacket(reply, "VirtualMachine::HoldEvents command");
91 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";
51 * This testcase exercises VirtualMachine.SetDefaultStratum command.
53 * <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.
46 * This testcase exercises VirtualMachine.Suspend command.
48 * <BR> Then the test performs VirtualMachine.Suspend commands
61 checkReplyPacket(reply, "VirtualMachine::Suspend command");
VersionTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
36 * JDWP Unit test for VirtualMachine.Version command.
45 * This testcase exercises VirtualMachine.Version command.
47 * <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.
42 return "org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllThreadsDebuggee";
46 * This testcase exercises VirtualMachine.AllThreads command.
49 * <BR> Then the test performs VirtualMachine.AllThreads command and checks that
65 checkReplyPacket(reply, "VirtualMachine::AllThreads command");
107 * This testcase exercises VirtualMachine.AllThreads command.
110 * <BR> Then the test performs VirtualMachine.AllThreads command and checks that
123 checkReplyPacket(reply, "VirtualMachine::AllThreads command");
181 * This testcase exercises VirtualMachine.AllThreads command
    [all...]
DisposeDuringInvokeDebuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
61 // 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;
HoldEventsTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
39 * JDWP Unit test for VirtualMachine.HoldEvents command.
44 return "org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee";
48 * This testcase exercises VirtualMachine.HoldEvents command.
51 * performs VirtualMachine.HoldEvents command.
55 * Then the test sends VirtualMachine.ReleaseEvents command
70 checkReplyPacket(reply, "VirtualMachine::HoldEvents command");
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 3393 milliseconds

1 2