Home
last modified time | relevance | path

Searched refs:checkReplyPacket (Results 1 – 25 of 139) 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()
DSetValuesTest.java62 checkReplyPacket(reply, "ReferenceType::Fields command"); in testSetValues001()
108 checkReplyPacket(reply, "ReferenceType::GetValues command"); in checkArrayValues()
133 checkReplyPacket(reply, "ArrayReference::SetValues command"); in checkArrayRegion()
143 checkReplyPacket(reply, "ArrayReference::GetValues command"); in checkArrayRegion()
DLengthTest.java64 checkReplyPacket(reply, "ReferenceType::Fields command"); in testLength001()
99 checkReplyPacket(reply, "ReferenceType::GetValues command"); in checkArrayLength()
114 checkReplyPacket(reply, "ArrayReference::Length command", error); in checkArrayLength()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java189 checkReplyPacket(reply, "ObjectReference::ReferenceType command"); in getObjectReferenceType()
211 checkReplyPacket(reply, "ReferenceType::Methods command"); in getMethodID()
242 checkReplyPacket(reply, "ReferenceType::Methods command"); in getMethodID()
273 checkReplyPacket(lineTableReply, "Method::LineTable command"); in getLineTable()
290 checkReplyPacket(reply, "ReferenceType::Methods command"); in getMethodName()
316 checkReplyPacket(reply, "ReferenceType::Signature command"); in getClassSignature()
335 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in getClassIDBySignature()
364 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in getReferenceTypeID()
390 checkReplyPacket(reply, "VirtualMachine::Resume command"); in resumeDebuggee()
407 checkReplyPacket(reply, "VirtualMachine::CreateString command"); in createString()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameTestCase.java97 checkReplyPacket(reply, "ThreadReference::FrameCount command"); in jdwpGetFrameCount()
112 checkReplyPacket(reply, "ThreadReference::FramesCommand command"); in jdwpGetFrames()
132 checkReplyPacket(reply, "Method::VariableTable command"); in jdwpGetVariableTable()
156 checkReplyPacket(reply, "VirtualMachine::AllThreads command"); in jdwpGetAllThreads()
175 checkReplyPacket(reply, "ThreadReference::Name command"); in jdwpGetThreadName()
188 checkReplyPacket(reply, "ThreadReference::Suspend command"); in jdwpSuspendThread()
198 checkReplyPacket(reply, "ThreadReference::Resume command"); in jdwpResumeThread()
210 checkReplyPacket(reply, "StackFrame::PopFramesCommand command"); in jdwpPopFrames()
DSetValuesTest.java72 checkReplyPacket(replyPacket, "StackFrame.SetValues", in testSetValues002_InvalidObjectError()
92 checkReplyPacket(replyPacket, "StackFrame.SetValues", in testSetValues003_ThreadNotSuspendedError()
117 checkReplyPacket(replyPacket, "StackFrame.SetValues", in testSetValues004_InvalidFrameIDError()
163 checkReplyPacket(replyPacket, "StackFrame.SetValues", in testSetValues005_InvalidSlotError()
211 checkReplyPacket(reply, "StackFrame::SetValues command"); in examineGetValues()
238 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.java70 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in testNewInstance001()
92 checkReplyPacket(reply, "ReferenceType::Methods command"); in testNewInstance001()
121 checkReplyPacket(reply, "EventRequest::Set command"); in testNewInstance001()
159 checkReplyPacket(reply, "EventRequest::Clear command"); in testNewInstance001()
174 checkReplyPacket(reply, "ClassType::NewInstance command"); in testNewInstance001()
200 checkReplyPacket(reply, "ObjectReference::ReferenceType command"); in testNewInstance001()
225 checkReplyPacket(reply, "ClassType::NewInstance command"); in testNewInstance001()
255 checkReplyPacket(reply, "VirtualMachine::Resume command"); in testNewInstance001()
279 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in testNewInstance002()
303 checkReplyPacket(reply, "ReferenceType::Methods command"); in testNewInstance002()
[all …]
DInvokeMethod002Test.java65 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in testInvokeMethod()
90 checkReplyPacket(reply, "ReferenceType::Methods command"); in testInvokeMethod()
119 checkReplyPacket(reply, "EventRequest::Set command"); in testInvokeMethod()
157 checkReplyPacket(reply, "EventRequest::Clear command"); in testInvokeMethod()
186 checkReplyPacket(reply, "ReferenceType::Fields command"); in testInvokeMethod()
227 checkReplyPacket(reply, "ReferenceType::GetValues command"); in testInvokeMethod()
251 checkReplyPacket(reply, "ClassType::InvokeMethod command", in testInvokeMethod()
254 checkReplyPacket(reply, "ClassType::InvokeMethod command"); in testInvokeMethod()
283 checkReplyPacket(reply, "VirtualMachine::Resume command"); in testInvokeMethod()
DInvokeMethodTest.java72 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in testInvokeMethod001()
96 checkReplyPacket(reply, "ReferenceType::Methods command"); in testInvokeMethod001()
124 checkReplyPacket(reply, "EventRequest::Set command"); in testInvokeMethod001()
160 checkReplyPacket(reply, "EventRequest::Clear command"); in testInvokeMethod001()
175 checkReplyPacket(reply, "ClassType::InvokeMethod command"); in testInvokeMethod001()
205 checkReplyPacket(reply, "ClassType::InvokeMethod command"); in testInvokeMethod001()
226 checkReplyPacket(reply, "VirtualMachine::Resume command"); in testInvokeMethod001()
276 checkReplyPacket(reply, "EventRequest::Set command"); in testInvokeMethod002()
315 checkReplyPacket(reply, "EventRequest::Clear command"); in testInvokeMethod002()
362checkReplyPacket(reply, "ClassType::InvokeMethod command", JDWPConstants.Error.INVALID_METHODID); in testInvokeMethod002()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DTopLevelThreadGroupsTest.java62 checkReplyPacket(reply, "VirtualMachine::TopLevelThreadGroups command"); in testTopLevelThreadGroups001()
87 checkReplyPacket(replyParent, "ThreadGroupReference::Name command"); in printThreadGroup()
98 checkReplyPacket(replyChilds, "ThreadGroupReference::Children command"); in printThreadGroup()
112 checkReplyPacket(replyParent, "ThreadReference::Name command"); in printThreadGroup()
130 checkReplyPacket(replyParent, "ThreadGroupReference::Name command"); in printThreadGroup()
DDisposeObjectsTest.java81 checkReplyPacket(reply, "VirtualMachine::DisposeObjects command"); in testDisposeObjects001()
91 checkReplyPacket(reply, "ObjectReference::ReferenceType command"); in testDisposeObjects001()
108 checkReplyPacket(reply, "VirtualMachine::DisposeObjects command"); in testDisposeObjects001()
119checkReplyPacket(reply, "ObjectReference::ReferenceType command", JDWPConstants.Error.INVALID_OBJE… in testDisposeObjects001()
DAllThreadsTest.java65 checkReplyPacket(reply, "VirtualMachine::AllThreads command"); in testAllThreads003()
87 checkReplyPacket(replyName, "ThreadReference::Status command"); in testAllThreads003()
123 checkReplyPacket(reply, "VirtualMachine::AllThreads command"); in testAllThreads002()
147 checkReplyPacket(replyName, "ThreadReference::Status command"); in testAllThreads002()
196 checkReplyPacket(reply, "VirtualMachine::AllThreads command"); in testAllThreads001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DClassLoaderTest.java92 checkReplyPacket(stringInstanceReply, "ReferenceType.Instances"); in testClassLoader003()
102 checkReplyPacket(classLoaderReply, thisCommandName, JDWPConstants.Error.INVALID_CLASS); in testClassLoader003()
128 checkReplyPacket(classLoaderReply, thisCommandName); in classLoaderTest()
163 checkReplyPacket(refTypeReply, "ObjectReference.ReferenceType"); in isClassLoader()
180 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.java122 checkReplyPacket(reply, "Set METHOD_ENTRY event"); in testCombinedEvents_01()
144 checkReplyPacket(setRequestReply, "EventRequest::Set command"); in testCombinedEvents_01()
166 checkReplyPacket(clearReply, "EventRequest::Clear"); in testCombinedEvents_01()
172 checkReplyPacket(clearReply, "EventRequest::Clear"); in testCombinedEvents_01()
257 checkReplyPacket(reply, "EventRequest::Set command"); in testCombinedEvents_02()
279 checkReplyPacket(setRequestReply, "EventRequest::Set command"); in testCombinedEvents_02()
302 checkReplyPacket(clearReply, "EventRequest::Clear"); in testCombinedEvents_02()
309 checkReplyPacket(clearReply, "EventRequest::Clear"); in testCombinedEvents_02()
371 checkReplyPacket(reply, "Set METHOD_ENTRY event"); in testCombinedEvents_03()
393 checkReplyPacket(setRequestReply, "EventRequest::Set command"); in testCombinedEvents_03()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DIsCollectedTest.java94 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command"); in testIsCollected001()
140 checkReplyPacket(disableCollectionReply, in testIsCollected001()
162 checkReplyPacket(checkedReply, thisCommandName); in testIsCollected001()
205 checkReplyPacket(checkedReply, thisCommandName); in testIsCollected001()
264 checkReplyPacket(reply, thisCommandName); in testIsCollected_invalid()
287 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()
DInvokeMethodTest.java71 checkReplyPacket(reply, "EventRequest::Set command"); in setEventRequest()
114 checkReplyPacket(reply, "EventRequest::Clear command"); in clearEvent()
136 checkReplyPacket(reply, "ClassType::NewInstance command"); in makeNewInstance()
213 checkReplyPacket(reply, "ObjectReference::InvokeMethod command"); in testInvokeMethod001()
247 checkReplyPacket(reply, "ObjectReference::InvokeMethod command"); in testInvokeMethod001()
329 checkReplyPacket(reply, "ObjectReference::InvokeMethod command"); in testInvokeMethod002()
364 checkReplyPacket(reply, "ObjectReference::InvokeMethod command"); in testInvokeMethod002()
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()
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/ThreadReference/
DCurrentContendedMonitorTest.java77 checkReplyPacket(reply, "ThreadReference::CurrentContendedMonitor command"); in testCurrentContendedMonitor001()
90 checkReplyPacket(replyObj, "ObjectReference::MonitorInfo command"); in testCurrentContendedMonitor001()
119 checkReplyPacket(reply, "ThreadReference::Interrupt command"); in testCurrentContendedMonitor001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
DParentTest.java72 checkReplyPacket(reply, "ThreadReference::ThreadGroup command"); in testParent001()
82 checkReplyPacket(reply, "ThreadGroupReference::Parent command"); in testParent001()
159 checkReplyPacket(reply, "ThreadGroupReference::Name command", expectedError); in checkCommandError()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
DNewInstanceTest.java76 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in testNewInstance001()
104 checkReplyPacket(reply, "ArrayType::NewInstance command"); in testNewInstance001()
125 checkReplyPacket(reply, "ArrayReference::Length command"); in testNewInstance001()

123456