Home
last modified time | relevance | path

Searched refs:constructDerived (Results 1 – 1 of 1) sorted by relevance

/art/test/569-checker-pattern-replacement/src/
DMain.java646 public static double constructDerived() { in constructDerived() method in Main
671 public static double constructDerived(int intValue) { in constructDerived() method in Main
707 public static String constructDerived(String stringValue) { in constructDerived() method in Main
732 public static double constructDerived(double doubleValue) { in constructDerived() method in Main
776 public static double constructDerived(int intValue, double doubleValue, Object objectValue) { in constructDerived() method in Main
799 public static double constructDerived( in constructDerived() method in Main
827 public static double constructDerived(float floatValue) { in constructDerived() method in Main
861 public static double constructDerived( in constructDerived() method in Main
1210 assertEquals(0.0, constructDerived()); in main()
1211 assertEquals(73.0, constructDerived(73)); in main()
[all …]