/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | InvokeMethodTest.java | 119 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod001() 120 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod001() 122 packet.setNextValueAsByte((byte) 5); in testInvokeMethod001() 158 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod001() 270 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod002() 271 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod002() 273 packet.setNextValueAsByte((byte) 5); in testInvokeMethod002() 313 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod002() 407 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod003() 408 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod003() [all …]
|
D | InvokeMethod003Test.java | 61 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod_null_argument() 62 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod_null_argument() 64 packet.setNextValueAsByte((byte) 4); // class-only modifier. in testInvokeMethod_null_argument() 100 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod_null_argument()
|
D | NewInstanceTest.java | 115 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance001() 116 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance001() 118 packet.setNextValueAsByte((byte) 5); in testNewInstance001() 157 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance001() 326 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance002() 327 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance002() 329 packet.setNextValueAsByte((byte) 5); in testNewInstance002() 368 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance002()
|
D | NewInstance002Test.java | 62 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance_null_argument() 63 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance_null_argument() 65 packet.setNextValueAsByte((byte) 4); // class-only modifier. in testNewInstance_null_argument() 101 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testNewInstance_null_argument()
|
D | InvokeMethod002Test.java | 113 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod() 114 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod() 116 packet.setNextValueAsByte((byte) 5); in testInvokeMethod() 154 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | CombinedEventsTest.java | 133 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents_01() 134 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_01() 136 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_01() 140 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_01() 268 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents_02() 269 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_02() 271 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_02() 275 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_02() 382 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents_03() 383 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_03() [all …]
|
D | SingleStepWithLocationTest.java | 105 setRequestCommand.setNextValueAsByte( in testSingleStepToLocation() 107 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testSingleStepToLocation() 109 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testSingleStepToLocation() 113 setRequestCommand.setNextValueAsByte(EventMod.ModKind.LocationOnly); in testSingleStepToLocation()
|
D | SingleStepThroughReflectionTest.java | 93 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testSingleStepIntoThroughReflection() 94 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testSingleStepIntoThroughReflection() 96 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testSingleStepIntoThroughReflection() 100 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testSingleStepIntoThroughReflection()
|
D | SingleStepTest.java | 134 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in stepFunction() 135 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction() 137 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()
|
D | CombinedEvents003Test.java | 134 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents003_01() 135 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents003_01() 137 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents003_01() 141 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents003_01()
|
D | VMDeath002Test.java | 84 setRequestCommand.setNextValueAsByte(JDWPConstants.EventKind.VM_DEATH); in testVMDeathRequest() 85 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testVMDeathRequest()
|
D | Breakpoint003Test.java | 104 packet.setNextValueAsByte(tag); in test()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | InvokeMethod003Test.java | 63 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod_toString() 64 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod_toString() 66 packet.setNextValueAsByte((byte) 4); // class-only modifier. in testInvokeMethod_toString() 102 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod_toString()
|
D | InvokeMethod002Test.java | 61 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod_null_argument() 62 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod_null_argument() 64 packet.setNextValueAsByte((byte) 4); // class-only modifier. in testInvokeMethod_null_argument() 100 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod_null_argument()
|
D | InvokeMethodDefaultTest.java | 59 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod() 60 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod() 62 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethod()
|
D | InvokeMethodDefault002Test.java | 60 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethod() 61 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod() 63 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethod()
|
D | InvokeMethodTest.java | 64 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in setEventRequest() 65 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in setEventRequest() 67 packet.setNextValueAsByte((byte) 5); in setEventRequest() 111 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in clearEvent()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
D | SingleStepTest.java | 99 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in stepFunction() 100 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction() 102 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()
|
D | VMDeathTest.java | 74 setRequestCommand.setNextValueAsByte(JDWPConstants.EventKind.VM_DEATH); in testVMDeathRequest() 75 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testVMDeathRequest()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/ |
D | InvokeMethodTest.java | 56 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY); in testInvokeMethodStatic() 57 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethodStatic() 59 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethodStatic()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | Packet.java | 227 public void setNextValueAsByte(byte val) { in setNextValueAsByte() method in Packet 801 this.setNextValueAsByte(taggedObject.tag); in setNextValueAsTaggedObject() 971 this.setNextValueAsByte(location.tag); in setNextValueAsLocation() 1003 this.setNextValueAsByte(value.getTag()); in setNextValueAsValue() 1034 this.setNextValueAsByte(value.getByteValue()); in setNextValueAsUntaggedValue() 1124 this.setNextValueAsByte(array.getTag()); in setNextValueAsArrayRegion() 1134 this.setNextValueAsByte(array.getValue(i).getByteValue()); in setNextValueAsArrayRegion()
|
D | VmMirror.java | 278 commandPacket.setNextValueAsByte(JDWPConstants.EventKind.BREAKPOINT); in clearBreakpoint() 1178 commandPacket.setNextValueAsByte(event.eventKind); in setEvent() 1180 commandPacket.setNextValueAsByte(event.suspendPolicy); in setEvent() 1187 commandPacket.setNextValueAsByte(eventModifier.modKind); in setEvent() 1584 commandPacket.setNextValueAsByte(eventKind); in clearEvent() 1949 command.setNextValueAsByte(var.getTag()); in getFrameValues()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | GetValuesTest.java | 157 packet.setNextValueAsByte(JDWPConstants.Tag.OBJECT_TAG); in testGetValues005_InvalidSlotError() 209 packet.setNextValueAsByte(tag); in examineGetValues()
|
D | SetValuesTest.java | 160 packet.setNextValueAsByte(JDWPConstants.Tag.OBJECT_TAG); in testSetValues005_InvalidSlotError() 231 packet.setNextValueAsByte(tag); in examineGetValues()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | RedefineClassesTest.java | 237 checkedCommand.setNextValueAsByte((byte)currentByte); in testRedefineClasses001()
|