/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | GetValuesTest.java | 70 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
|
D | SetValuesTest.java | 71 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/ |
D | BreakpointOnCatchTest.java | 100 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(exceptionSig, true, false); in requestExceptionCaughtEvent() local 107 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setBreakpoint(location); in requestBreakpointEvent() local
|
D | SingleStepWithPendingExceptionTest.java | 123 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException( in setCatchException() local 131 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setStep(new String[0], threadId, in setSingleStepOut() local
|
D | EventWithExceptionTest.java | 421 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()
|
D | ExceptionUncaughtTest.java | 191 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(EXCEPTION_SIGNATURE, in requestAndReceiveExceptionEvent() local
|
D | EventLocationEventTestCase.java | 98 ReplyPacket replyPacket = getLineTable(typeId, methodId); in requestEventForAllLocations() local
|
D | CombinedExceptionEventsTest.java | 177 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException( in requestException() local
|
D | ExceptionCaughtTest.java | 279 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(exceptionSignature, in requestAndReceiveExceptionEvent() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/ |
D | DeoptimizationWithExceptionHandlingTest.java | 121 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/ |
D | InvokeMethodWithSuspensionTest.java | 41 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.getThreadFrames(threadId, 0, 1); in buildInvokeCommand() local
|
D | InvokeMethodAfterMultipleThreadSuspensionTest.java | 43 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/ |
D | PacketDispatcher.java | 226 public void notifyThread(ReplyPacket replyPacket) throws IOException, in notifyThread() 527 ReplyPacket replyPacket = new ReplyPacket(packet); in run() local
|
D | VmMirror.java | 332 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/ |
D | JDWPTestCase.java | 615 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.performCommand(commandPacket); in checkThreadState() local
|