Home
last modified time | relevance | path

Searched refs:objectID (Results 1 – 25 of 54) sorted by relevance

123

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DTaggedObject.java35 public long objectID; field in TaggedObject
42 objectID = 0; in TaggedObject()
48 public TaggedObject(byte tag, long objectID) { in TaggedObject() argument
50 this.objectID = objectID; in TaggedObject()
DVmMirror.java1989 public final long getReferenceType(long objectID) { in getReferenceType() argument
1993 command.setNextValueAsObjectID(objectID); in getReferenceType()
2053 public final Value[] getObjectReferenceValues(long objectID, long[] fieldIDs) { in getObjectReferenceValues() argument
2062 command.setNextValueAsReferenceTypeID(objectID); in getObjectReferenceValues()
2143 return taggedObject.objectID; in getThisObject()
2241 public final String getStringValue(long objectID) { in getStringValue() argument
2245 command.setNextValueAsObjectID(objectID); in getStringValue()
2257 public Value[] getArrayValues(long objectID) { in getArrayValues() argument
2261 command.setNextValueAsArrayID(objectID); in getArrayValues()
2272 command.setNextValueAsArrayID(objectID); in getArrayValues()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodTest.java142 + newObject.tag + " newObject.objectID=" + newObject.objectID); in makeNewInstance()
146 + exception.tag + " exception.objectID=" + exception.objectID); in makeNewInstance()
149 assertTrue("newObject.objectID must be != 0", newObject.objectID != 0); in makeNewInstance()
155 assertTrue("exception.objectID must be == 0", exception.objectID == 0); in makeNewInstance()
206 packet.setNextValueAsObjectID(newObject.objectID); in testInvokeMethod001()
223 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod001()
229 assertTrue("exception.objectID must be == 0", exception.objectID == 0); in testInvokeMethod001()
240 packet.setNextValueAsObjectID(newObject.objectID); in testInvokeMethod001()
257 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod001()
260 assertTrue("exception.objectID must be != 0", exception.objectID != 0); in testInvokeMethod001()
[all …]
DReferringObjectsTest.java128 long objectID = checkedReply.getNextValueAsObjectID(); in DoTestReferringObjects() local
135 ReferringObjectsCommand.setNextValueAsObjectID(objectID); in DoTestReferringObjects()
158 objectID = checkedReply.getNextValueAsObjectID(); in DoTestReferringObjects()
159 logWriter.println("=> ObjectID is: " + objectID); in DoTestReferringObjects()
161 objectID, new long[] { referrerFieldID }); in DoTestReferringObjects()
205 long objectID = checkedReply.getNextValueAsObjectID(); in testReferringObjects_IllegalArgument() local
212 ReferringObjectsCommand.setNextValueAsObjectID(objectID); in testReferringObjects_IllegalArgument()
DInvokeMethodDefaultTest.java155 assertTrue("Invalid exception object ID:<" + exception.objectID + ">", in testInvokeMethod()
156 exception.objectID != 0L); in testInvokeMethod()
161 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod()
170 assertEquals("Invalid exception object ID:<" + exception.objectID + ">", in testInvokeMethod()
171 exception.objectID, 0); in testInvokeMethod()
176 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod()
DInvokeMethodDefault002Test.java155 assertTrue("Invalid exception object ID:<" + exception.objectID + ">", in testInvokeMethod()
156 exception.objectID != 0L); in testInvokeMethod()
161 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod()
170 assertEquals("Invalid exception object ID:<" + exception.objectID + ">", in testInvokeMethod()
171 exception.objectID, 0); in testInvokeMethod()
176 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod()
DInvokeMethod002Test.java160 … assertTrue("Invalid exception object ID:<" + exception.objectID + ">", exception.objectID == 0); in testInvokeMethod_null_argument()
165 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod_null_argument()
DInvokeMethod003Test.java169 … assertTrue("Invalid exception object ID:<" + exception.objectID + ">", exception.objectID == 0); in testInvokeMethod_toString()
174 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod_toString()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DThisObjectTest.java135 logWriter.println("==> id=" + thisObject.objectID); in testThisObjectTest001()
136 if (thisObject.objectID != 0) { in testThisObjectTest001()
137 long classID = getObjectReferenceType(thisObject.objectID); in testThisObjectTest001()
144 if (thisObject.objectID == 0) { in testThisObjectTest001()
151 if ( knownMethodsThisObject != thisObject.objectID ) { in testThisObjectTest001()
160 knownMethodsThisObject = thisObject.objectID; in testThisObjectTest001()
175 if (thisObject.objectID != 0) { in testThisObjectTest001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DInstancesTest.java125 long objectID = checkedReply.getNextValueAsObjectID(); in runTestInstances() local
126 logWriter.println("=> ObjectID is: " + objectID); in runTestInstances()
128 objectID, new long[] { mockClassFieldID }); in runTestInstances()
237 long objectID = checkedReply.getNextValueAsObjectID(); in testInstances_String() local
238 logWriter.println("=> ObjectID is: " + objectID); in testInstances_String()
287 long objectID = checkedReply.getNextValueAsObjectID(); in testInstances_Array() local
288 logWriter.println("=> ObjectID is: " + objectID); in testInstances_Array()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java129 assertTrue("Invalid exception object ID:<" + exception.objectID + ">", in testInvokeMethodStatic()
130 exception.objectID != 0); in testInvokeMethodStatic()
135 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethodStatic()
144 assertEquals("Invalid exception object ID:<" + exception.objectID + ">", in testInvokeMethodStatic()
145 exception.objectID, 0); in testInvokeMethodStatic()
150 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethodStatic()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java166 … assertTrue("Invalid exception object ID:<" + exception.objectID + ">", exception.objectID == 0); in testInvokeMethod001()
171 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod001()
194 … assertTrue("Invalid exception object ID:<" + exception.objectID + ">", exception.objectID != 0); in testInvokeMethod001()
199 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod001()
337 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod002()
338 if ( exception.objectID != 0 ) { in testInvokeMethod002()
339 String exceptionSignature = getObjectSignature(exception.objectID); in testInvokeMethod002()
464 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod003()
465 if ( exception.objectID != 0 ) { in testInvokeMethod003()
466 String exceptionSignature = getObjectSignature(exception.objectID); in testInvokeMethod003()
DNewInstanceTest.java159 + newObject.tag + "; newObject.objectID=" + newObject.objectID); in testNewInstance001()
162 + exception.tag + "; exception.objectID=" + exception.objectID); in testNewInstance001()
165 assertTrue("newObject.objectID is 0", newObject.objectID != 0); in testNewInstance001()
171 …assertEquals("ClassType::NewInstance returned invalid exception.objectID,", 0, exception.objectID); in testNewInstance001()
179 packet.setNextValueAsObjectID(newObject.objectID); in testNewInstance001()
210 + newObject.tag + "; newObject.objectID=" + newObject.objectID); in testNewInstance001()
213 + exception.tag + "; exception.objectID=" + exception.objectID); in testNewInstance001()
216 0, newObject.objectID); in testNewInstance001()
224 exception.objectID != 0); in testNewInstance001()
DNewInstance002Test.java132 + newObject.tag + "; newObject.objectID=" + newObject.objectID); in testNewInstance_null_argument()
135 + exception.tag + "; exception.objectID=" + exception.objectID); in testNewInstance_null_argument()
138 assertTrue("newObject.objectID is 0", newObject.objectID != 0); in testNewInstance_null_argument()
144 …assertEquals("ClassType::NewInstance returned invalid exception.objectID,", 0, exception.objectID); in testNewInstance_null_argument()
DInvokeMethod003Test.java132 … assertTrue("Invalid exception object ID:<" + exception.objectID + ">", exception.objectID == 0); in testInvokeMethod_null_argument()
137 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod_null_argument()
DNewInstanceAfterMultipleThreadSuspensionTest.java62 assertTrue("Invalid exception object id", invokeNewObject.objectID != 0); in checkInvokeReply()
67 assertEquals("Invalid exception object id", 0, invokeException.objectID); in checkInvokeReply()
DNewInstanceWithSuspensionTest.java60 assertTrue("Invalid exception object id", invokeNewObject.objectID != 0); in checkInvokeReply()
65 assertEquals("Invalid exception object id", 0, invokeException.objectID); in checkInvokeReply()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DInstanceOnlyModifierTest.java232 long objectID = getInstanceObjectId(); in testEventWithInstanceOnlyModifier() local
233 builder.setInstanceOnly(objectID); in testEventWithInstanceOnlyModifier()
240 checkThisObject(eventThread, objectID); in testEventWithInstanceOnlyModifier()
245 private void checkThisObject(EventThreadLocation eventThread, long objectID) { in checkThisObject() argument
272 objectID, thisObjectID); in checkThisObject()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionUncaughtTest.java58 printTestLog("returnedException.objectID = " + returnedException.objectID); in testExceptionUncaughtEvent_ExceptionObject()
59 assertTrue("Returned exception object is null.", returnedException.objectID != 0); in testExceptionUncaughtEvent_ExceptionObject()
62 printTestLog("returnedException.tag = " + returnedException.objectID); in testExceptionUncaughtEvent_ExceptionObject()
67 long typeID = getObjectReferenceType(returnedException.objectID); in testExceptionUncaughtEvent_ExceptionObject()
DExceptionCaughtTest.java152 printTestLog("returnedException.objectID = " + returnedException.objectID); in runExceptionObjectTest()
153 assertTrue("Returned exception object is null.", returnedException.objectID != 0); in runExceptionObjectTest()
156 printTestLog("returnedException.tag = " + returnedException.objectID); in runExceptionObjectTest()
161 long typeID = getObjectReferenceType(returnedException.objectID); in runExceptionObjectTest()
/external/clang/test/CodeGenCXX/
Ddebug-info-dup-fwd-decl.cpp11 return reserved->objectID; in getID()
15 unsigned objectID; member
/external/clang/test/Index/
Dcomment-cplus-decls.cpp27 return reserved->objectID; in getID()
35 unsigned objectID; member
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DOwnedMonitorsTest.java92 + "ID: " + tobj.objectID); in testOwnedMonitors001()
97 packet.setNextValueAsObjectID(tobj.objectID); in testOwnedMonitors001()
DCurrentContendedMonitorTest.java84 + "ID: " + tobj.objectID); in testCurrentContendedMonitor001()
89 packet.setNextValueAsObjectID(tobj.objectID); in testCurrentContendedMonitor001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
DNewInstanceTest.java112 + newArray.tag + " newArray.objectID=" + newArray.objectID); in testNewInstance001()
124 packet.setNextValueAsObjectID(newArray.objectID); in testNewInstance001()

123