/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | VmMirror.java | 284 return checkReply(performCommand(commandPacket)); in clearBreakpoint() 307 return checkReply(performCommand(commandPacket)); in ClearAllBreakpoints() 332 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in capabilities() 480 return checkReply(performCommand(commandPacket)); in resume() 494 return checkReply(performCommand(commandPacket)); in resumeThread() 507 return checkReply(performCommand(commandPacket)); in suspend() 521 return checkReply(performCommand(commandPacket)); in suspendThread() 538 return checkReply(performCommand(commandPacket)); in dispose() 556 return checkReply(performCommand(commandPacket)); in exit() 573 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in adjustTypeLength() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | JDWPStackFrameTestCase.java | 97 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetFrameCount() 112 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetFrames() 132 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetVariableTable() 156 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetAllThreads() 175 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetThreadName() 188 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpSuspendThread() 198 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpResumeThread() 210 .performCommand(popFramesCommand); in jdwpPopFrames()
|
D | SetValuesTest.java | 71 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testSetValues002_InvalidObjectError() 91 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testSetValues003_ThreadNotSuspendedError() 116 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testSetValues004_InvalidFrameIDError() 162 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testSetValues005_InvalidSlotError() 210 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in examineGetValues() 237 reply = debuggeeWrapper.vmMirror.performCommand(packet); in examineGetValues()
|
D | GetValuesTest.java | 70 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testGetValues002_InvalidObjectError() 90 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testGetValues003_ThreadNotSuspendedError() 115 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testGetValues004_InvalidFrameIDError() 158 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testGetValues005_InvalidSlotError() 215 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in examineGetValues()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | SuspendCountTest.java | 143 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 165 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 180 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 198 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 208 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 233 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 248 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 312 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 328 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 346 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() [all …]
|
D | ResumeTest.java | 152 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 172 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 192 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 221 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 232 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 257 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 297 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 312 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 342 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 353 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() [all …]
|
D | OwnedMonitorsStackDepthInfoTest.java | 46 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetFrameCount() 96 ReplyPacket stackDepthReply = debuggeeWrapper.vmMirror.performCommand(stackDepthPacket); in testOwnedMonitorsStackDepthInfo() 127 … ReplyPacket monitorInfoReply = debuggeeWrapper.vmMirror.performCommand(monitorInfoPacket); in testOwnedMonitorsStackDepthInfo() 168 .performCommand(stackDepthPacket); in testOwnedMonitorsStackDepthInfo_Unsuspended()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | NewInstanceTest.java | 70 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 92 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 121 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 159 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 174 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 200 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 225 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 255 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 279 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance002() 303 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance002() [all …]
|
D | InvokeMethodTest.java | 72 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 96 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 124 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 160 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 175 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 205 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 226 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 276 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod002() 315 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod002() 339 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod002() [all …]
|
D | InvokeMethod002Test.java | 65 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() 90 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() 119 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() 157 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() 186 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() 227 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() 249 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() 283 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | DisposeObjectsTest.java | 68 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testDisposeObjects001() 81 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testDisposeObjects001() 91 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testDisposeObjects001() 108 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testDisposeObjects001() 118 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testDisposeObjects001()
|
D | TopLevelThreadGroupsTest.java | 62 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testTopLevelThreadGroups001() 87 ReplyPacket replyParent = debuggeeWrapper.vmMirror.performCommand(packet); in printThreadGroup() 98 ReplyPacket replyChilds = debuggeeWrapper.vmMirror.performCommand(packet); in printThreadGroup() 112 replyParent = debuggeeWrapper.vmMirror.performCommand(packet); in printThreadGroup() 130 replyParent = debuggeeWrapper.vmMirror.performCommand(packet); in printThreadGroup()
|
D | AllThreadsTest.java | 65 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testAllThreads003() 87 replyName = debuggeeWrapper.vmMirror.performCommand(packet); in testAllThreads003() 123 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testAllThreads002() 147 replyName = debuggeeWrapper.vmMirror.performCommand(packet); in testAllThreads002() 196 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testAllThreads001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 190 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); in getObjectReferenceType() 212 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); in getMethodID() 243 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); in getMethodID() 274 .performCommand(lineTableCommand); in getLineTable() 291 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in getMethodName() 317 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); in getClassSignature() 336 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in getClassIDBySignature() 365 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in getReferenceTypeID() 391 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in resumeDebuggee() 408 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in createString() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
D | ClassLoaderTest.java | 92 debuggeeWrapper.vmMirror.performCommand(stringInstanceCommand); in testClassLoader003() 102 ReplyPacket classLoaderReply = debuggeeWrapper.vmMirror.performCommand(classLoaderCommand); in testClassLoader003() 127 ReplyPacket classLoaderReply = debuggeeWrapper.vmMirror.performCommand(classLoaderCommand); in classLoaderTest() 162 ReplyPacket refTypeReply = debuggeeWrapper.vmMirror.performCommand(refTypeCommand); in isClassLoader() 179 debuggeeWrapper.vmMirror.performCommand(superclassCommand); in isClassLoader()
|
D | ClassObjectTest.java | 81 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testClassObject001() 94 … ReplyPacket referenceTypeReply = debuggeeWrapper.vmMirror.performCommand(referenceTypeCommand); in testClassObject001() 113 ReplyPacket signatureReply = debuggeeWrapper.vmMirror.performCommand(signatureCommand); in testClassObject001() 132 ReplyPacket classLoaderReply = debuggeeWrapper.vmMirror.performCommand(classLoaderCommand); in testClassObject001()
|
D | Signature002Test.java | 83 ReplyPacket getValuesReply = debuggeeWrapper.vmMirror.performCommand(getValuesCommand); in testSignature002() 124 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testSignature002() 153 checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testSignature002() 184 checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testSignature002()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | IsCollectedTest.java | 93 .performCommand(getValuesCommand); in testIsCollected001() 139 .performCommand(disableCollectionCommand); in testIsCollected001() 161 .performCommand(checkedCommand); in testIsCollected001() 204 checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testIsCollected001() 264 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); in testIsCollected_invalid() 287 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); in testIsCollected_null()
|
D | MonitorInfoTest.java | 87 ReplyPacket getValuesReply = debuggeeWrapper.vmMirror.performCommand(getValuesCommand); in testMonitorInfo001() 112 ReplyPacket suspendReply = debuggeeWrapper.vmMirror.performCommand(suspendCommand); in testMonitorInfo001() 124 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testMonitorInfo001() 194 suspendReply = debuggeeWrapper.vmMirror.performCommand(suspendCommand); in testMonitorInfo001() 206 checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testMonitorInfo001()
|
D | EnableCollectionTest.java | 88 ReplyPacket getValuesReply = debuggeeWrapper.vmMirror.performCommand(getValuesCommand); in testEnableCollection001() 115 …ReplyPacket disableCollectionReply = debuggeeWrapper.vmMirror.performCommand(disableCollectionComm… in testEnableCollection001() 127 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testEnableCollection001() 191 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); in enableCollection()
|
D | ReferringObjectsTest.java | 123 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(InstancesCommand); in DoTestReferringObjects() 142 .performCommand(ReferringObjectsCommand); in DoTestReferringObjects() 200 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(InstancesCommand); in testReferringObjects_IllegalArgument() 219 .performCommand(ReferringObjectsCommand); in testReferringObjects_IllegalArgument()
|
D | InvokeMethodTest.java | 71 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in setEventRequest() 114 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in clearEvent() 136 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in makeNewInstance() 213 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 247 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 329 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod002() 364 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod002()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/ |
D | AbstractReflectedTypeTestCase.java | 52 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in runReflectedTypeTest() 79 ReplyPacket reply2 = debuggeeWrapper.vmMirror.performCommand(packet); in runReflectedTypeTest() 107 reply = debuggeeWrapper.vmMirror.performCommand(packet); in runReflectedTypeTest() 121 reply = debuggeeWrapper.vmMirror.performCommand(packet); in runReflectedTypeTest()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
D | SetValuesTest.java | 61 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSetValues001() 107 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in checkArrayValues() 132 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in checkArrayRegion() 142 reply = debuggeeWrapper.vmMirror.performCommand(packet); in checkArrayRegion()
|
D | LengthTest.java | 61 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testLength001() 96 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in checkArrayLength() 111 reply = debuggeeWrapper.vmMirror.performCommand(packet); in checkArrayLength()
|