/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | JDWPStackFrameTestCase.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 91 CommandPacket packet = new CommandPacket( in jdwpGetFrameCount() 104 CommandPacket packet = new CommandPacket( in jdwpGetFrames() 125 CommandPacket packet = new CommandPacket( in jdwpGetVariableTable() 151 CommandPacket packet = new CommandPacket( in jdwpGetAllThreads() 169 CommandPacket packet = new CommandPacket( in jdwpGetThreadName() 182 CommandPacket packet = new CommandPacket( in jdwpSuspendThread() 192 CommandPacket packet = new CommandPacket( in jdwpResumeThread() 202 CommandPacket popFramesCommand = new CommandPacket( in jdwpPopFrames()
|
D | SetValuesTest.java | 27 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 66 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues002_InvalidObjectError() 86 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues003_ThreadNotSuspendedError() 111 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues004_InvalidFrameIDError() 154 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues005_InvalidSlotError() 198 CommandPacket packet = new CommandPacket( in examineGetValues() 216 packet = new CommandPacket( in examineGetValues()
|
D | GetValuesTest.java | 27 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 65 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues002_InvalidObjectError() 85 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues003_ThreadNotSuspendedError() 110 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues004_InvalidFrameIDError() 151 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues005_InvalidSlotError() 194 CommandPacket packet = new CommandPacket( in examineGetValues()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | VmMirror.java | 35 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 276 CommandPacket event = null; in waitForBreakpoint() 324 CommandPacket commandPacket = new CommandPacket(); in clearBreakpoint() 353 CommandPacket commandPacket = new CommandPacket(); in ClearAllBreakpoints() 378 CommandPacket commandPacket = new CommandPacket(); in capabilities() 469 CommandPacket commandPacket = new CommandPacket( in resume() 482 CommandPacket commandPacket = new CommandPacket( in resumeThread() 496 CommandPacket commandPacket = new CommandPacket( in suspend() 509 CommandPacket commandPacket = new CommandPacket( in suspendThread() 524 CommandPacket commandPacket = new CommandPacket(); in dispose() [all …]
|
D | PacketDispatcher.java | 195 private Hashtable<Integer, CommandPacket> commands; 203 commands = new Hashtable<Integer, CommandPacket>(); in CommandsSynchronyzer() 236 CommandPacket command = (CommandPacket) commands.remove(Id); in notifyThread() 268 public ReplyPacket waitForReply(CommandPacket command, long timeout) in waitForReply() 342 public int sendCommand(CommandPacket command) throws IOException { in sendCommand() 440 CommandPacket command = (CommandPacket) commands.get(en in terminate() 655 public ReplyPacket performCommand(CommandPacket command) in performCommand() 678 public ReplyPacket performCommand(CommandPacket command, long timeout) in performCommand() 699 public int sendCommand(CommandPacket command) throws IOException { in sendCommand()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 167 CommandPacket command = new CommandPacket( in getObjectReferenceType() 189 CommandPacket command = new CommandPacket( in getMethodID() 218 CommandPacket lineTableCommand = new CommandPacket( in getLineTable() 237 CommandPacket packet = new CommandPacket( in getMethodName() 263 CommandPacket command = new CommandPacket( in getClassSignature() 282 CommandPacket packet = new CommandPacket( in getClassIDBySignature() 311 CommandPacket packet = new CommandPacket( in getReferenceTypeID() 337 CommandPacket packet = new CommandPacket( in resumeDebuggee() 354 CommandPacket packet = new CommandPacket( in createString() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
D | ClassObjectTest.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 75 CommandPacket checkedCommand = new CommandPacket( in testClassObject001() 88 CommandPacket referenceTypeCommand = new CommandPacket( in testClassObject001() 107 CommandPacket signatureCommand = new CommandPacket( in testClassObject001() 126 CommandPacket classLoaderCommand = new CommandPacket( in testClassObject001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | IsCollectedTest.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 83 CommandPacket getValuesCommand = new CommandPacket( in testIsCollected001() 132 CommandPacket disableCollectionCommand = new CommandPacket( in testIsCollected001() 154 CommandPacket checkedCommand = new CommandPacket( in testIsCollected001() 198 checkedCommand = new CommandPacket( in testIsCollected001() 258 CommandPacket command = new CommandPacket( in testIsCollected_invalid() 281 CommandPacket command = new CommandPacket( in testIsCollected_null()
|
D | EnableCollectionTest.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 80 CommandPacket getValuesCommand = new CommandPacket( in testEnableCollection001() 109 CommandPacket disableCollectionCommand = new CommandPacket( in testEnableCollection001() 121 CommandPacket checkedCommand = new CommandPacket( in testEnableCollection001() 185 CommandPacket command = new CommandPacket( in enableCollection()
|
D | ReferringObjectsTest.java | 23 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 130 CommandPacket InstancesCommand = new CommandPacket( in DoTestReferringObjects() 148 CommandPacket ReferringObjectsCommand = new CommandPacket( in DoTestReferringObjects() 212 CommandPacket InstancesCommand = new CommandPacket( in testReferringObjects_IllegalArgument() 230 CommandPacket ReferringObjectsCommand = new CommandPacket( in testReferringObjects_IllegalArgument()
|
D | ReferenceTypeTest.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 66 CommandPacket classesBySignatureCommand = new CommandPacket( in testReferenceType001() 100 CommandPacket getValuesCommand = new CommandPacket( in testReferenceType001() 158 CommandPacket checkedCommand = new CommandPacket( in testReferenceType001() 185 CommandPacket signatureCommand = new CommandPacket( in testReferenceType001()
|
D | InvokeMethodTest.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 60 CommandPacket packet = new CommandPacket( in setEventRequest() 82 CommandPacket event = debuggeeWrapper.vmMirror in waitEvent() 107 CommandPacket packet = new CommandPacket( in clearEvent() 120 CommandPacket packet = new CommandPacket( in makeNewInstance() 201 CommandPacket packet = new CommandPacket( in testInvokeMethod001() 235 packet = new CommandPacket( in testInvokeMethod001() 316 CommandPacket packet = new CommandPacket( in testInvokeMethod002() 351 packet = new CommandPacket( in testInvokeMethod002()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | NewInstanceTest.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 64 CommandPacket packet = new CommandPacket( in testNewInstance001() 87 packet = new CommandPacket( in testNewInstance001() 111 packet = new CommandPacket( in testNewInstance001() 130 CommandPacket event = debuggeeWrapper.vmMirror in testNewInstance001() 153 packet = new CommandPacket( in testNewInstance001() 163 packet = new CommandPacket( in testNewInstance001() 195 packet = new CommandPacket( in testNewInstance001() 214 packet = new CommandPacket( in testNewInstance001() 251 packet = new CommandPacket( in testNewInstance001() [all …]
|
D | InvokeMethodTest.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 66 CommandPacket packet = new CommandPacket( in testInvokeMethod001() 91 packet = new CommandPacket( in testInvokeMethod001() 115 packet = new CommandPacket( in testInvokeMethod001() 133 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testInvokeMethod001() 154 packet = new CommandPacket( in testInvokeMethod001() 164 packet = new CommandPacket( in testInvokeMethod001() 194 packet = new CommandPacket( in testInvokeMethod001() 222 packet = new CommandPacket( in testInvokeMethod001() 266 CommandPacket packet = new CommandPacket( in testInvokeMethod002() [all …]
|
D | InvokeMethod002Test.java | 27 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 58 CommandPacket packet = new CommandPacket( in testInvokeMethod() 84 packet = new CommandPacket( in testInvokeMethod() 109 packet = new CommandPacket( in testInvokeMethod() 128 CommandPacket event = debuggeeWrapper.vmMirror.receiveEvent(); in testInvokeMethod() 150 packet = new CommandPacket( in testInvokeMethod() 180 packet = new CommandPacket( in testInvokeMethod() 217 packet = new CommandPacket( in testInvokeMethod() 236 packet = new CommandPacket( in testInvokeMethod() 279 packet = new CommandPacket( in testInvokeMethod()
|
D | SetValues002Test.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 62 CommandPacket classesBySignatureCommand = new CommandPacket( in testSetValues002() 93 CommandPacket getValuesCommand = new CommandPacket( in testSetValues002() 125 CommandPacket checkedCommand = new CommandPacket( in testSetValues002()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | OwnedMonitorsStackDepthInfoTest.java | 21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 50 CommandPacket packet = new CommandPacket(JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount() 91 CommandPacket stackDepthPacket = new CommandPacket( in testOwnedMonitorsStackDepthInfo() 134 CommandPacket monitorInfoPacket = new CommandPacket( in testOwnedMonitorsStackDepthInfo() 180 CommandPacket stackDepthPacket = new CommandPacket( in testOwnedMonitorsStackDepthInfo_Unsuspended()
|
D | SuspendCountTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 138 CommandPacket packet = new CommandPacket( in testSuspendCount001() 160 packet = new CommandPacket( in testSuspendCount001() 175 packet = new CommandPacket( in testSuspendCount001() 193 packet = new CommandPacket( in testSuspendCount001() 203 packet = new CommandPacket( in testSuspendCount001() 228 packet = new CommandPacket( in testSuspendCount001() 243 packet = new CommandPacket( in testSuspendCount001() 308 CommandPacket packet = new CommandPacket( in testSuspendCount001() 323 packet = new CommandPacket( in testSuspendCount001() [all …]
|
D | ResumeTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 131 CommandPacket packet = null; in testResume001() 147 packet = new CommandPacket( in testResume001() 168 packet = new CommandPacket( in testResume001() 187 packet = new CommandPacket( in testResume001() 216 packet = new CommandPacket( in testResume001() 227 packet = new CommandPacket( in testResume001() 253 packet = new CommandPacket( in testResume001() 292 packet = new CommandPacket( in testResume001() 307 packet = new CommandPacket( in testResume001() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | TopLevelThreadGroupsTest.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 58 CommandPacket packet = new CommandPacket( in testTopLevelThreadGroups001() 82 CommandPacket packet = new CommandPacket( in printThreadGroup() 93 packet = new CommandPacket( in printThreadGroup() 107 packet = new CommandPacket( in printThreadGroup() 125 packet = new CommandPacket( in printThreadGroup()
|
D | DisposeObjectsTest.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 62 CommandPacket packet = new CommandPacket( in testDisposeObjects001() 74 packet = new CommandPacket( in testDisposeObjects001() 86 packet = new CommandPacket( in testDisposeObjects001() 101 packet = new CommandPacket( in testDisposeObjects001() 113 packet = new CommandPacket( in testDisposeObjects001()
|
D | AllThreadsTest.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 60 CommandPacket packet = new CommandPacket( in testAllThreads003() 81 packet = new CommandPacket( in testAllThreads003() 118 CommandPacket packet = new CommandPacket( in testAllThreads002() 141 packet = new CommandPacket( in testAllThreads002() 191 CommandPacket packet = new CommandPacket( in testAllThreads001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
D | SetValuesTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 57 CommandPacket packet = new CommandPacket( in testSetValues001() 100 CommandPacket packet = new CommandPacket( in checkArrayValues() 122 CommandPacket packet = new CommandPacket( in checkArrayRegion() 136 packet = new CommandPacket( in checkArrayRegion()
|
D | SetValues002Test.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 66 CommandPacket classesBySignatureCommand = new CommandPacket( in testSetValues002() 94 CommandPacket getValuesCommand = new CommandPacket( in testSetValues002() 125 CommandPacket checkedCommand = new CommandPacket( in testSetValues002()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | CombinedEventsTestCase.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket; 62 CommandPacket packet = new CommandPacket( in printMethodLineTable() 101 CommandPacket packet = new CommandPacket( in getMethodStartCodeIndex() 125 CommandPacket packet = new CommandPacket( in getMethodEndCodeIndex() 149 CommandPacket packet = new CommandPacket( in getMethodEntryLocation() 178 CommandPacket packet = new CommandPacket( in getMethodEndLocation()
|