Home
last modified time | relevance | path

Searched defs:doubleValue (Results 1 – 5 of 5) sorted by relevance

/art/test/569-checker-pattern-replacement/src-multidex/
DDerived.java31 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()
DBase.java34 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()
DDerivedWithFinalField.java27 DerivedWithFinalField(double doubleValue) { in DerivedWithFinalField()
32 DerivedWithFinalField(int intValue, double doubleValue) { in DerivedWithFinalField()
/art/test/569-checker-pattern-replacement/src/
DMain.java448 public static double constructBase(double doubleValue, Object objectValue) { in constructBase()
480 public static double constructBase(int intValue, double doubleValue, Object objectValue) { in constructBase()
507 public static double constructBaseWith0DoubleNull(double doubleValue) { in constructBaseWith0DoubleNull()
531 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructBase()
557 public static double constructBase(double doubleValue) { in constructBase()
716 public static double constructDerived(double doubleValue) { in constructDerived()
758 public static double constructDerived(int intValue, double doubleValue, Object objectValue) { in constructDerived()
782 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructDerived()
842 int intValue, double doubleValue, Object objectValue, float floatValue) { in constructDerived()
977 public static double constructDerivedWithFinalField(double doubleValue) { in constructDerivedWithFinalField()
[all …]
/art/test/070-nio-buffer/src/
DMain.java136 final double doubleValue = Double.MIN_VALUE; in storeValues() local