/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | TaggedObject.java | 35 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()
|
D | VmMirror.java | 1989 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/ |
D | InvokeMethodTest.java | 142 + 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 …]
|
D | ReferringObjectsTest.java | 128 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()
|
D | InvokeMethodDefaultTest.java | 155 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()
|
D | InvokeMethodDefault002Test.java | 155 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()
|
D | InvokeMethod002Test.java | 160 … 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()
|
D | InvokeMethod003Test.java | 169 … 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/ |
D | ThisObjectTest.java | 135 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/ |
D | InstancesTest.java | 125 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/ |
D | InvokeMethodTest.java | 129 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/ |
D | InvokeMethodTest.java | 166 … 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()
|
D | NewInstanceTest.java | 159 + 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()
|
D | NewInstance002Test.java | 132 + 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()
|
D | InvokeMethod003Test.java | 132 … 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()
|
D | NewInstanceAfterMultipleThreadSuspensionTest.java | 62 assertTrue("Invalid exception object id", invokeNewObject.objectID != 0); in checkInvokeReply() 67 assertEquals("Invalid exception object id", 0, invokeException.objectID); in checkInvokeReply()
|
D | NewInstanceWithSuspensionTest.java | 60 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/ |
D | InstanceOnlyModifierTest.java | 232 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/ |
D | ExceptionUncaughtTest.java | 58 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()
|
D | ExceptionCaughtTest.java | 152 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/ |
D | debug-info-dup-fwd-decl.cpp | 11 return reserved->objectID; in getID() 15 unsigned objectID; member
|
/external/clang/test/Index/ |
D | comment-cplus-decls.cpp | 27 return reserved->objectID; in getID() 35 unsigned objectID; member
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | OwnedMonitorsTest.java | 92 + "ID: " + tobj.objectID); in testOwnedMonitors001() 97 packet.setNextValueAsObjectID(tobj.objectID); in testOwnedMonitors001()
|
D | CurrentContendedMonitorTest.java | 84 + "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/ |
D | NewInstanceTest.java | 112 + newArray.tag + " newArray.objectID=" + newArray.objectID); in testNewInstance001() 124 packet.setNextValueAsObjectID(newArray.objectID); in testNewInstance001()
|