Home
last modified time | relevance | path

Searched refs:getNextValueAsInt (Results 1 – 25 of 134) sorted by relevance

123456

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DIDSizesTest.java59 int fieldIDSize = reply.getNextValueAsInt(); in testIDSizes001()
60 int methodIDSize = reply.getNextValueAsInt(); in testIDSizes001()
61 int objectIDSize = reply.getNextValueAsInt(); in testIDSizes001()
62 int referenceTypeIDSize = reply.getNextValueAsInt(); in testIDSizes001()
63 int frameIDSize = reply.getNextValueAsInt(); in testIDSizes001()
DAllThreadsTest.java73 int threads = reply.getNextValueAsInt(); in testAllThreads003()
90 threadStatus = replyName.getNextValueAsInt(); in testAllThreads003()
91 suspendStatus = replyName.getNextValueAsInt(); in testAllThreads003()
132 int threads = reply.getNextValueAsInt(); in testAllThreads002()
150 threadStatus = replyName.getNextValueAsInt(); in testAllThreads002()
151 suspendStatus = replyName.getNextValueAsInt(); in testAllThreads002()
203 int threads = reply.getNextValueAsInt(); in testAllThreads001()
DResume002Test.java84 int requestID = breakpointReply.getNextValueAsInt(); in installBreakpoint()
109 reply.getNextValueAsInt(); // 'threadStatus' unused in checkThreadSuspendStatus()
110 int suspendStatus = reply.getNextValueAsInt(); in checkThreadSuspendStatus()
128 int suspendCount = reply.getNextValueAsInt(); in checkThreadSuspendCount()
DSuspendTest.java71 int threads = reply.getNextValueAsInt(); in testSuspend001()
88 threadStatus = replyName.getNextValueAsInt(); in testSuspend001()
89 suspendStatus = replyName.getNextValueAsInt(); in testSuspend001()
DAllClassesTest.java71 int classes = reply.getNextValueAsInt(); in testAllClasses002()
80 status = reply.getNextValueAsInt(); in testAllClasses002()
147 int classes = reply.getNextValueAsInt(); in testAllClasses001()
170 status = reply.getNextValueAsInt(); in testAllClasses001()
DAllClassesWithGenericTest.java72 int classes = reply.getNextValueAsInt(); in testAllClassesWithGeneric002()
82 status = reply.getNextValueAsInt(); in testAllClassesWithGeneric002()
152 int classes = reply.getNextValueAsInt(); in testAllClassesWithGeneric001()
177 status = reply.getNextValueAsInt(); in testAllClassesWithGeneric001()
DTopLevelThreadGroupsTest.java65 int groups = reply.getNextValueAsInt(); in testTopLevelThreadGroups001()
101 int childThreads = replyChilds.getNextValueAsInt(); in printThreadGroup()
119 int childGroups = replyChilds.getNextValueAsInt(); in printThreadGroup()
DVersionTest.java65 int jdwpMajor = reply.getNextValueAsInt(); in testVersion001()
66 int jdwpMinor = reply.getNextValueAsInt(); in testVersion001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DResumeTest.java96 int threads = allThreadIDReply.getNextValueAsInt(); in testResume001()
196 int threadStatus = reply.getNextValueAsInt(); in testResume001()
197 int suspendStatus = reply.getNextValueAsInt(); in testResume001()
236 threadStatus = reply.getNextValueAsInt(); in testResume001()
237 suspendStatus = reply.getNextValueAsInt(); in testResume001()
316 int threadStatus = reply.getNextValueAsInt(); in testResume001()
317 int suspendStatus = reply.getNextValueAsInt(); in testResume001()
357 threadStatus = reply.getNextValueAsInt(); in testResume001()
358 suspendStatus = reply.getNextValueAsInt(); in testResume001()
404 threadStatus = reply.getNextValueAsInt(); in testResume001()
[all …]
DSuspendCountTest.java100 int threads = allThreadIDReply.getNextValueAsInt(); in testSuspendCount001()
145 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001()
182 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001()
210 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001()
251 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001()
331 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001()
361 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001()
DStatusTest.java76 int threadStatus = reply.getNextValueAsInt(); in testStatus002()
77 int suspendStatus = reply.getNextValueAsInt(); in testStatus002()
133 int threadStatus = reply.getNextValueAsInt(); in testStatus001()
134 int suspendStatus = reply.getNextValueAsInt(); in testStatus001()
DOwnedMonitorsStackDepthInfoTest.java48 return reply.getNextValueAsInt(); in jdwpGetFrameCount()
100 int actualMonitorCount = stackDepthReply.getNextValueAsInt(); in testOwnedMonitorsStackDepthInfo()
111 int actualStackDepth = stackDepthReply.getNextValueAsInt(); in testOwnedMonitorsStackDepthInfo()
DSuspendTest.java91 int threads = allThreadIDReply.getNextValueAsInt(); in testSuspend001()
146 int threadStatus = reply.getNextValueAsInt(); in testSuspend001()
147 int suspendStatus = reply.getNextValueAsInt(); in testSuspend001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java195 lineTableReply.getNextValueAsInt(); in setBreakpointAtMethodBegin()
206 return reply.getNextValueAsInt(); in setBreakpointAtMethodBegin()
225 event.getNextValueAsInt(); in waitForBreakpoint()
589 .getNextValueAsInt()); in adjustTypeLength()
593 .getNextValueAsInt()); in adjustTypeLength()
597 .getNextValueAsInt()); in adjustTypeLength()
601 .getNextValueAsInt()); in adjustTypeLength()
605 .getNextValueAsInt()); in adjustTypeLength()
645 classes = classReference.getNextValueAsInt(); in getTypeID()
650 classReference.getNextValueAsInt(); in getTypeID()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DNewInstanceTest.java74 int classes = reply.getNextValueAsInt(); in testNewInstance001()
78 int status = reply.getNextValueAsInt(); in testNewInstance001()
104 int requestID = reply.getNextValueAsInt(); in testNewInstance001()
114 int events = event.getNextValueAsInt(); in testNewInstance001()
119 int newRequestID = event.getNextValueAsInt(); in testNewInstance001()
263 int classes = reply.getNextValueAsInt(); in testNewInstance002()
268 int status = reply.getNextValueAsInt(); in testNewInstance002()
295 int requestID = reply.getNextValueAsInt(); in testNewInstance002()
305 int events = event.getNextValueAsInt(); in testNewInstance002()
310 int newRequestID = event.getNextValueAsInt(); in testNewInstance002()
DInvokeMethodTest.java76 int classes = reply.getNextValueAsInt(); in testInvokeMethod001()
81 int status = reply.getNextValueAsInt(); in testInvokeMethod001()
107 int requestID = reply.getNextValueAsInt(); in testInvokeMethod001()
116 int events = event.getNextValueAsInt(); in testInvokeMethod001()
120 int newRequestID = event.getNextValueAsInt(); in testInvokeMethod001()
259 int requestID = reply.getNextValueAsInt(); in testInvokeMethod002()
270 int events = event.getNextValueAsInt(); in testInvokeMethod002()
275 int newRequestID = event.getNextValueAsInt(); in testInvokeMethod002()
397 int requestID = reply.getNextValueAsInt(); in testInvokeMethod003()
408 int events = event.getNextValueAsInt(); in testInvokeMethod003()
[all …]
DInvokeMethod002Test.java70 int classes = reply.getNextValueAsInt(); in testInvokeMethod()
75 int status = reply.getNextValueAsInt(); in testInvokeMethod()
102 int requestID = reply.getNextValueAsInt(); in testInvokeMethod()
111 int events = event.getNextValueAsInt(); in testInvokeMethod()
116 int newRequestID = event.getNextValueAsInt(); in testInvokeMethod()
199 int valuesCount = reply.getNextValueAsInt(); in testInvokeMethod()
DInvokeMethod003Test.java68 int requestID = reply.getNextValueAsInt(); in testInvokeMethod_null_argument()
77 int events = event.getNextValueAsInt(); in testInvokeMethod_null_argument()
81 int newRequestID = event.getNextValueAsInt(); in testInvokeMethod_null_argument()
DNewInstance002Test.java69 int requestID = reply.getNextValueAsInt(); in testNewInstance_null_argument()
78 int events = event.getNextValueAsInt(); in testNewInstance_null_argument()
82 int newRequestID = event.getNextValueAsInt(); in testNewInstance_null_argument()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DMonitorInfoTest.java90 int returnedValuesNumber = getValuesReply.getNextValueAsInt(); in testMonitorInfo001()
152 int monitorEntryCount = checkedReply.getNextValueAsInt(); in testMonitorInfo001()
164 int monitorWaiters = checkedReply.getNextValueAsInt(); in testMonitorInfo001()
220 monitorEntryCount = checkedReply.getNextValueAsInt(); in testMonitorInfo001()
233 monitorWaiters = checkedReply.getNextValueAsInt(); in testMonitorInfo001()
DInvokeMethod002Test.java68 int requestID = reply.getNextValueAsInt(); in testInvokeMethod_null_argument()
77 int events = event.getNextValueAsInt(); in testInvokeMethod_null_argument()
81 int newRequestID = event.getNextValueAsInt(); in testInvokeMethod_null_argument()
118 int valuesCount = reply.getNextValueAsInt(); // number of field values. in testInvokeMethod_null_argument()
DInvokeMethod003Test.java70 int requestID = reply.getNextValueAsInt(); in testInvokeMethod_toString()
79 int events = event.getNextValueAsInt(); in testInvokeMethod_toString()
83 int newRequestID = event.getNextValueAsInt(); in testInvokeMethod_toString()
120 int valuesCount = reply.getNextValueAsInt(); // number of field values. in testInvokeMethod_toString()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTest.java114 int breakpointRequestID = reply.getNextValueAsInt(); in testCombinedEvents_01()
122 int methodEntryRequestID = reply.getNextValueAsInt(); in testCombinedEvents_01()
144 int stepRequestID = setRequestReply.getNextValueAsInt(); in testCombinedEvents_01()
249 int breakpointRequestID = reply.getNextValueAsInt(); in testCombinedEvents_02()
257 int methodExitRequestID = reply.getNextValueAsInt(); in testCombinedEvents_02()
279 int stepRequestID = setRequestReply.getNextValueAsInt(); in testCombinedEvents_02()
371 int methodEntryRequestID = reply.getNextValueAsInt(); in testCombinedEvents_03()
393 int stepRequestID = setRequestReply.getNextValueAsInt(); in testCombinedEvents_03()
498 int methodExitRequestID = reply.getNextValueAsInt(); in testCombinedEvents_04()
520 int stepRequestID = setRequestReply.getNextValueAsInt(); in testCombinedEvents_04()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
DNewInstanceTest.java79 int classes = reply.getNextValueAsInt(); in testNewInstance001()
87 int status = reply.getNextValueAsInt(); in testNewInstance001()
128 int arrayLength = reply.getNextValueAsInt(); in testNewInstance001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DLineTableTest.java64 int lines = reply.getNextValueAsInt(); in testLineTableTest001()
70 int lineNumber = reply.getNextValueAsInt(); in testLineTableTest001()

123456