Home
last modified time | relevance | path

Searched refs:setNextValueAsInt (Results 1 – 25 of 75) sorted by relevance

123

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodTest.java65 packet.setNextValueAsInt(1); in setEventRequest()
111 packet.setNextValueAsInt(requestID); in clearEvent()
127 packet.setNextValueAsInt(1); // number of parameters in makeNewInstance()
131 packet.setNextValueAsInt(0); // number of parameters in makeNewInstance()
133 packet.setNextValueAsInt(0); in makeNewInstance()
208 packet.setNextValueAsInt(1); in testInvokeMethod001()
210 packet.setNextValueAsInt(0); in testInvokeMethod001()
242 packet.setNextValueAsInt(1); in testInvokeMethod001()
244 packet.setNextValueAsInt(0); in testInvokeMethod001()
323 packet.setNextValueAsInt(1); in testInvokeMethod002()
[all …]
DSetValuesTest.java89 getValuesCommand.setNextValueAsInt(1); in testSetValues001()
116 checkedCommand.setNextValueAsInt(checkedFieldsNumber-1); in testSetValues001()
122 checkedCommand.setNextValueAsInt(1111); in testSetValues001()
131 checkedCommand.setNextValueAsInt(5555); in testSetValues001()
134 checkedCommand.setNextValueAsInt(7777); in testSetValues001()
137 checkedCommand.setNextValueAsInt(6666); in testSetValues001()
DInvokeMethod002Test.java62 packet.setNextValueAsInt(1); in testInvokeMethod_null_argument()
100 packet.setNextValueAsInt(requestID); in testInvokeMethod_null_argument()
114 packet.setNextValueAsInt(1); // looking for one field. in testInvokeMethod_null_argument()
145 packet.setNextValueAsInt(1); in testInvokeMethod_null_argument()
147 packet.setNextValueAsInt(0); in testInvokeMethod_null_argument()
DInvokeMethod003Test.java64 packet.setNextValueAsInt(1); in testInvokeMethod_toString()
102 packet.setNextValueAsInt(requestID); in testInvokeMethod_toString()
116 packet.setNextValueAsInt(1); // looking for one field. in testInvokeMethod_toString()
150 packet.setNextValueAsInt(0); // no arguments. in testInvokeMethod_toString()
151 packet.setNextValueAsInt(0); // invoke options. in testInvokeMethod_toString()
DReferringObjectsTest.java122 InstancesCommand.setNextValueAsInt(1); in DoTestReferringObjects()
139 ReferringObjectsCommand.setNextValueAsInt(maxReferrers); in DoTestReferringObjects()
199 InstancesCommand.setNextValueAsInt(1); in testReferringObjects_IllegalArgument()
216 ReferringObjectsCommand.setNextValueAsInt(maxReferrers); in testReferringObjects_IllegalArgument()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DSetValuesTest.java70 packet.setNextValueAsInt(0); in testSetValues002_InvalidObjectError()
90 packet.setNextValueAsInt(0); in testSetValues003_ThreadNotSuspendedError()
115 packet.setNextValueAsInt(0); in testSetValues004_InvalidFrameIDError()
158 packet.setNextValueAsInt(1); in testSetValues005_InvalidSlotError()
159 packet.setNextValueAsInt(invalidSlotId); in testSetValues005_InvalidSlotError()
204 packet.setNextValueAsInt(varTags.length-2); in examineGetValues()
205 packet.setNextValueAsInt(varInfoByName("boolLocalVariable").getSlot()); in examineGetValues()
207 packet.setNextValueAsInt(varInfoByName("intLocalVariable").getSlot()); in examineGetValues()
224 packet.setNextValueAsInt(varTags.length); in examineGetValues()
228 packet.setNextValueAsInt(varInfos[i].getSlot()); in examineGetValues()
DGetValuesTest.java69 packet.setNextValueAsInt(0); in testGetValues002_InvalidObjectError()
89 packet.setNextValueAsInt(0); in testGetValues003_ThreadNotSuspendedError()
114 packet.setNextValueAsInt(0); in testGetValues004_InvalidFrameIDError()
155 packet.setNextValueAsInt(1); in testGetValues005_InvalidSlotError()
156 packet.setNextValueAsInt(invalidSlotId); in testGetValues005_InvalidSlotError()
202 packet.setNextValueAsInt(varTags.length); in examineGetValues()
206 packet.setNextValueAsInt(varInfos[i].getSlot()); in examineGetValues()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java120 packet.setNextValueAsInt(1); in testInvokeMethod001()
158 packet.setNextValueAsInt(requestID); in testInvokeMethod001()
170 packet.setNextValueAsInt(1); in testInvokeMethod001()
172 packet.setNextValueAsInt(0); in testInvokeMethod001()
200 packet.setNextValueAsInt(1); in testInvokeMethod001()
202 packet.setNextValueAsInt(0); in testInvokeMethod001()
271 packet.setNextValueAsInt(1); in testInvokeMethod002()
313 packet.setNextValueAsInt(requestID); in testInvokeMethod002()
335 packet.setNextValueAsInt(1); in testInvokeMethod002()
337 packet.setNextValueAsInt(0); in testInvokeMethod002()
[all …]
DNewInstanceTest.java116 packet.setNextValueAsInt(1); in testNewInstance001()
157 packet.setNextValueAsInt(requestID); in testNewInstance001()
169 packet.setNextValueAsInt(1); in testNewInstance001()
171 packet.setNextValueAsInt(0); in testNewInstance001()
220 packet.setNextValueAsInt(1); in testNewInstance001()
222 packet.setNextValueAsInt(0); in testNewInstance001()
327 packet.setNextValueAsInt(1); in testNewInstance002()
368 packet.setNextValueAsInt(requestID); in testNewInstance002()
380 packet.setNextValueAsInt(0); // Providing of 'this' arg missed! in testNewInstance002()
381 packet.setNextValueAsInt(0); // This int value will be interpreted as in testNewInstance002()
DInvokeMethod003Test.java62 packet.setNextValueAsInt(1); in testInvokeMethod_null_argument()
100 packet.setNextValueAsInt(requestID); in testInvokeMethod_null_argument()
117 packet.setNextValueAsInt(1); in testInvokeMethod_null_argument()
119 packet.setNextValueAsInt(0); in testInvokeMethod_null_argument()
DNewInstance002Test.java63 packet.setNextValueAsInt(1); in testNewInstance_null_argument()
101 packet.setNextValueAsInt(requestID); in testNewInstance_null_argument()
123 packet.setNextValueAsInt(1); in testNewInstance_null_argument()
125 packet.setNextValueAsInt(0); in testNewInstance_null_argument()
DInvokeMethod002Test.java114 packet.setNextValueAsInt(1); in testInvokeMethod()
154 packet.setNextValueAsInt(requestID); in testInvokeMethod()
221 packet.setNextValueAsInt(fieldIDs.length); in testInvokeMethod()
242 packet.setNextValueAsInt(fieldValues.length); in testInvokeMethod()
246 packet.setNextValueAsInt(0); in testInvokeMethod()
DInvokeMethodAfterMultipleThreadSuspensionTest.java48 command.setNextValueAsInt(0); in buildInvokeCommand()
49 command.setNextValueAsInt(invoke_options); in buildInvokeCommand()
DNewInstanceWithSuspensionTest.java45 command.setNextValueAsInt(0); in buildInvokeCommand()
46 command.setNextValueAsInt(invoke_options); in buildInvokeCommand()
DInvokeMethodWithSuspensionTest.java46 command.setNextValueAsInt(0); in buildInvokeCommand()
47 command.setNextValueAsInt(invoke_options); in buildInvokeCommand()
DNewInstanceAfterMultipleThreadSuspensionTest.java47 command.setNextValueAsInt(0); in buildInvokeCommand()
48 command.setNextValueAsInt(invoke_options); in buildInvokeCommand()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
DSetValuesTest.java104 packet.setNextValueAsInt(1); in checkArrayValues()
126 packet.setNextValueAsInt(firstIndex); in checkArrayRegion()
127 packet.setNextValueAsInt(length); in checkArrayRegion()
140 packet.setNextValueAsInt(firstIndex); in checkArrayRegion()
141 packet.setNextValueAsInt(length); in checkArrayRegion()
DSetValues002Test.java98 getValuesCommand.setNextValueAsInt(1); in testSetValues002()
129 checkedCommand.setNextValueAsInt(0); // first index in testSetValues002()
130 checkedCommand.setNextValueAsInt(1); // elements' number in testSetValues002()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DDisposeObjectsTest.java77 packet.setNextValueAsInt(1); in testDisposeObjects001()
79 packet.setNextValueAsInt(0); in testDisposeObjects001()
104 packet.setNextValueAsInt(1); in testDisposeObjects001()
106 packet.setNextValueAsInt(1); in testDisposeObjects001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java339 commandPacket.setNextValueAsInt(requestID); in clearBreakpoint()
611 commandPacket.setNextValueAsInt(exitCode); in exit()
1355 commandPacket.setNextValueAsInt(event.modifiers); in setEvent()
1364 commandPacket.setNextValueAsInt(event.mods[i].count); in setEvent()
1369 commandPacket.setNextValueAsInt(event.mods[i].exprID); in setEvent()
1415 commandPacket.setNextValueAsInt(event.mods[i].size); in setEvent()
1416 commandPacket.setNextValueAsInt(event.mods[i].depth); in setEvent()
1922 commandPacket.setNextValueAsInt(requestID); in clearEvent()
2214 command.setNextValueAsInt(startIndex); // start frame's index in getThreadFrames()
2215 command.setNextValueAsInt(length); // get all remaining frames; in getThreadFrames()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTest.java134 setRequestCommand.setNextValueAsInt(2); in testCombinedEvents_01()
137 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN); in testCombinedEvents_01()
138 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_01()
269 setRequestCommand.setNextValueAsInt(2); in testCombinedEvents_02()
272 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN); in testCombinedEvents_02()
273 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_02()
383 setRequestCommand.setNextValueAsInt(2); in testCombinedEvents_03()
386 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN); in testCombinedEvents_03()
387 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_03()
510 setRequestCommand.setNextValueAsInt(2); in testCombinedEvents_04()
[all …]
DSingleStepTest.java135 setRequestCommand.setNextValueAsInt(1); in stepFunction()
138 setRequestCommand.setNextValueAsInt(StepSize); in stepFunction()
139 setRequestCommand.setNextValueAsInt(StepDepth); in stepFunction()
DSingleStepWithLocationTest.java107 setRequestCommand.setNextValueAsInt(2); in testSingleStepToLocation()
110 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.LINE); in testSingleStepToLocation()
111 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.OVER); in testSingleStepToLocation()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DSingleStepTest.java101 setRequestCommand.setNextValueAsInt(1); in stepFunction()
104 setRequestCommand.setNextValueAsInt(StepSize); in stepFunction()
105 setRequestCommand.setNextValueAsInt(StepDepth); in stepFunction()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java61 packet.setNextValueAsInt(1); // number of modifiers. in testInvokeMethodStatic()
114 packet.setNextValueAsInt(1); // number of arguments in testInvokeMethodStatic()
116 packet.setNextValueAsInt(0); // invoke options in testInvokeMethodStatic()

123