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

  /external/mockito/src/org/mockito/exceptions/
Discrepancy.java 10 * If you need it for extending Mockito please let us know. You can still use {@link org.mockito.internal.reporting.Discrepancy}.
13 public class Discrepancy extends org.mockito.internal.reporting.Discrepancy {
14 public Discrepancy(int wantedCount, int actualCount) {
  /external/chromium_org/tools/telemetry/telemetry/util/
statistics.py 21 Background: The discrepancy of the sample set i/(N-1); i=0, ..., N-1 is 2/N,
22 twice the discrepancy of the sample set (i+1/2)/N; i=0, ..., N-1. In our case
24 is not bounded (it is for Monte Carlo integration, where discrepancy was
42 def Discrepancy(samples, location_count=None):
43 """Computes the discrepancy of a set of 1D samples from the interval [0,1].
45 The samples must be sorted. We define the discrepancy of an empty set
49 http://mathworld.wolfram.com/Discrepancy.html
96 # Local discrepancy for closed interval
103 # Local discrepancy for open interval
115 """A discrepancy based metric for measuring timestamp jank
    [all...]
  /external/mockito/src/org/mockito/internal/reporting/
Discrepancy.java 7 public class Discrepancy {
12 public Discrepancy(int wantedCount, int actualCount) {
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 314 milliseconds