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.java634 public static double constructDerived() { in constructDerived() method in Main
658 public static double constructDerived(int intValue) { in constructDerived() method in Main
692 public static String constructDerived(String stringValue) { in constructDerived() method in Main
716 public static double constructDerived(double doubleValue) { in constructDerived() method in Main
758 public static double constructDerived(int intValue, double doubleValue, Object objectValue) { in constructDerived() method in Main
781 public static double constructDerived( in constructDerived() method in Main
808 public static double constructDerived(float floatValue) { in constructDerived() method in Main
841 public static double constructDerived( in constructDerived() method in Main
1175 assertEquals(0.0, constructDerived()); in main()
1176 assertEquals(73.0, constructDerived(73)); in main()
[all …]