HomeSort by relevance Sort by last modified time
    Searched refs:checkReplyPacket (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
SetValues003Test.java 57 checkReplyPacket(checkedReply, "ArrayReference::SetValues command",
81 checkReplyPacket(checkedReply, "ArrayReference::SetValues command",
106 checkReplyPacket(checkedReply, "ArrayReference::SetValues command",
139 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.NONE);
143 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.NONE);
147 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.NONE);
151 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.NONE);
155 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.TYPE_MISMATCH);
159 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.TYPE_MISMATCH);
206 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command")
    [all...]
LengthTest.java 64 checkReplyPacket(reply, "ReferenceType::Fields command");
99 checkReplyPacket(reply, "ReferenceType::GetValues command");
114 checkReplyPacket(reply, "ArrayReference::Length command", error);
SetValuesTest.java 62 checkReplyPacket(reply, "ReferenceType::Fields command");
108 checkReplyPacket(reply, "ReferenceType::GetValues command");
133 checkReplyPacket(reply, "ArrayReference::SetValues command");
143 checkReplyPacket(reply, "ArrayReference::GetValues command");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DisposeObjectsTest.java 81 checkReplyPacket(reply, "VirtualMachine::DisposeObjects command");
91 checkReplyPacket(reply, "ObjectReference::ReferenceType command");
108 checkReplyPacket(reply, "VirtualMachine::DisposeObjects command");
119 checkReplyPacket(reply, "ObjectReference::ReferenceType command", JDWPConstants.Error.INVALID_OBJECT);
CreateStringTest.java 63 checkReplyPacket(reply, "VirtualMachine::CreateString command");
74 checkReplyPacket(reply, "StringReference::Value command");
TopLevelThreadGroupsTest.java 62 checkReplyPacket(reply, "VirtualMachine::TopLevelThreadGroups command");
87 checkReplyPacket(replyParent, "ThreadGroupReference::Name command");
98 checkReplyPacket(replyChilds, "ThreadGroupReference::Children command");
112 checkReplyPacket(replyParent, "ThreadReference::Name command");
130 checkReplyPacket(replyParent, "ThreadGroupReference::Name command");
Resume002Test.java 83 checkReplyPacket(breakpointReply, "Failed to set breakpoint");
107 checkReplyPacket(reply, "ThreadReference::Status command");
126 checkReplyPacket(reply, "ThreadReference::SuspendCount command");
ReleaseEventsTest.java 80 checkReplyPacket(reply, "VirtualMachine::HoldEvents command");
91 checkReplyPacket(reply, "VirtualMachine::ReleaseEvents command");
SuspendTest.java 61 checkReplyPacket(reply, "VirtualMachine::Suspend command");
85 checkReplyPacket(reply, "ThreadReference::Status command");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java 189 checkReplyPacket(reply, "ObjectReference::ReferenceType command");
211 checkReplyPacket(reply, "ReferenceType::Methods command");
242 checkReplyPacket(reply, "ReferenceType::Methods command");
273 checkReplyPacket(lineTableReply, "Method::LineTable command");
290 checkReplyPacket(reply, "ReferenceType::Methods command");
316 checkReplyPacket(reply, "ReferenceType::Signature command");
335 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command");
364 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command");
390 checkReplyPacket(reply, "VirtualMachine::Resume command");
407 checkReplyPacket(reply, "VirtualMachine::CreateString command")
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
JDWPStackFrameTestCase.java 97 checkReplyPacket(reply, "ThreadReference::FrameCount command");
112 checkReplyPacket(reply, "ThreadReference::FramesCommand command");
132 checkReplyPacket(reply, "Method::VariableTable command");
156 checkReplyPacket(reply, "VirtualMachine::AllThreads command");
175 checkReplyPacket(reply, "ThreadReference::Name command");
188 checkReplyPacket(reply, "ThreadReference::Suspend command");
198 checkReplyPacket(reply, "ThreadReference::Resume command");
210 checkReplyPacket(reply, "StackFrame::PopFramesCommand command");
GetValuesTest.java 71 checkReplyPacket(replyPacket, "StackFrame.GetValues",
91 checkReplyPacket(replyPacket, "StackFrame.GetValues",
116 checkReplyPacket(replyPacket, "StackFrame.GetValues",
159 checkReplyPacket(replyPacket, "StackFrame.GetValues",
216 checkReplyPacket(reply, "StackFrame::GetValues command");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
ClassLoaderTest.java 92 checkReplyPacket(stringInstanceReply, "ReferenceType.Instances");
102 checkReplyPacket(classLoaderReply, thisCommandName, JDWPConstants.Error.INVALID_CLASS);
128 checkReplyPacket(classLoaderReply, thisCommandName);
163 checkReplyPacket(refTypeReply, "ObjectReference.ReferenceType");
180 checkReplyPacket(superclassReply, "ClassType.Superclass");
ClassObjectTest.java 82 checkReplyPacket(checkedReply, thisCommandName);
96 checkReplyPacket(referenceTypeReply, "ObjectReference::ReferenceType command");
114 checkReplyPacket(signatureReply, "ReferenceType::Signature command");
133 checkReplyPacket(classLoaderReply, "ReferenceType::ClassLoader command");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
NewInstanceTest.java 70 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command");
92 checkReplyPacket(reply, "ReferenceType::Methods command");
121 checkReplyPacket(reply, "EventRequest::Set command");
159 checkReplyPacket(reply, "EventRequest::Clear command");
174 checkReplyPacket(reply, "ClassType::NewInstance command");
200 checkReplyPacket(reply, "ObjectReference::ReferenceType command");
225 checkReplyPacket(reply, "ClassType::NewInstance command");
255 checkReplyPacket(reply, "VirtualMachine::Resume command");
279 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command");
303 checkReplyPacket(reply, "ReferenceType::Methods command")
    [all...]
InvokeMethod002Test.java 65 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command");
90 checkReplyPacket(reply, "ReferenceType::Methods command");
119 checkReplyPacket(reply, "EventRequest::Set command");
157 checkReplyPacket(reply, "EventRequest::Clear command");
186 checkReplyPacket(reply, "ReferenceType::Fields command");
227 checkReplyPacket(reply, "ReferenceType::GetValues command");
251 checkReplyPacket(reply, "ClassType::InvokeMethod command",
254 checkReplyPacket(reply, "ClassType::InvokeMethod command");
283 checkReplyPacket(reply, "VirtualMachine::Resume command");
InvokeMethodTest.java 72 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command");
96 checkReplyPacket(reply, "ReferenceType::Methods command");
124 checkReplyPacket(reply, "EventRequest::Set command");
160 checkReplyPacket(reply, "EventRequest::Clear command");
175 checkReplyPacket(reply, "ClassType::InvokeMethod command");
205 checkReplyPacket(reply, "ClassType::InvokeMethod command");
226 checkReplyPacket(reply, "VirtualMachine::Resume command");
276 checkReplyPacket(reply, "EventRequest::Set command");
315 checkReplyPacket(reply, "EventRequest::Clear command");
362 checkReplyPacket(reply, "ClassType::InvokeMethod command", JDWPConstants.Error.INVALID_METHODID)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
NewInstanceTest.java 76 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command");
104 checkReplyPacket(reply, "ArrayType::NewInstance command");
125 checkReplyPacket(reply, "ArrayReference::Length command");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
ParentTest.java 72 checkReplyPacket(reply, "ThreadReference::ThreadGroup command");
82 checkReplyPacket(reply, "ThreadGroupReference::Parent command");
159 checkReplyPacket(reply, "ThreadGroupReference::Name command", expectedError);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
CurrentContendedMonitorTest.java 77 checkReplyPacket(reply, "ThreadReference::CurrentContendedMonitor command");
90 checkReplyPacket(replyObj, "ObjectReference::MonitorInfo command");
119 checkReplyPacket(reply, "ThreadReference::Interrupt command");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/
AbstractReflectedTypeTestCase.java 53 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command");
80 checkReplyPacket(reply, "ReferenceType::ClassLoader command");
108 checkReplyPacket(reply, "ReferenceType::ClassObject command");
122 checkReplyPacket(reply, "ClassObjectReference::ReflectedType command");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
EnableCollectionTest.java 89 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command");
116 checkReplyPacket(disableCollectionReply, "ObjectReference::DisableCollection command");
128 checkReplyPacket(checkedReply, thisCommandName);
191 checkReplyPacket(reply, thisCommandName, expectedErrorCode);
IsCollectedTest.java 94 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command");
140 checkReplyPacket(disableCollectionReply,
162 checkReplyPacket(checkedReply, thisCommandName);
205 checkReplyPacket(checkedReply, thisCommandName);
264 checkReplyPacket(reply, thisCommandName);
287 checkReplyPacket(reply, thisCommandName, JDWPConstants.Error.INVALID_OBJECT);
MonitorInfoTest.java 88 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command");
113 checkReplyPacket(suspendReply, "VirtualMachine::Suspend command");
136 checkReplyPacket(checkedReply, thisCommandName);
195 checkReplyPacket(suspendReply, "VirtualMachine::Suspend command");
207 checkReplyPacket(checkedReply, thisCommandName);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEventsTest.java 122 checkReplyPacket(reply, "Set METHOD_ENTRY event");
144 checkReplyPacket(setRequestReply, "EventRequest::Set command");
166 checkReplyPacket(clearReply, "EventRequest::Clear");
172 checkReplyPacket(clearReply, "EventRequest::Clear");
257 checkReplyPacket(reply, "EventRequest::Set command");
279 checkReplyPacket(setRequestReply, "EventRequest::Set command");
302 checkReplyPacket(clearReply, "EventRequest::Clear");
309 checkReplyPacket(clearReply, "EventRequest::Clear");
371 checkReplyPacket(reply, "Set METHOD_ENTRY event");
393 checkReplyPacket(setRequestReply, "EventRequest::Set command")
    [all...]

Completed in 328 milliseconds

1 2 3 4 5 6