Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/569-checker-pattern-replacement/src/
H A DMain.java687 public static double constructDerived() { in constructDerived() method in Main
712 public static double constructDerived(int intValue) { in constructDerived() method in Main
748 public static String constructDerived(String stringValue) { in constructDerived() method in Main
773 public static double constructDerived(double doubleValue) { in constructDerived() method in Main
817 public static double constructDerived(int intValue, double doubleValue, Object objectValue) { in constructDerived() method in Main
840 public static double constructDerived( in constructDerived() method in Main
868 public static double constructDerived(float floatValue) { in constructDerived() method in Main
902 public static double constructDerived( in constructDerived() method in Main