/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | JDWPStackFrameTestCase.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 92 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount() 93 JDWPCommands.ThreadReferenceCommandSet.FrameCountCommand); in jdwpGetFrameCount() 105 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrames() 106 JDWPCommands.ThreadReferenceCommandSet.FramesCommand); in jdwpGetFrames() 126 JDWPCommands.MethodCommandSet.CommandSetID, in jdwpGetVariableTable() 127 JDWPCommands.MethodCommandSet.VariableTableCommand); in jdwpGetVariableTable() 152 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in jdwpGetAllThreads() 153 JDWPCommands.VirtualMachineCommandSet.AllThreadsCommand); in jdwpGetAllThreads() 170 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetThreadName() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | SuspendCountTest.java | 30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 139 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 140 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand); in testSuspendCount001() 161 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 162 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand); in testSuspendCount001() 176 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 177 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand); in testSuspendCount001() 194 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 195 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in testSuspendCount001() 204 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() [all …]
|
D | ResumeTest.java | 30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 148 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 149 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in testResume001() 169 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testResume001() 170 JDWPCommands.VirtualMachineCommandSet.SuspendCommand); in testResume001() 188 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 189 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testResume001() 217 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 218 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in testResume001() 228 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() [all …]
|
D | OwnedMonitorsStackDepthInfoTest.java | 22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 41 CommandPacket packet = new CommandPacket(JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount() 42 … JDWPCommands.ThreadReferenceCommandSet.FrameCountCommand); in jdwpGetFrameCount() 78 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo() 79 JDWPCommands.ThreadReferenceCommandSet.OwnedMonitorsStackDepthInfoCommand); in testOwnedMonitorsStackDepthInfo() 121 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo() 122 JDWPCommands.ObjectReferenceCommandSet.MonitorInfoCommand); in testOwnedMonitorsStackDepthInfo() 161 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo_Unsuspended() 162 JDWPCommands.ThreadReferenceCommandSet.OwnedMonitorsStackDepthInfoCommand); in testOwnedMonitorsStackDepthInfo_Unsuspended()
|
D | CurrentContendedMonitorTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 72 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testCurrentContendedMonitor001() 73 JDWPCommands.ThreadReferenceCommandSet.CurrentContendedMonitorCommand); in testCurrentContendedMonitor001() 86 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testCurrentContendedMonitor001() 87 JDWPCommands.ObjectReferenceCommandSet.MonitorInfoCommand); in testCurrentContendedMonitor001() 114 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testCurrentContendedMonitor001() 115 JDWPCommands.ThreadReferenceCommandSet.InterruptCommand); in testCurrentContendedMonitor001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | NewInstanceTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 65 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testNewInstance001() 66 JDWPCommands.VirtualMachineCommandSet.ClassesBySignatureCommand); in testNewInstance001() 88 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testNewInstance001() 89 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in testNewInstance001() 112 JDWPCommands.EventRequestCommandSet.CommandSetID, in testNewInstance001() 113 JDWPCommands.EventRequestCommandSet.SetCommand); in testNewInstance001() 154 JDWPCommands.EventRequestCommandSet.CommandSetID, in testNewInstance001() 155 JDWPCommands.EventRequestCommandSet.ClearCommand); in testNewInstance001() 164 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance001() [all …]
|
D | InvokeMethodTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 67 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod001() 68 JDWPCommands.VirtualMachineCommandSet.ClassesBySignatureCommand); in testInvokeMethod001() 92 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod001() 93 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in testInvokeMethod001() 116 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod001() 117 JDWPCommands.EventRequestCommandSet.SetCommand); in testInvokeMethod001() 155 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod001() 156 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod001() 165 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod001() [all …]
|
D | InvokeMethod002Test.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 59 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod() 60 JDWPCommands.VirtualMachineCommandSet.ClassesBySignatureCommand); in testInvokeMethod() 85 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod() 86 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in testInvokeMethod() 110 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod() 111 JDWPCommands.EventRequestCommandSet.SetCommand); in testInvokeMethod() 151 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod() 152 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod() 181 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | DisposeObjectsTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 63 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testDisposeObjects001() 64 JDWPCommands.VirtualMachineCommandSet.CreateStringCommand); in testDisposeObjects001() 75 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testDisposeObjects001() 76 JDWPCommands.VirtualMachineCommandSet.DisposeObjectsCommand); in testDisposeObjects001() 87 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testDisposeObjects001() 88 JDWPCommands.ObjectReferenceCommandSet.ReferenceTypeCommand); in testDisposeObjects001() 102 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testDisposeObjects001() 103 JDWPCommands.VirtualMachineCommandSet.DisposeObjectsCommand); in testDisposeObjects001() 114 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testDisposeObjects001() [all …]
|
D | TopLevelThreadGroupsTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 59 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testTopLevelThreadGroups001() 60 JDWPCommands.VirtualMachineCommandSet.TopLevelThreadGroupsCommand); in testTopLevelThreadGroups001() 83 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID, in printThreadGroup() 84 JDWPCommands.ThreadGroupReferenceCommandSet.NameCommand); in printThreadGroup() 94 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID, in printThreadGroup() 95 JDWPCommands.ThreadGroupReferenceCommandSet.ChildrenCommand); in printThreadGroup() 108 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in printThreadGroup() 109 JDWPCommands.ThreadReferenceCommandSet.NameCommand); in printThreadGroup() 126 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID, in printThreadGroup() [all …]
|
D | AllThreadsTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 61 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testAllThreads003() 62 JDWPCommands.VirtualMachineCommandSet.AllThreadsCommand); in testAllThreads003() 82 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testAllThreads003() 83 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testAllThreads003() 119 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testAllThreads002() 120 JDWPCommands.VirtualMachineCommandSet.AllThreadsCommand); in testAllThreads002() 142 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testAllThreads002() 143 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testAllThreads002() 192 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testAllThreads001() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | VmMirror.java | 328 .setCommand(JDWPCommands.EventRequestCommandSet.ClearCommand); in clearBreakpoint() 332 .setCommandSet(JDWPCommands.EventRequestCommandSet.CommandSetID); in clearBreakpoint() 358 .setCommand(JDWPCommands.EventRequestCommandSet.ClearAllBreakpointsCommand); in ClearAllBreakpoints() 362 .setCommandSet(JDWPCommands.EventRequestCommandSet.CommandSetID); in ClearAllBreakpoints() 383 .setCommand(JDWPCommands.VirtualMachineCommandSet.CapabilitiesNewCommand); in capabilities() 387 .setCommandSet(JDWPCommands.VirtualMachineCommandSet.CommandSetID); in capabilities() 535 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in resume() 536 JDWPCommands.VirtualMachineCommandSet.ResumeCommand); in resume() 548 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in resumeThread() 549 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in resumeThread() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 31 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 185 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in getObjectReferenceType() 186 JDWPCommands.ObjectReferenceCommandSet.ReferenceTypeCommand); in getObjectReferenceType() 207 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getMethodID() 208 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in getMethodID() 238 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getMethodID() 239 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in getMethodID() 267 JDWPCommands.MethodCommandSet.CommandSetID, in getLineTable() 268 JDWPCommands.MethodCommandSet.LineTableCommand); in getLineTable() 286 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getMethodName() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
D | ClassLoaderTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 86 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassLoader003() 87 JDWPCommands.ReferenceTypeCommandSet.InstancesCommand); in testClassLoader003() 98 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassLoader003() 99 JDWPCommands.ReferenceTypeCommandSet.ClassLoaderCommand); in testClassLoader003() 122 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in classLoaderTest() 123 JDWPCommands.ReferenceTypeCommandSet.ClassLoaderCommand); in classLoaderTest() 159 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in isClassLoader() 160 JDWPCommands.ObjectReferenceCommandSet.ReferenceTypeCommand); in isClassLoader() 175 JDWPCommands.ClassTypeCommandSet.CommandSetID, in isClassLoader() [all …]
|
D | ClassObjectTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 76 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001() 77 JDWPCommands.ReferenceTypeCommandSet.ClassObjectCommand); in testClassObject001() 89 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testClassObject001() 90 JDWPCommands.ObjectReferenceCommandSet.ReferenceTypeCommand); in testClassObject001() 108 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001() 109 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand); in testClassObject001() 127 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001() 128 JDWPCommands.ReferenceTypeCommandSet.ClassLoaderCommand); in testClassObject001()
|
D | Signature002Test.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 76 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002() 77 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in testSignature002() 119 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002() 120 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand); in testSignature002() 148 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002() 149 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand); in testSignature002() 179 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002() 180 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand); in testSignature002()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | IsCollectedTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 84 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testIsCollected001() 85 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in testIsCollected001() 133 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001() 134 JDWPCommands.ObjectReferenceCommandSet.DisableCollectionCommand); in testIsCollected001() 155 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001() 156 JDWPCommands.ObjectReferenceCommandSet.IsCollectedCommand); in testIsCollected001() 199 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001() 200 JDWPCommands.ObjectReferenceCommandSet.IsCollectedCommand); in testIsCollected001() 259 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected_invalid() [all …]
|
D | MonitorInfoTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 80 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testMonitorInfo001() 81 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in testMonitorInfo001() 108 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testMonitorInfo001() 109 JDWPCommands.VirtualMachineCommandSet.SuspendCommand); in testMonitorInfo001() 119 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testMonitorInfo001() 120 JDWPCommands.ObjectReferenceCommandSet.MonitorInfoCommand); in testMonitorInfo001() 190 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testMonitorInfo001() 191 JDWPCommands.VirtualMachineCommandSet.SuspendCommand); in testMonitorInfo001() 201 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testMonitorInfo001() [all …]
|
D | EnableCollectionTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 81 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testEnableCollection001() 82 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in testEnableCollection001() 110 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testEnableCollection001() 111 JDWPCommands.ObjectReferenceCommandSet.DisableCollectionCommand); in testEnableCollection001() 122 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testEnableCollection001() 123 JDWPCommands.ObjectReferenceCommandSet.EnableCollectionCommand); in testEnableCollection001() 186 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in enableCollection() 187 JDWPCommands.ObjectReferenceCommandSet.EnableCollectionCommand); in enableCollection()
|
D | ReferringObjectsTest.java | 24 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 117 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in DoTestReferringObjects() 118 JDWPCommands.ReferenceTypeCommandSet.InstancesCommand); in DoTestReferringObjects() 135 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in DoTestReferringObjects() 136 JDWPCommands.ObjectReferenceCommandSet.ReferringObjectsCommand); in DoTestReferringObjects() 194 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testReferringObjects_IllegalArgument() 195 JDWPCommands.ReferenceTypeCommandSet.InstancesCommand); in testReferringObjects_IllegalArgument() 212 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testReferringObjects_IllegalArgument() 213 JDWPCommands.ObjectReferenceCommandSet.ReferringObjectsCommand); in testReferringObjects_IllegalArgument()
|
D | InvokeMethodTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 61 JDWPCommands.EventRequestCommandSet.CommandSetID, in setEventRequest() 62 JDWPCommands.EventRequestCommandSet.SetCommand); in setEventRequest() 108 JDWPCommands.EventRequestCommandSet.CommandSetID, in clearEvent() 109 JDWPCommands.EventRequestCommandSet.ClearCommand); in clearEvent() 121 JDWPCommands.ClassTypeCommandSet.CommandSetID, in makeNewInstance() 122 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in makeNewInstance() 202 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod001() 203 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in testInvokeMethod001() 236 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod001() [all …]
|
D | InvokeMethod002Test.java | 22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 58 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod_null_argument() 59 JDWPCommands.EventRequestCommandSet.SetCommand); in testInvokeMethod_null_argument() 97 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod_null_argument() 98 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod_null_argument() 111 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod_null_argument() 112 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in testInvokeMethod_null_argument() 139 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod_null_argument() 140 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in testInvokeMethod_null_argument()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/ |
D | AbstractReflectedTypeTestCase.java | 22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 49 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in runReflectedTypeTest() 50 JDWPCommands.VirtualMachineCommandSet.ClassesBySignatureCommand); in runReflectedTypeTest() 76 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in runReflectedTypeTest() 77 JDWPCommands.ReferenceTypeCommandSet.ClassLoaderCommand); in runReflectedTypeTest() 104 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in runReflectedTypeTest() 105 JDWPCommands.ReferenceTypeCommandSet.ClassObjectCommand); in runReflectedTypeTest() 118 JDWPCommands.ClassObjectReferenceCommandSet.CommandSetID, in runReflectedTypeTest() 119 JDWPCommands.ClassObjectReferenceCommandSet.ReflectedTypeCommand); in runReflectedTypeTest()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
D | SetValuesTest.java | 30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 58 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSetValues001() 59 JDWPCommands.ReferenceTypeCommandSet.FieldsCommand); in testSetValues001() 101 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in checkArrayValues() 102 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in checkArrayValues() 123 JDWPCommands.ArrayReferenceCommandSet.CommandSetID, in checkArrayRegion() 124 JDWPCommands.ArrayReferenceCommandSet.SetValuesCommand); in checkArrayRegion() 137 JDWPCommands.ArrayReferenceCommandSet.CommandSetID, in checkArrayRegion() 138 JDWPCommands.ArrayReferenceCommandSet.GetValuesCommand); in checkArrayRegion()
|
D | LengthTest.java | 31 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands; 60 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testLength001() 61 JDWPCommands.ReferenceTypeCommandSet.FieldsCommand); in testLength001() 93 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in checkArrayLength() 94 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in checkArrayLength() 110 JDWPCommands.ArrayReferenceCommandSet.CommandSetID, in checkArrayLength() 111 JDWPCommands.ArrayReferenceCommandSet.LengthCommand); in checkArrayLength()
|