Home
last modified time | relevance | path

Searched refs:checkReplyPacket (Results 1 – 25 of 149) sorted by relevance

123456

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
DSetValues003Test.java57 checkReplyPacket(checkedReply, "ArrayReference::SetValues command", in testSetValues003_InvalidObject()
81 checkReplyPacket(checkedReply, "ArrayReference::SetValues command", in testSetValues003_InvalidArray()
106 checkReplyPacket(checkedReply, "ArrayReference::SetValues command", in testSetValues003_InvalidIndex()
139 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.NONE); in testSetValues003_TypeMismatch()
143 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.NONE); in testSetValues003_TypeMismatch()
147 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.NONE); in testSetValues003_TypeMismatch()
151 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.NONE); in testSetValues003_TypeMismatch()
155 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.TYPE_MISMATCH); in testSetValues003_TypeMismatch()
159 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.TYPE_MISMATCH); in testSetValues003_TypeMismatch()
206 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command"); in getObjectIDForField()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java196 checkReplyPacket(reply, "ObjectReference::ReferenceType command"); in getObjectReferenceType()
248 checkReplyPacket(lineTableReply, "Method::LineTable command"); in getLineTable()
275 checkReplyPacket(reply, "ReferenceType::Signature command"); in getClassSignature()
294 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in getClassIDBySignature()
323 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in getReferenceTypeID()
349 checkReplyPacket(reply, "VirtualMachine::Resume command"); in resumeDebuggee()
366 checkReplyPacket(reply, "VirtualMachine::CreateString command"); in createString()
384 checkReplyPacket(reply, "StringReference::Value command"); in getStringValue()
586 protected void checkReplyPacket(ReplyPacket reply, String message, in checkReplyPacket() method in JDWPTestCase
588 checkReplyPacket(reply, message, new int[] { errorCodeExpected }); in checkReplyPacket()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameTestCase.java76 checkReplyPacket(reply, "ThreadReference::FrameCount command"); in jdwpGetFrameCount()
91 checkReplyPacket(reply, "ThreadReference::FramesCommand command"); in jdwpGetFrames()
120 checkReplyPacket(reply, "VirtualMachine::AllThreads command"); in jdwpGetAllThreads()
139 checkReplyPacket(reply, "ThreadReference::Name command"); in jdwpGetThreadName()
152 checkReplyPacket(reply, "ThreadReference::Suspend command"); in jdwpSuspendThread()
162 checkReplyPacket(reply, "ThreadReference::Resume command"); in jdwpResumeThread()
174 checkReplyPacket(reply, "StackFrame::PopFramesCommand command"); in jdwpPopFrames()
DSetValuesTest.java73 checkReplyPacket(replyPacket, "StackFrame.SetValues", in testSetValues002_InvalidObjectError()
93 checkReplyPacket(replyPacket, "StackFrame.SetValues", in testSetValues003_ThreadNotSuspendedError()
118 checkReplyPacket(replyPacket, "StackFrame.SetValues", in testSetValues004_InvalidFrameIDError()
164 checkReplyPacket(replyPacket, "StackFrame.SetValues", in testSetValues005_InvalidSlotError()
212 checkReplyPacket(reply, "StackFrame::SetValues command"); in examineGetValues()
239 checkReplyPacket(reply, "StackFrame::GetValues command"); in examineGetValues()
DGetValuesTest.java71 checkReplyPacket(replyPacket, "StackFrame.GetValues", in testGetValues002_InvalidObjectError()
91 checkReplyPacket(replyPacket, "StackFrame.GetValues", in testGetValues003_ThreadNotSuspendedError()
116 checkReplyPacket(replyPacket, "StackFrame.GetValues", in testGetValues004_InvalidFrameIDError()
159 checkReplyPacket(replyPacket, "StackFrame.GetValues", in testGetValues005_InvalidSlotError()
216 checkReplyPacket(reply, "StackFrame::GetValues command"); in examineGetValues()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DNewInstanceTest.java72 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in testNewInstance001()
102 checkReplyPacket(reply, "EventRequest::Set command"); in testNewInstance001()
140 checkReplyPacket(reply, "EventRequest::Clear command"); in testNewInstance001()
155 checkReplyPacket(reply, "ClassType::NewInstance command"); in testNewInstance001()
181 checkReplyPacket(reply, "ObjectReference::ReferenceType command"); in testNewInstance001()
206 checkReplyPacket(reply, "ClassType::NewInstance command"); in testNewInstance001()
236 checkReplyPacket(reply, "VirtualMachine::Resume command"); in testNewInstance001()
261 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in testNewInstance002()
293 checkReplyPacket(reply, "EventRequest::Set command"); in testNewInstance002()
331 checkReplyPacket(reply, "EventRequest::Clear command"); in testNewInstance002()
[all …]
DInvokeMethodTest.java74 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in testInvokeMethod001()
105 checkReplyPacket(reply, "EventRequest::Set command"); in testInvokeMethod001()
141 checkReplyPacket(reply, "EventRequest::Clear command"); in testInvokeMethod001()
156 checkReplyPacket(reply, "ClassType::InvokeMethod command"); in testInvokeMethod001()
186 checkReplyPacket(reply, "ClassType::InvokeMethod command"); in testInvokeMethod001()
207 checkReplyPacket(reply, "VirtualMachine::Resume command"); in testInvokeMethod001()
257 checkReplyPacket(reply, "EventRequest::Set command"); in testInvokeMethod002()
296 checkReplyPacket(reply, "EventRequest::Clear command"); in testInvokeMethod002()
344checkReplyPacket(reply, "ClassType::InvokeMethod command", JDWPConstants.Error.INVALID_METHODID); in testInvokeMethod002()
395 checkReplyPacket(reply, "EventRequest::Set command"); in testInvokeMethod003()
[all …]
DInvokeMethod002Test.java68 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in testInvokeMethod()
100 checkReplyPacket(reply, "EventRequest::Set command"); in testInvokeMethod()
138 checkReplyPacket(reply, "EventRequest::Clear command"); in testInvokeMethod()
197 checkReplyPacket(reply, "ReferenceType::GetValues command"); in testInvokeMethod()
221 checkReplyPacket(reply, "ClassType::InvokeMethod command", in testInvokeMethod()
224 checkReplyPacket(reply, "ClassType::InvokeMethod command"); in testInvokeMethod()
253 checkReplyPacket(reply, "VirtualMachine::Resume command"); in testInvokeMethod()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DTopLevelThreadGroupsTest.java63 checkReplyPacket(reply, "VirtualMachine::TopLevelThreadGroups command"); in testTopLevelThreadGroups001()
88 checkReplyPacket(replyParent, "ThreadGroupReference::Name command"); in printThreadGroup()
99 checkReplyPacket(replyChilds, "ThreadGroupReference::Children command"); in printThreadGroup()
113 checkReplyPacket(replyParent, "ThreadReference::Name command"); in printThreadGroup()
131 checkReplyPacket(replyParent, "ThreadGroupReference::Name command"); in printThreadGroup()
DDisposeObjectsTest.java82 checkReplyPacket(reply, "VirtualMachine::DisposeObjects command"); in testDisposeObjects001()
92 checkReplyPacket(reply, "ObjectReference::ReferenceType command"); in testDisposeObjects001()
109 checkReplyPacket(reply, "VirtualMachine::DisposeObjects command"); in testDisposeObjects001()
120checkReplyPacket(reply, "ObjectReference::ReferenceType command", JDWPConstants.Error.INVALID_OBJE… in testDisposeObjects001()
DAllThreadsTest.java66 checkReplyPacket(reply, "VirtualMachine::AllThreads command"); in testAllThreads003()
88 checkReplyPacket(replyName, "ThreadReference::Status command"); in testAllThreads003()
124 checkReplyPacket(reply, "VirtualMachine::AllThreads command"); in testAllThreads002()
148 checkReplyPacket(replyName, "ThreadReference::Status command"); in testAllThreads002()
197 checkReplyPacket(reply, "VirtualMachine::AllThreads command"); in testAllThreads001()
DResume002Test.java83 checkReplyPacket(breakpointReply, "Failed to set breakpoint"); in installBreakpoint()
107 checkReplyPacket(reply, "ThreadReference::Status command"); in checkThreadSuspendStatus()
126 checkReplyPacket(reply, "ThreadReference::SuspendCount command"); in checkThreadSuspendCount()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DClassLoaderTest.java94 checkReplyPacket(stringInstanceReply, "ReferenceType.Instances"); in testClassLoader003()
104 checkReplyPacket(classLoaderReply, thisCommandName, JDWPConstants.Error.INVALID_CLASS); in testClassLoader003()
130 checkReplyPacket(classLoaderReply, thisCommandName); in classLoaderTest()
164 checkReplyPacket(refTypeReply, "ObjectReference.ReferenceType"); in isClassLoader()
181 checkReplyPacket(superclassReply, "ClassType.Superclass"); in isClassLoader()
DClassObjectTest.java82 checkReplyPacket(checkedReply, thisCommandName); in testClassObject001()
96 checkReplyPacket(referenceTypeReply, "ObjectReference::ReferenceType command"); in testClassObject001()
114 checkReplyPacket(signatureReply, "ReferenceType::Signature command"); in testClassObject001()
133 checkReplyPacket(classLoaderReply, "ReferenceType::ClassLoader command"); in testClassObject001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTest.java121 checkReplyPacket(reply, "Set METHOD_ENTRY event"); in testCombinedEvents_01()
143 checkReplyPacket(setRequestReply, "EventRequest::Set command"); in testCombinedEvents_01()
165 checkReplyPacket(clearReply, "EventRequest::Clear"); in testCombinedEvents_01()
171 checkReplyPacket(clearReply, "EventRequest::Clear"); in testCombinedEvents_01()
256 checkReplyPacket(reply, "EventRequest::Set command"); in testCombinedEvents_02()
278 checkReplyPacket(setRequestReply, "EventRequest::Set command"); in testCombinedEvents_02()
301 checkReplyPacket(clearReply, "EventRequest::Clear"); in testCombinedEvents_02()
308 checkReplyPacket(clearReply, "EventRequest::Clear"); in testCombinedEvents_02()
370 checkReplyPacket(reply, "Set METHOD_ENTRY event"); in testCombinedEvents_03()
392 checkReplyPacket(setRequestReply, "EventRequest::Set command"); in testCombinedEvents_03()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DIsCollectedTest.java93 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command"); in testIsCollected001()
139 checkReplyPacket(disableCollectionReply, in testIsCollected001()
161 checkReplyPacket(checkedReply, thisCommandName); in testIsCollected001()
204 checkReplyPacket(checkedReply, thisCommandName); in testIsCollected001()
263 checkReplyPacket(reply, thisCommandName); in testIsCollected_invalid()
286 checkReplyPacket(reply, thisCommandName, JDWPConstants.Error.INVALID_OBJECT); in testIsCollected_null()
DMonitorInfoTest.java88 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command"); in testMonitorInfo001()
113 checkReplyPacket(suspendReply, "VirtualMachine::Suspend command"); in testMonitorInfo001()
136 checkReplyPacket(checkedReply, thisCommandName); in testMonitorInfo001()
195 checkReplyPacket(suspendReply, "VirtualMachine::Suspend command"); in testMonitorInfo001()
207 checkReplyPacket(checkedReply, thisCommandName); in testMonitorInfo001()
DEnableCollectionTest.java89 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command"); in testEnableCollection001()
116 checkReplyPacket(disableCollectionReply, "ObjectReference::DisableCollection command"); in testEnableCollection001()
128 checkReplyPacket(checkedReply, thisCommandName); in testEnableCollection001()
191 checkReplyPacket(reply, thisCommandName, expectedErrorCode); in enableCollection()
DInvokeMethodTest.java73 checkReplyPacket(reply, "EventRequest::Set command"); in setEventRequest()
116 checkReplyPacket(reply, "EventRequest::Clear command"); in clearEvent()
138 checkReplyPacket(reply, "ClassType::NewInstance command"); in makeNewInstance()
215 checkReplyPacket(reply, "ObjectReference::InvokeMethod command"); in testInvokeMethod001()
249 checkReplyPacket(reply, "ObjectReference::InvokeMethod command"); in testInvokeMethod001()
331 checkReplyPacket(reply, "ObjectReference::InvokeMethod command"); in testInvokeMethod002()
366 checkReplyPacket(reply, "ObjectReference::InvokeMethod command"); in testInvokeMethod002()
DReferenceTypeTest.java74 checkReplyPacket(classesBySignatureReply, "VirtualMachine::ClassesBySignature command"); in testReferenceType001()
111 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command"); in testReferenceType001()
165 checkReplyPacket(checkedReply, thisCommandName); in testReferenceType001()
192 checkReplyPacket(signatureReply, "ReferenceType::Signature command"); in testReferenceType001()
DInvokeMethod002Test.java66 checkReplyPacket(reply, "EventRequest::Set command"); in testInvokeMethod_null_argument()
102 checkReplyPacket(reply, "EventRequest::Clear command"); in testInvokeMethod_null_argument()
117 checkReplyPacket(reply, "ReferenceType::GetValues command"); in testInvokeMethod_null_argument()
150 checkReplyPacket(reply, "ObjectReference::InvokeMethod command"); in testInvokeMethod_null_argument()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/
DAbstractReflectedTypeTestCase.java53 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in runReflectedTypeTest()
80 checkReplyPacket(reply, "ReferenceType::ClassLoader command"); in runReflectedTypeTest()
108 checkReplyPacket(reply, "ReferenceType::ClassObject command"); in runReflectedTypeTest()
122 checkReplyPacket(reply, "ClassObjectReference::ReflectedType command"); in runReflectedTypeTest()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
DParentTest.java73 checkReplyPacket(reply, "ThreadReference::ThreadGroup command"); in testParent001()
83 checkReplyPacket(reply, "ThreadGroupReference::Parent command"); in testParent001()
160 checkReplyPacket(reply, "ThreadGroupReference::Name command", expectedError); in checkCommandError()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
DNewInstanceTest.java77 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in testNewInstance001()
105 checkReplyPacket(reply, "ArrayType::NewInstance command"); in testNewInstance001()
126 checkReplyPacket(reply, "ArrayReference::Length command"); in testNewInstance001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DCurrentContendedMonitorTest.java78 checkReplyPacket(reply, "ThreadReference::CurrentContendedMonitor command"); in testCurrentContendedMonitor001()
91 checkReplyPacket(replyObj, "ObjectReference::MonitorInfo command"); in testCurrentContendedMonitor001()
120 checkReplyPacket(reply, "ThreadReference::Interrupt command"); in testCurrentContendedMonitor001()

123456