HomeSort by relevance Sort by last modified time
    Searched refs:jdwp (Results 1 - 25 of 342) 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 33 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnteredTest.class);
34 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnterTest.class);
35 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitedTest.class);
36 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitTest.class);
39 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest.class);
40 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.NestedTypesTest.class);
41 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.class);
42 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.VirtualMachine.ReleaseEventsTest.class);
49 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.ClassFileVersionTest.class);
51 // 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/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/VirtualMachine/
RedefineByteCode_Debuggee001 
ExitTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase;
34 * JDWP Unit test for VirtualMachine.Exit command.
39 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.SimpleHelloWorld";
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.
44 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;
ThreadStartTest.java 26 package org.apache.harmony.jpda.tests.jdwp.Events;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.Event;
30 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;
31 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
32 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent;
33 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
34 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent.*;
35 import org.apache.harmony.jpda.tests.jdwp.Events.EventDebuggee;
40 * JDWP Unit test for THREAD_START event
    [all...]
BreakpointTest.java 26 package org.apache.harmony.jpda.tests.jdwp.Events;
29 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
31 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent;
32 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
38 * JDWP Unit test for BREAKPOINT event.
55 Breakpoint breakpoint = new Breakpoint("Lorg/apache/harmony/jpda/tests/jdwp/Events/BreakpointDebuggee;", "breakpointTest", 2);
MethodEntryTest.java 26 package org.apache.harmony.jpda.tests.jdwp.Events;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent;
31 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
37 * JDWP Unit test for METHOD_ENTRY event.
53 String methodEntryClassNameRegexp = "org.apache.harmony.jpda.tests.jdwp.Events.MethodEntryDebuggee";
54 //String methodEntryClassNameSignature = "Lorg/apache/harmony/jpda/tests/jdwp/Events/MethodEntryDebuggee;";
MethodExitTest.java 26 package org.apache.harmony.jpda.tests.jdwp.Events;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent;
31 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
37 * JDWP Unit test for METHOD_EXIT event.
53 String methodExitClassNameRegexp = "org.apache.harmony.jpda.tests.jdwp.Events.MethodEntryDebuggee";
54 //String methodExitClassNameSignature = "Lorg/apache/harmony/jpda/tests/jdwp/Events/MethodEntryDebuggee;";
  /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/ClassObjectReference/
ReflectedType002Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassObjectReference;
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.jdwp.ClassObjectReference.AbstractReflectedTypeTestCase.TypeSignatureAndTag;
26 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
31 * JDWP unit test for ClassObjectReference.ReflectedType command.
58 * <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.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
31 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
32 import org.apache.harmony.jpda.tests.jdwp.ClassObjectReference.AbstractReflectedTypeTestCase.TypeSignatureAndTag;
33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
38 * JDWP unit test for ClassObjectReference.ReflectedType command.
44 "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
68 * <BR>&nbsp;&nbsp; - typeID equals to typeID returned by the JDWP comman
    [all...]
  /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/
Android.mk 21 jdwp_test_runtime_options += -verbose:jdwp
27 jdwp_test_classpath_host := $(ANDROID_HOST_OUT)/framework/apache-harmony-jdwp-tests-hostdex.jar:$(ANDROID_HOST_OUT)/framework/junit-hostdex.jar
28 jdwp_test_classpath_target := /data/jdwp/apache-harmony-jdwp-tests.jar:/data/junit/junit-targetdex.jar
49 LOCAL_CTS_TEST_PACKAGE := android.jdwp
57 LOCAL_MODULE := apache-harmony-jdwp-tests
60 LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/jdwp
66 LOCAL_MODULE := apache-harmony-jdwp-tests-host
72 LOCAL_MODULE := apache-harmony-jdwp-tests-hostdex
88 .PHONY: run-jdwp-tests-targe
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
ClassLoaderTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
36 * JDWP Unit test for ReferenceType.ClassLoader command.
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/share/debuggee/HelloWorld;";
46 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
SignatureTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
36 * JDWP Unit test for ReferenceType.Signature command.
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/share/debuggee/HelloWorld;";
46 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
55 * <BR>'Lorg/apache/harmony/jpda/tests/jdwp/share/debuggee/HelloWorld;'
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
NameTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
36 * JDWP Unit test for ThreadGroupReference.Name command.
41 return "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference.NameDebuggee";
ParentTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
36 * JDWP Unit test for ThreadGroupReference.Parent command.
41 return "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference.NameDebuggee";

Completed in 1106 milliseconds

1 2 3 4 5 6 7 8 91011>>