HomeSort by relevance Sort by last modified time
    Searched refs:jdwp (Results 101 - 125 of 468) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventMod.java 26 package org.apache.harmony.jpda.tests.framework.jdwp;
28 import org.apache.harmony.jpda.tests.framework.jdwp.Location;
Location.java 26 package org.apache.harmony.jpda.tests.framework.jdwp;
28 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
31 * This class represents Location value in JDWP packet.
Capabilities.java 26 package org.apache.harmony.jpda.tests.framework.jdwp;
29 * This class defines capabilities from JDWP specifications.
Event.java 26 package org.apache.harmony.jpda.tests.framework.jdwp;
TransportWrapper.java 26 package org.apache.harmony.jpda.tests.framework.jdwp;
31 * This interface provides wrapper around JDWP transport connection.
JDWPDebuggeeWrapper.java 26 package org.apache.harmony.jpda.tests.framework.jdwp;
32 import org.apache.harmony.jpda.tests.framework.jdwp.TransportWrapper;
33 import org.apache.harmony.jpda.tests.framework.jdwp.VmMirror;
36 * This class represents specific kind of <code>DebuggeeWrapper</code> for JDWP tests.
37 * It encapsulates JDWP connection and communicates with debuggee using
80 * Returns opened JDWP connection or null.
82 * @return JDWP connection or null
89 * Sets opened JDWP connection.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/
ReflectedType002Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassObjectReference;
21 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
26 * JDWP unit test for ClassObjectReference.ReflectedType command.
54 * <BR>&nbsp;&nbsp; - typeID equals to typeID returned by the JDWP command
ReflectedTypeTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassObjectReference;
28 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
33 * JDWP unit test for ClassObjectReference.ReflectedType command.
39 "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
64 * <BR>&nbsp;&nbsp; - typeID equals to typeID returned by the JDWP command
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethod003Test.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.framework.jdwp.Value;
27 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 * JDWP unit test for ClassType.InvokeMethod command.
37 return "org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod003Debuggee"
    [all...]
NewInstance002Test.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.framework.jdwp.Value;
27 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 * JDWP unit test for ClassType.NewInstance command.
38 return "org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee"
    [all...]