Home
last modified time | relevance | path

Searched refs:setNextValueAsByte (Results 1 – 25 of 28) sorted by relevance

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java119 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 …]
DInvokeMethod003Test.java61 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()
DNewInstanceTest.java115 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()
DNewInstance002Test.java62 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()
DInvokeMethod002Test.java113 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/
DCombinedEventsTest.java133 .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 …]
DSingleStepWithLocationTest.java105 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()
DSingleStepThroughReflectionTest.java93 .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()
DSingleStepTest.java134 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in stepFunction()
135 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction()
137 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()
DCombinedEvents003Test.java134 .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()
DVMDeath002Test.java84 setRequestCommand.setNextValueAsByte(JDWPConstants.EventKind.VM_DEATH); in testVMDeathRequest()
85 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testVMDeathRequest()
DBreakpoint003Test.java104 packet.setNextValueAsByte(tag); in test()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethod003Test.java63 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()
DInvokeMethod002Test.java61 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()
DInvokeMethodDefaultTest.java59 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()
DInvokeMethodDefault002Test.java60 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()
DInvokeMethodTest.java64 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/
DSingleStepTest.java99 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in stepFunction()
100 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction()
102 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()
DVMDeathTest.java74 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/
DInvokeMethodTest.java56 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/
DPacket.java227 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()
DVmMirror.java278 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/
DGetValuesTest.java157 packet.setNextValueAsByte(JDWPConstants.Tag.OBJECT_TAG); in testGetValues005_InvalidSlotError()
209 packet.setNextValueAsByte(tag); in examineGetValues()
DSetValuesTest.java160 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/
DRedefineClassesTest.java237 checkedCommand.setNextValueAsByte((byte)currentByte); in testRedefineClasses001()

12