Searched defs:objectValue (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/test/569-checker-pattern-replacement/src-multidex/ |
H A D | Base.java | 34 Base(double doubleValue, Object objectValue) { in Base() 39 Base(int intValue, double doubleValue, Object objectValue) { in Base() 45 Base(int intValue, double doubleValue, Object objectValue, String stringValue) { in Base() 57 Base(Object objectValue) { in Base()
|
H A D | Derived.java | 35 public Derived(int intValue, double doubleValue, Object objectValue) { in Derived() 41 Derived(int intValue, double doubleValue, Object objectValue, String stringValue) { in Derived() 56 public Derived(int intValue, double doubleValue, Object objectValue, float floatValue) { in Derived()
|
/aosp12/art/test/569-checker-pattern-replacement/src/ |
H A D | Main.java | 458 public static double constructBase(double doubleValue, Object objectValue) { in constructBase() 491 public static double constructBase(int intValue, double doubleValue, Object objectValue) { in constructBase() 543 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructBase() 607 public static double constructBase(Object objectValue) { in constructBase() 780 public static double constructDerived(int intValue, double doubleValue, Object objectValue) { in constructDerived() 804 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructDerived() 866 int intValue, double doubleValue, Object objectValue, float floatValue) { in constructDerived()
|
/aosp12/art/test/004-UnsafeTest/src/ |
H A D | Main.java | 131 Object objectValue = new Object(); in testGetAndPutAndCAS() local 137 check(unsafe.getObject(t, objectOffset), objectValue, "Unsafe.getObject(Object, long)"); in testGetAndPutAndCAS() local 242 Object objectValue = new Object(); in testGetAndPutVolatile() local 251 objectValue, in testGetAndPutVolatile() local
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | JsonReader.java | 674 private JsonToken objectValue() throws IOException { in objectValue() method in JsonReader
|