/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()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | InvokeMethodTest.java | 141 + newObject.tag + " newObject.objectID=" + newObject.objectID); in makeNewInstance() 145 + exception.tag + " exception.objectID=" + exception.objectID); in makeNewInstance() 148 assertTrue("newObject.objectID must be != 0", newObject.objectID != 0); in makeNewInstance() 154 assertTrue("exception.objectID must be == 0", exception.objectID == 0); in makeNewInstance() 205 packet.setNextValueAsObjectID(newObject.objectID); in testInvokeMethod001() 222 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod001() 228 assertTrue("exception.objectID must be == 0", exception.objectID == 0); in testInvokeMethod001() 239 packet.setNextValueAsObjectID(newObject.objectID); in testInvokeMethod001() 256 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod001() 259 assertTrue("exception.objectID must be != 0", exception.objectID != 0); in testInvokeMethod001() [all …]
|
D | ReferringObjectsTest.java | 130 long objectID = checkedReply.getNextValueAsObjectID(); in DoTestReferringObjects() local 137 ReferringObjectsCommand.setNextValueAsObjectID(objectID); in DoTestReferringObjects() 160 objectID = checkedReply.getNextValueAsObjectID(); in DoTestReferringObjects() 161 logWriter.println("=> ObjectID is: " + objectID); in DoTestReferringObjects() 163 objectID, new long[] { referrerFieldID }); in DoTestReferringObjects() 207 long objectID = checkedReply.getNextValueAsObjectID(); in testReferringObjects_IllegalArgument() local 214 ReferringObjectsCommand.setNextValueAsObjectID(objectID); in testReferringObjects_IllegalArgument()
|
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 | 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 | InvokeMethod003Test.java | 170 … assertTrue("Invalid exception object ID:<" + exception.objectID + ">", exception.objectID == 0); in testInvokeMethod_toString() 175 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod_toString()
|
D | InvokeMethod002Test.java | 161 … assertTrue("Invalid exception object ID:<" + exception.objectID + ">", exception.objectID == 0); in testInvokeMethod_null_argument() 166 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod_null_argument()
|
/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 | 127 long objectID = checkedReply.getNextValueAsObjectID(); in runTestInstances() local 128 logWriter.println("=> ObjectID is: " + objectID); in runTestInstances() 130 objectID, new long[] { mockClassFieldID }); in runTestInstances() 239 long objectID = checkedReply.getNextValueAsObjectID(); in testInstances_String() local 240 logWriter.println("=> ObjectID is: " + objectID); in testInstances_String() 289 long objectID = checkedReply.getNextValueAsObjectID(); in testInstances_Array() local 290 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 | 186 … assertTrue("Invalid exception object ID:<" + exception.objectID + ">", exception.objectID == 0); in testInvokeMethod001() 191 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod001() 214 … assertTrue("Invalid exception object ID:<" + exception.objectID + ">", exception.objectID != 0); in testInvokeMethod001() 219 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod001() 356 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod002() 357 if ( exception.objectID != 0 ) { in testInvokeMethod002() 358 String exceptionSignature = getObjectSignature(exception.objectID); in testInvokeMethod002() 483 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod003() 484 if ( exception.objectID != 0 ) { in testInvokeMethod003() 485 String exceptionSignature = getObjectSignature(exception.objectID); in testInvokeMethod003()
|
D | NewInstanceTest.java | 179 + newObject.tag + "; newObject.objectID=" + newObject.objectID); in testNewInstance001() 182 + exception.tag + "; exception.objectID=" + exception.objectID); in testNewInstance001() 185 assertTrue("newObject.objectID is 0", newObject.objectID != 0); in testNewInstance001() 191 …assertEquals("ClassType::NewInstance returned invalid exception.objectID,", 0, exception.objectID); in testNewInstance001() 199 packet.setNextValueAsObjectID(newObject.objectID); in testNewInstance001() 230 + newObject.tag + "; newObject.objectID=" + newObject.objectID); in testNewInstance001() 233 + exception.tag + "; exception.objectID=" + exception.objectID); in testNewInstance001() 236 0, newObject.objectID); in testNewInstance001() 244 exception.objectID != 0); in testNewInstance001()
|
D | NewInstance002Test.java | 133 + newObject.tag + "; newObject.objectID=" + newObject.objectID); in testNewInstance_null_argument() 136 + exception.tag + "; exception.objectID=" + exception.objectID); in testNewInstance_null_argument() 139 assertTrue("newObject.objectID is 0", newObject.objectID != 0); in testNewInstance_null_argument() 145 …assertEquals("ClassType::NewInstance returned invalid exception.objectID,", 0, exception.objectID); in testNewInstance_null_argument()
|
D | InvokeMethod003Test.java | 133 … assertTrue("Invalid exception object ID:<" + exception.objectID + ">", exception.objectID == 0); in testInvokeMethod_null_argument() 138 + exception.tag + " exception.objectID=" + exception.objectID); in testInvokeMethod_null_argument()
|
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()
|
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()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
D | InstanceOnlyModifierTest.java | 234 long objectID = getInstanceObjectId(); in testEventWithInstanceOnlyModifier() local 235 builder.setInstanceOnly(objectID); in testEventWithInstanceOnlyModifier() 242 checkThisObject(eventThread, objectID); in testEventWithInstanceOnlyModifier() 247 private void checkThisObject(EventThreadLocation eventThread, long objectID) { in checkThisObject() argument 274 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 | ForceEarlyReturn006Test.java | 59 long objectID = checkedReply.getNextValueAsObjectID(); in getObjectID() local 60 return objectID; in getObjectID()
|
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()
|