HomeSort by relevance Sort by last modified time
    Searched defs:closeTo (Results 1 - 4 of 4) sorted by null

  /external/hamcrest/library/src/org/hamcrest/number/
IsCloseTo.java 36 public static Matcher<Double> closeTo(double operand, double error) {
  /external/hamcrest/library/src/org/hamcrest/
Matchers.java 225 public static org.hamcrest.Matcher<java.lang.Double> closeTo(double operand, double error) {
226 return org.hamcrest.number.IsCloseTo.closeTo(operand, error);
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 

Completed in 74 milliseconds