Searched refs:floatValue (Results 1 – 4 of 4) sorted by relevance
/art/test/569-checker-pattern-replacement/src-multidex/ |
D | Derived.java | 51 public Derived(float floatValue) { in Derived() argument 53 floatField = floatValue; in Derived() 56 public Derived(int intValue, double doubleValue, Object objectValue, float floatValue) { in Derived() argument 59 floatField = floatValue; in Derived()
|
/art/test/070-nio-buffer/src/ |
D | Main.java | 134 final float floatValue = 3.14159f; in storeValues() local 150 if (floatBuf.put(3, floatValue).get(3) != floatValue) { in storeValues()
|
/art/test/569-checker-pattern-replacement/src/ |
D | Main.java | 808 public static double constructDerived(float floatValue) { in constructDerived() argument 809 Derived d = new Derived(floatValue); in constructDerived() 842 int intValue, double doubleValue, Object objectValue, float floatValue) { in constructDerived() argument 843 Derived d = new Derived(intValue, doubleValue, objectValue, floatValue); in constructDerived()
|
/art/test/046-reflect/src/ |
D | Main.java | 153 + ((Float)argList[1]).floatValue()); in run()
|