/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() 492 return checkReply(performCommand(commandPacket)); in resume() 506 return checkReply(performCommand(commandPacket)); in resumeThread() 519 return checkReply(performCommand(commandPacket)); in suspend() 533 return checkReply(performCommand(commandPacket)); in suspendThread() 550 return checkReply(performCommand(commandPacket)); in dispose() 568 return checkReply(performCommand(commandPacket)); in exit() 585 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in adjustTypeLength() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | SuspendCountTest.java | 141 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 163 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 178 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 196 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 206 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 231 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 246 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 310 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 326 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() 344 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testSuspendCount001() [all …]
|
D | ResumeTest.java | 150 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 170 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 190 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 219 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 230 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 255 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 295 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 310 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 340 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testResume001() 351 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 | 71 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 101 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 139 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 154 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 180 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 205 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 235 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance001() 260 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance002() 292 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance002() 330 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testNewInstance002() [all …]
|
D | InvokeMethodTest.java | 73 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 104 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 140 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 155 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 185 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 206 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 256 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod002() 295 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod002() 320 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod002() 394 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod003() [all …]
|
D | InvokeMethod002Test.java | 67 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() 99 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() 137 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() 196 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() 218 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod() 252 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | JDWPStackFrameTestCase.java | 75 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetFrameCount() 90 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetFrames() 119 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetAllThreads() 138 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetThreadName() 151 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpSuspendThread() 161 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpResumeThread() 173 .performCommand(popFramesCommand); in jdwpPopFrames()
|
D | SetValuesTest.java | 72 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testSetValues002_InvalidObjectError() 92 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testSetValues003_ThreadNotSuspendedError() 117 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testSetValues004_InvalidFrameIDError() 163 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testSetValues005_InvalidSlotError() 211 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in examineGetValues() 238 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/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/ReferenceType/ |
D | ClassLoaderTest.java | 93 debuggeeWrapper.vmMirror.performCommand(stringInstanceCommand); in testClassLoader003() 103 ReplyPacket classLoaderReply = debuggeeWrapper.vmMirror.performCommand(classLoaderCommand); in testClassLoader003() 128 ReplyPacket classLoaderReply = debuggeeWrapper.vmMirror.performCommand(classLoaderCommand); in classLoaderTest() 163 ReplyPacket refTypeReply = debuggeeWrapper.vmMirror.performCommand(refTypeCommand); in isClassLoader() 180 debuggeeWrapper.vmMirror.performCommand(superclassCommand); in isClassLoader()
|
D | ClassObjectTest.java | 80 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testClassObject001() 93 … ReplyPacket referenceTypeReply = debuggeeWrapper.vmMirror.performCommand(referenceTypeCommand); in testClassObject001() 112 ReplyPacket signatureReply = debuggeeWrapper.vmMirror.performCommand(signatureCommand); in testClassObject001() 131 ReplyPacket classLoaderReply = debuggeeWrapper.vmMirror.performCommand(classLoaderCommand); in testClassObject001()
|
D | Signature002Test.java | 82 ReplyPacket getValuesReply = debuggeeWrapper.vmMirror.performCommand(getValuesCommand); in testSignature002() 123 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testSignature002() 152 checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testSignature002() 183 checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testSignature002()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | IsCollectedTest.java | 91 .performCommand(getValuesCommand); in testIsCollected001() 137 .performCommand(disableCollectionCommand); in testIsCollected001() 159 .performCommand(checkedCommand); in testIsCollected001() 202 checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testIsCollected001() 262 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); in testIsCollected_invalid() 285 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); in testIsCollected_null()
|
D | MonitorInfoTest.java | 86 ReplyPacket getValuesReply = debuggeeWrapper.vmMirror.performCommand(getValuesCommand); in testMonitorInfo001() 111 ReplyPacket suspendReply = debuggeeWrapper.vmMirror.performCommand(suspendCommand); in testMonitorInfo001() 123 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testMonitorInfo001() 193 suspendReply = debuggeeWrapper.vmMirror.performCommand(suspendCommand); in testMonitorInfo001() 205 checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testMonitorInfo001()
|
D | InvokeMethodTest.java | 72 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in setEventRequest() 115 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in clearEvent() 137 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in makeNewInstance() 214 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 248 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() 330 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod002() 365 reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod002()
|
D | ReferringObjectsTest.java | 121 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(InstancesCommand); in DoTestReferringObjects() 140 .performCommand(ReferringObjectsCommand); in DoTestReferringObjects() 198 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(InstancesCommand); in testReferringObjects_IllegalArgument() 217 .performCommand(ReferringObjectsCommand); in testReferringObjects_IllegalArgument()
|
D | EnableCollectionTest.java | 87 ReplyPacket getValuesReply = debuggeeWrapper.vmMirror.performCommand(getValuesCommand); in testEnableCollection001() 114 …ReplyPacket disableCollectionReply = debuggeeWrapper.vmMirror.performCommand(disableCollectionComm… in testEnableCollection001() 126 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testEnableCollection001() 190 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); in enableCollection()
|
D | ReferenceTypeTest.java | 71 …ReplyPacket classesBySignatureReply = debuggeeWrapper.vmMirror.performCommand(classesBySignatureCo… in testReferenceType001() 109 ReplyPacket getValuesReply = debuggeeWrapper.vmMirror.performCommand(getValuesCommand); in testReferenceType001() 163 checkedReply = debuggeeWrapper.vmMirror.performCommand(checkedCommand); in testReferenceType001() 190 ReplyPacket signatureReply = debuggeeWrapper.vmMirror.performCommand(signatureCommand); in testReferenceType001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 195 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); in getObjectReferenceType() 247 .performCommand(lineTableCommand); in getLineTable() 274 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); in getClassSignature() 293 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in getClassIDBySignature() 322 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in getReferenceTypeID() 348 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in resumeDebuggee() 365 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in createString() 383 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in getStringValue() 560 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(commandPacket); in checkThreadState() 872 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in setStaticIntField() [all …]
|
/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/Events/ |
D | CombinedEventsTestCase.java | 67 ReplyPacket lineTableReply = debuggeeWrapper.vmMirror.performCommand(packet); in printMethodLineTable() 106 ReplyPacket lineTableReply = debuggeeWrapper.vmMirror.performCommand(packet); in getMethodStartCodeIndex() 130 ReplyPacket lineTableReply = debuggeeWrapper.vmMirror.performCommand(packet); in getMethodEndCodeIndex() 154 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in getMethodEntryLocation() 183 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in getMethodEndLocation()
|