Searched refs:TestObject (Results 1 – 4 of 4) sorted by relevance
22 class TestObject { class26 public TestObject(int i) { in TestObject() method in TestObject31 return (obj instanceof TestObject) && (i == ((TestObject)obj).i); in equals()55 final HashMap<TestObject, Long> map = new HashMap<TestObject, Long>(); in main()106 map.put(new TestObject(10), Long.valueOf(100)); in main()107 if (map.get(new TestObject(10)) == null) { in main()118 if (!TestObject.sHashCodeInvoked) { in main()121 if (map.get(new TestObject(10)) != 100) { in main()
14 Normal: Leaving public static java.lang.Object art.Test989.returnValue() returned TestObject(0)15 returnValue returned: TestObject(0)18 …eaving public static native java.lang.Object art.Test989.returnValueNative() returned TestObject(1)19 returnValueNative returned: TestObject(1)22 Recieved TestObject(2)26 Recieved TestObject(3)100 ThrowExit: Leaving public static java.lang.Object art.Test989.returnValue() returned TestObject(7)101 …ng error while exit public static java.lang.Object art.Test989.returnValue() returned TestObject(7)103 …eaving public static native java.lang.Object art.Test989.returnValueNative() returned TestObject(8)104 …e exit public static native java.lang.Object art.Test989.returnValueNative() returned TestObject(8)[all …]
420 static final class TestObject { class in Test989422 public TestObject(int v) { in TestObject() method in Test989.TestObject433 return new TestObject(counter++); in mkTestObject()
1427 void TestObject(ObjPtr<mirror::Object> referred_obj) const in TestObject() function in art::CountInternedStringReferencesVisitor1450 TestObject(root->AsMirrorPtr()); in VisitRoot()1461 TestObject(referred_obj); in operator ()()