Searched refs:discrepancy (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/base/metrics/
H A Dhistogram_snapshot_manager.cc104 HistogramBase::Count discrepancy = local
106 if (!discrepancy)
109 histogram_flattener_->InconsistencyDetectedInLoggedCount(discrepancy);
110 if (discrepancy > Histogram::kCommonRaceBasedCountMismatch) {
/external/chromium_org/tools/perf/metrics/
H A Dstatistics.py22 Background: The discrepancy of the sample set i/(N-1); i=0, ..., N-1 is 2/N,
23 twice the discrepancy of the sample set (i+1/2)/N; i=0, ..., N-1. In our case
25 is not bounded (it is for Monte Carlo integration, where discrepancy was
44 """Computes the discrepancy of a set of 1D samples from the interval [0,1].
82 # Compute local discrepancy and update max_local_discrepancy.
91 """A discrepancy based metric for measuring jank.
99 Two variants of discrepancy can be computed:
101 Relative discrepancy is following the original definition of
102 discrepancy. It characterized the largest area of jank, relative to the
104 because the best case discrepancy fo
[all...]
/external/mockito/src/org/mockito/exceptions/
H A DReporter.java386 private String createTooLittleInvocationsMessage(org.mockito.internal.reporting.Discrepancy discrepancy, DescribedInvocation wanted, argument
393 "Wanted " + discrepancy.getPluralizedWantedCount() + ":",
395 "But was " + discrepancy.getPluralizedActualCount() + ":",
401 public void tooLittleActualInvocations(org.mockito.internal.reporting.Discrepancy discrepancy, DescribedInvocation wanted, Location lastActualLocation) { argument
402 String message = createTooLittleInvocationsMessage(discrepancy, wanted, lastActualLocation);
407 public void tooLittleActualInvocationsInOrder(org.mockito.internal.reporting.Discrepancy discrepancy, DescribedInvocation wanted, Location lastActualLocation) { argument
408 String message = createTooLittleInvocationsMessage(discrepancy, wanted, lastActualLocation);
/external/chromium/chrome/common/
H A Dmetrics_helpers.cc571 int64 discrepancy(already_logged->TotalCount() -
573 if (discrepancy) {
575 int problem = static_cast<int>(discrepancy);
576 if (problem != discrepancy)
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 112 milliseconds