Home
last modified time | relevance | path

Searched defs:replyPacket (Results 1 – 15 of 15) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DGetValuesTest.java70 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testGetValues002_InvalidObjectError() local
90 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testGetValues003_ThreadNotSuspendedError() local
115 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testGetValues004_InvalidFrameIDError() local
158 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testGetValues005_InvalidSlotError() local
DSetValuesTest.java71 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testSetValues002_InvalidObjectError() local
91 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testSetValues003_ThreadNotSuspendedError() local
116 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testSetValues004_InvalidFrameIDError() local
162 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(packet); in testSetValues005_InvalidSlotError() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DBreakpointOnCatchTest.java100 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(exceptionSig, true, false); in requestExceptionCaughtEvent() local
107 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setBreakpoint(location); in requestBreakpointEvent() local
DSingleStepWithPendingExceptionTest.java123 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException( in setCatchException() local
131 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setStep(new String[0], threadId, in setSingleStepOut() local
DEventWithExceptionTest.java421 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setStep(eventThreadId, in setSingleStep() local
441 ReplyPacket replyPacket = null; in setFieldWatchpoint() local
458 ReplyPacket replyPacket = null; in setMethodExit() local
471 private int readRequestId(ReplyPacket replyPacket) { in readRequestId()
DExceptionUncaughtTest.java191 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(EXCEPTION_SIGNATURE, in requestAndReceiveExceptionEvent() local
DEventLocationEventTestCase.java98 ReplyPacket replyPacket = getLineTable(typeId, methodId); in requestEventForAllLocations() local
DCombinedExceptionEventsTest.java177 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException( in requestException() local
DExceptionCaughtTest.java279 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(exceptionSignature, in requestAndReceiveExceptionEvent() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/
DDeoptimizationWithExceptionHandlingTest.java121 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setMethodEntry(getDebuggeeClassName()); in installMethodEntry() local
128 ReplyPacket replyPacket = in requestExceptionEvent() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodWithSuspensionTest.java41 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.getThreadFrames(threadId, 0, 1); in buildInvokeCommand() local
DInvokeMethodAfterMultipleThreadSuspensionTest.java43 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.getThreadFrames(threadId, 0, 1); in buildInvokeCommand() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacketDispatcher.java226 public void notifyThread(ReplyPacket replyPacket) throws IOException, in notifyThread()
527 ReplyPacket replyPacket = new ReplyPacket(packet); in run() local
DVmMirror.java332 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in capabilities() local
573 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in adjustTypeLength() local
718 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in getClassSignature() local
735 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in getThreadName() local
751 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in getThreadStatus() local
767 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in getThreadSuspendCount() local
785 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in getThreadGroupName() local
1605 ReplyPacket replyPacket = null; in performCommand() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java615 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(commandPacket); in checkThreadState() local