/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
D | SetValues003Test.java | 57 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()
|
D | SetValuesTest.java | 62 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()
|
D | LengthTest.java | 62 checkReplyPacket(reply, "ReferenceType::Fields command"); in testLength001() 97 checkReplyPacket(reply, "ReferenceType::GetValues command"); in checkArrayLength() 112 checkReplyPacket(reply, "ArrayReference::Length command", error); in checkArrayLength()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 191 checkReplyPacket(reply, "ObjectReference::ReferenceType command"); in getObjectReferenceType() 213 checkReplyPacket(reply, "ReferenceType::Methods command"); in getMethodID() 244 checkReplyPacket(reply, "ReferenceType::Methods command"); in getMethodID() 275 checkReplyPacket(lineTableReply, "Method::LineTable command"); in getLineTable() 292 checkReplyPacket(reply, "ReferenceType::Methods command"); in getMethodName() 318 checkReplyPacket(reply, "ReferenceType::Signature command"); in getClassSignature() 337 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in getClassIDBySignature() 366 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in getReferenceTypeID() 392 checkReplyPacket(reply, "VirtualMachine::Resume command"); in resumeDebuggee() 409 checkReplyPacket(reply, "VirtualMachine::CreateString command"); in createString() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | JDWPStackFrameTestCase.java | 98 checkReplyPacket(reply, "ThreadReference::FrameCount command"); in jdwpGetFrameCount() 113 checkReplyPacket(reply, "ThreadReference::FramesCommand command"); in jdwpGetFrames() 133 checkReplyPacket(reply, "Method::VariableTable command"); in jdwpGetVariableTable() 157 checkReplyPacket(reply, "VirtualMachine::AllThreads command"); in jdwpGetAllThreads() 176 checkReplyPacket(reply, "ThreadReference::Name command"); in jdwpGetThreadName() 189 checkReplyPacket(reply, "ThreadReference::Suspend command"); in jdwpSuspendThread() 199 checkReplyPacket(reply, "ThreadReference::Resume command"); in jdwpResumeThread() 211 checkReplyPacket(reply, "StackFrame::PopFramesCommand command"); in jdwpPopFrames()
|
D | SetValuesTest.java | 72 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()
|
D | GetValuesTest.java | 71 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/ |
D | NewInstanceTest.java | 71 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in testNewInstance001() 93 checkReplyPacket(reply, "ReferenceType::Methods command"); in testNewInstance001() 122 checkReplyPacket(reply, "EventRequest::Set command"); in testNewInstance001() 160 checkReplyPacket(reply, "EventRequest::Clear command"); in testNewInstance001() 175 checkReplyPacket(reply, "ClassType::NewInstance command"); in testNewInstance001() 201 checkReplyPacket(reply, "ObjectReference::ReferenceType command"); in testNewInstance001() 226 checkReplyPacket(reply, "ClassType::NewInstance command"); in testNewInstance001() 256 checkReplyPacket(reply, "VirtualMachine::Resume command"); in testNewInstance001() 280 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in testNewInstance002() 304 checkReplyPacket(reply, "ReferenceType::Methods command"); in testNewInstance002() [all …]
|
D | InvokeMethod002Test.java | 66 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in testInvokeMethod() 91 checkReplyPacket(reply, "ReferenceType::Methods command"); in testInvokeMethod() 120 checkReplyPacket(reply, "EventRequest::Set command"); in testInvokeMethod() 158 checkReplyPacket(reply, "EventRequest::Clear command"); in testInvokeMethod() 187 checkReplyPacket(reply, "ReferenceType::Fields command"); in testInvokeMethod() 228 checkReplyPacket(reply, "ReferenceType::GetValues command"); in testInvokeMethod() 252 checkReplyPacket(reply, "ClassType::InvokeMethod command", in testInvokeMethod() 255 checkReplyPacket(reply, "ClassType::InvokeMethod command"); in testInvokeMethod() 284 checkReplyPacket(reply, "VirtualMachine::Resume command"); in testInvokeMethod()
|
D | InvokeMethodTest.java | 73 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); in testInvokeMethod001() 97 checkReplyPacket(reply, "ReferenceType::Methods command"); in testInvokeMethod001() 125 checkReplyPacket(reply, "EventRequest::Set command"); in testInvokeMethod001() 161 checkReplyPacket(reply, "EventRequest::Clear command"); in testInvokeMethod001() 176 checkReplyPacket(reply, "ClassType::InvokeMethod command"); in testInvokeMethod001() 206 checkReplyPacket(reply, "ClassType::InvokeMethod command"); in testInvokeMethod001() 227 checkReplyPacket(reply, "VirtualMachine::Resume command"); in testInvokeMethod001() 277 checkReplyPacket(reply, "EventRequest::Set command"); in testInvokeMethod002() 316 checkReplyPacket(reply, "EventRequest::Clear command"); in testInvokeMethod002() 363 … checkReplyPacket(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/ |
D | TopLevelThreadGroupsTest.java | 63 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()
|
D | DisposeObjectsTest.java | 82 checkReplyPacket(reply, "VirtualMachine::DisposeObjects command"); in testDisposeObjects001() 92 checkReplyPacket(reply, "ObjectReference::ReferenceType command"); in testDisposeObjects001() 109 checkReplyPacket(reply, "VirtualMachine::DisposeObjects command"); in testDisposeObjects001() 120 …checkReplyPacket(reply, "ObjectReference::ReferenceType command", JDWPConstants.Error.INVALID_OBJE… in testDisposeObjects001()
|
D | AllThreadsTest.java | 66 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()
|
D | Resume002Test.java | 83 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/ |
D | ClassLoaderTest.java | 93 checkReplyPacket(stringInstanceReply, "ReferenceType.Instances"); in testClassLoader003() 103 checkReplyPacket(classLoaderReply, thisCommandName, JDWPConstants.Error.INVALID_CLASS); in testClassLoader003() 129 checkReplyPacket(classLoaderReply, thisCommandName); in classLoaderTest() 163 checkReplyPacket(refTypeReply, "ObjectReference.ReferenceType"); in isClassLoader() 180 checkReplyPacket(superclassReply, "ClassType.Superclass"); in isClassLoader()
|
D | ClassObjectTest.java | 83 checkReplyPacket(checkedReply, thisCommandName); in testClassObject001() 97 checkReplyPacket(referenceTypeReply, "ObjectReference::ReferenceType command"); in testClassObject001() 115 checkReplyPacket(signatureReply, "ReferenceType::Signature command"); in testClassObject001() 134 checkReplyPacket(classLoaderReply, "ReferenceType::ClassLoader command"); in testClassObject001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | CombinedEventsTest.java | 123 checkReplyPacket(reply, "Set METHOD_ENTRY event"); in testCombinedEvents_01() 145 checkReplyPacket(setRequestReply, "EventRequest::Set command"); in testCombinedEvents_01() 167 checkReplyPacket(clearReply, "EventRequest::Clear"); in testCombinedEvents_01() 173 checkReplyPacket(clearReply, "EventRequest::Clear"); in testCombinedEvents_01() 258 checkReplyPacket(reply, "EventRequest::Set command"); in testCombinedEvents_02() 280 checkReplyPacket(setRequestReply, "EventRequest::Set command"); in testCombinedEvents_02() 303 checkReplyPacket(clearReply, "EventRequest::Clear"); in testCombinedEvents_02() 310 checkReplyPacket(clearReply, "EventRequest::Clear"); in testCombinedEvents_02() 372 checkReplyPacket(reply, "Set METHOD_ENTRY event"); in testCombinedEvents_03() 394 checkReplyPacket(setRequestReply, "EventRequest::Set command"); in testCombinedEvents_03() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | IsCollectedTest.java | 95 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command"); in testIsCollected001() 141 checkReplyPacket(disableCollectionReply, in testIsCollected001() 163 checkReplyPacket(checkedReply, thisCommandName); in testIsCollected001() 206 checkReplyPacket(checkedReply, thisCommandName); in testIsCollected001() 265 checkReplyPacket(reply, thisCommandName); in testIsCollected_invalid() 288 checkReplyPacket(reply, thisCommandName, JDWPConstants.Error.INVALID_OBJECT); in testIsCollected_null()
|
D | MonitorInfoTest.java | 89 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command"); in testMonitorInfo001() 114 checkReplyPacket(suspendReply, "VirtualMachine::Suspend command"); in testMonitorInfo001() 137 checkReplyPacket(checkedReply, thisCommandName); in testMonitorInfo001() 196 checkReplyPacket(suspendReply, "VirtualMachine::Suspend command"); in testMonitorInfo001() 208 checkReplyPacket(checkedReply, thisCommandName); in testMonitorInfo001()
|
D | EnableCollectionTest.java | 90 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command"); in testEnableCollection001() 117 checkReplyPacket(disableCollectionReply, "ObjectReference::DisableCollection command"); in testEnableCollection001() 129 checkReplyPacket(checkedReply, thisCommandName); in testEnableCollection001() 192 checkReplyPacket(reply, thisCommandName, expectedErrorCode); in enableCollection()
|
D | InvokeMethodTest.java | 72 checkReplyPacket(reply, "EventRequest::Set command"); in setEventRequest() 115 checkReplyPacket(reply, "EventRequest::Clear command"); in clearEvent() 137 checkReplyPacket(reply, "ClassType::NewInstance command"); in makeNewInstance() 214 checkReplyPacket(reply, "ObjectReference::InvokeMethod command"); in testInvokeMethod001() 248 checkReplyPacket(reply, "ObjectReference::InvokeMethod command"); in testInvokeMethod001() 330 checkReplyPacket(reply, "ObjectReference::InvokeMethod command"); in testInvokeMethod002() 365 checkReplyPacket(reply, "ObjectReference::InvokeMethod command"); in testInvokeMethod002()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/ |
D | AbstractReflectedTypeTestCase.java | 53 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/ |
D | ParentTest.java | 73 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/ |
D | NewInstanceTest.java | 77 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/ |
D | CurrentContendedMonitorTest.java | 78 checkReplyPacket(reply, "ThreadReference::CurrentContendedMonitor command"); in testCurrentContendedMonitor001() 91 checkReplyPacket(replyObj, "ObjectReference::MonitorInfo command"); in testCurrentContendedMonitor001() 120 checkReplyPacket(reply, "ThreadReference::Interrupt command"); in testCurrentContendedMonitor001()
|