Home
last modified time | relevance | path

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

/aosp12/art/test/569-checker-pattern-replacement/src/
H A DMain.java650 public static double constructDerived() { in constructDerived() method in Main
675 public static double constructDerived(int intValue) { in constructDerived() method in Main
711 public static String constructDerived(String stringValue) { in constructDerived() method in Main
736 public static double constructDerived(double doubleValue) { in constructDerived() method in Main
780 public static double constructDerived(int intValue, double doubleValue, Object objectValue) { in constructDerived() method in Main
803 public static double constructDerived( in constructDerived() method in Main
831 public static double constructDerived(float floatValue) { in constructDerived() method in Main
865 public static double constructDerived( in constructDerived() method in Main