Searched defs:doubleValue (Results 1 – 9 of 9) sorted by relevance
/art/test/569-checker-pattern-replacement/src-multidex/ |
D | Derived.java | 31 public Derived(double doubleValue) { in Derived() 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()
|
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() 53 Base(double doubleValue) { in Base()
|
D | DerivedWithFinalField.java | 27 DerivedWithFinalField(double doubleValue) { in DerivedWithFinalField() 32 DerivedWithFinalField(int intValue, double doubleValue) { in DerivedWithFinalField()
|
/art/test/569-checker-pattern-replacement/src/ |
D | Main.java | 495 public static double constructBase(double doubleValue, Object objectValue) { in constructBase() 528 public static double constructBase(int intValue, double doubleValue, Object objectValue) { in constructBase() 556 public static double constructBaseWith0DoubleNull(double doubleValue) { in constructBaseWith0DoubleNull() 580 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructBase() 607 public static double constructBase(double doubleValue) { in constructBase() 773 public static double constructDerived(double doubleValue) { in constructDerived() 817 public static double constructDerived(int intValue, double doubleValue, Object objectValue) { in constructDerived() 841 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructDerived() 903 int intValue, double doubleValue, Object objectValue, float floatValue) { in constructDerived() 1045 public static double constructDerivedWithFinalField(double doubleValue) { in constructDerivedWithFinalField() [all …]
|
/art/test/952-invoke-custom/util-src/annotations/ |
D | Constant.java | 40 double[] doubleValue() default {}; in doubleValue() method
|
/art/test/715-clinit-implicit-parameter-annotations/src/ |
D | Main.java | 79 private double doubleValue; field in Main.ImportantNumber 82 ImportantNumber(@AnnotationA double doubleValue) { in ImportantNumber() 87 ImportantNumber(@AnnotationB("x") double doubleValue, @AnnotationB("y") boolean isLarge) { in ImportantNumber()
|
/art/test/070-nio-buffer/src/ |
D | Main.java | 136 final double doubleValue = Double.MIN_VALUE; in storeValues() local
|
/art/test/912-classes/src-art/art/ |
D | Test912.java | 428 public static double doubleValue = Math.random(); // So it can't be compile-time initialized. field in Test912.TestForNonInit
|
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 544 double doubleValue = value instanceof Double ? ((Double) value).doubleValue() : -1.0; in tryAccessor() local
|