HomeSort by relevance Sort by last modified time
    Searched full:doubleffield (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
FieldTest.java 60 protected final double doubleFField = Double.MAX_VALUE;
740 f = x.getClass().getDeclaredField("doubleFField");
743 // Good, Exception should be thrown since doubleFField is
888 f = x.getClass().getDeclaredField("doubleFField");
891 // Good, Exception should be thrown since doubleFField is
    [all...]
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
FieldTest.java 120 protected final double doubleFField = Double.MAX_VALUE;
    [all...]

Completed in 65 milliseconds