HomeSort by relevance Sort by last modified time
    Searched refs:jdwp (Results 1 - 25 of 495) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
AllTests.java 44 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnteredTest.class);
45 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnterTest.class);
46 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitedTest.class);
47 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitTest.class);
50 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest.class);
51 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.NestedTypesTest.class);
52 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.class);
53 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.VirtualMachine.ReleaseEventsTest.class);
60 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.ClassFileVersionTest.class);
62 // We don't implement Thread.stop at all, so it doesn't make sense for us to implement the JDWP
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
JDWPClassTypeTestCase.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
28 import org.apache.harmony.jpda.tests.framework.jdwp.Field;
29 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
33 * Super class of some JDWP unit tests for JDWP ClassType command set.
44 return "org.apache.harmony.jpda.tests.jdwp.ClassType.ClassTypeDebuggee";
53 return "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/ClassTypeDebuggee;";
InvokeMethodAfterMultipleThreadSuspensionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
23 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
24 import org.apache.harmony.jpda.tests.framework.jdwp.TaggedObject;
25 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
26 import org.apache.harmony.jpda.tests.jdwp.share.JDWPInvokeMethodSuspendedTwiceTestCase;
27 import org.apache.harmony.jpda.tests.jdwp.share.debuggee.InvokeMethodSuspendedTwiceDebuggee;
30 * JDWP unit test for ClassType.InvokeCommand command with thread suspended more than once before
InvokeMethodWithSuspensionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
23 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
24 import org.apache.harmony.jpda.tests.framework.jdwp.TaggedObject;
25 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
26 import org.apache.harmony.jpda.tests.jdwp.share.JDWPInvokeMethodWithSuspensionTestCase;
27 import org.apache.harmony.jpda.tests.jdwp.share.debuggee.InvokeMethodWithSuspensionDebuggee;
30 * JDWP unit test for ClassType.InvokeCommand command with a thread suspension.
NewInstanceAfterMultipleThreadSuspensionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
23 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
24 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
25 import org.apache.harmony.jpda.tests.framework.jdwp.TaggedObject;
26 import org.apache.harmony.jpda.tests.jdwp.share.JDWPInvokeMethodSuspendedTwiceTestCase;
29 * JDWP unit test for ClassType.NewInstance command with thread suspended more than once before the
NewInstanceWithSuspensionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
23 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
24 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
25 import org.apache.harmony.jpda.tests.framework.jdwp.TaggedObject;
26 import org.apache.harmony.jpda.tests.jdwp.share.JDWPInvokeMethodWithSuspensionTestCase;
29 * JDWP unit test for ClassType.NewInstance command with a thread suspension.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventPacket.java 26 package org.apache.harmony.jpda.tests.framework.jdwp;
29 * This class represents JDWP event packet, which is special kind of command packet.
36 * @param p the JDWP packet, given as array of bytes.
TaggedObject.java 26 package org.apache.harmony.jpda.tests.framework.jdwp;
28 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
31 * This class represents tagged-objectID value in JDWP packet.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
VariableTableTest.java 26 package org.apache.harmony.jpda.tests.jdwp.Method;
29 * JDWP Unit test for Method.VariableTable command.
VariableTableWithGenericTest.java 26 package org.apache.harmony.jpda.tests.jdwp.Method;
29 * JDWP Unit test for Method.VariableTableWithGeneric command.
JDWPMethodTestCase.java 26 package org.apache.harmony.jpda.tests.jdwp.Method;
28 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
RedefineByteCode_Debuggee001 
HoldEventsTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
29 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
30 import org.apache.harmony.jpda.tests.framework.jdwp.EventPacket;
31 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
32 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
33 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
34 import org.apache.harmony.jpda.tests.framework.jdwp.exceptions.TimeoutException;
35 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
39 * JDWP Unit test for VirtualMachine.HoldEvents command.
45 return "org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee"
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestConstants.java 19 package org.apache.harmony.jpda.tests.jdwp.share;
22 * Constants used by JDWP tests.
  /external/apache-harmony/jdwp/src/test/resources/org/apache/harmony/jpda/tests/jdwp/Events/
SourceDebugExtensionMockClass.class 
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
JDWPArrayReferenceTestCase.java 26 package org.apache.harmony.jpda.tests.jdwp.ArrayReference;
28 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
JDWPEventTestCase.java 26 package org.apache.harmony.jpda.tests.jdwp.Events;
28 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
Class2Prepare.java 26 package org.apache.harmony.jpda.tests.jdwp.Events;
DebuggeeException.java 26 package org.apache.harmony.jpda.tests.jdwp.Events;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
JDWPEventTestCase.java 26 package org.apache.harmony.jpda.tests.jdwp.MultiSession;
28 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
ProxyThisObjectTest.java 19 package org.apache.harmony.jpda.tests.jdwp.StackFrame;
21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
23 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
24 import org.apache.harmony.jpda.tests.framework.jdwp.TaggedObject;
25 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
26 import org.apache.harmony.jpda.tests.jdwp.share.JDWPProxyTestCase;
29 * JDWP Unit test for StackFrame.ThisObject command on proxy method.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
InvokeMethodTestInterface.java 19 package org.apache.harmony.jpda.tests.jdwp.InterfaceType;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/exceptions/
ReplyErrorCodeException.java 26 package org.apache.harmony.jpda.tests.framework.jdwp.exceptions;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodAfterMultipleThreadSuspensionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
23 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
24 import org.apache.harmony.jpda.tests.framework.jdwp.TaggedObject;
25 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
26 import org.apache.harmony.jpda.tests.jdwp.share.JDWPInvokeMethodSuspendedTwiceTestCase;
27 import org.apache.harmony.jpda.tests.jdwp.share.debuggee.InvokeMethodSuspendedTwiceDebuggee;
30 * JDWP unit test for ObjectReference.InvokeCommand command with thread suspended more than once
InvokeMethodWithSuspensionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
23 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
24 import org.apache.harmony.jpda.tests.framework.jdwp.TaggedObject;
25 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
26 import org.apache.harmony.jpda.tests.jdwp.share.JDWPInvokeMethodWithSuspensionTestCase;
27 import org.apache.harmony.jpda.tests.jdwp.share.debuggee.InvokeMethodWithSuspensionDebuggee;
30 * JDWP unit test for ObjectReference.InvokeCommand command with a thread suspension.

Completed in 540 milliseconds

1 2 3 4 5 6 7 8 91011>>