OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:discrepancy
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/base/metrics/
histogram_snapshot_manager.cc
104
HistogramBase::Count
discrepancy
=
local
106
if (!
discrepancy
)
109
histogram_flattener_->InconsistencyDetectedInLoggedCount(
discrepancy
);
110
if (
discrepancy
> Histogram::kCommonRaceBasedCountMismatch) {
/external/chromium_org/tools/perf/metrics/
statistics.py
22
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
43
def
Discrepancy
(samples, interval_multiplier=10000):
44
"""Computes the
discrepancy
of a set of 1D samples from the interval [0,1].
49
http://mathworld.wolfram.com/
Discrepancy
.html
82
# Compute local
discrepancy
and update max_local_discrepancy.
91
"""A
discrepancy
based metric for measuring jank.
97
Discrepancy
(B) >
Discrepancy
(A)
[
all
...]
/external/mockito/src/org/mockito/exceptions/
Reporter.java
386
private String createTooLittleInvocationsMessage(org.mockito.internal.reporting.
Discrepancy
discrepancy
, DescribedInvocation wanted,
393
"Wanted " +
discrepancy
.getPluralizedWantedCount() + ":",
395
"But was " +
discrepancy
.getPluralizedActualCount() + ":",
401
public void tooLittleActualInvocations(org.mockito.internal.reporting.
Discrepancy
discrepancy
, DescribedInvocation wanted, Location lastActualLocation) {
402
String message = createTooLittleInvocationsMessage(
discrepancy
, wanted, lastActualLocation);
407
public void tooLittleActualInvocationsInOrder(org.mockito.internal.reporting.
Discrepancy
discrepancy
, DescribedInvocation wanted, Location lastActualLocation) {
408
String message = createTooLittleInvocationsMessage(
discrepancy
, wanted, lastActualLocation)
[
all
...]
/external/chromium/chrome/common/
metrics_helpers.cc
571
int64
discrepancy
(already_logged->TotalCount() -
573
if (
discrepancy
) {
575
int problem = static_cast<int>(
discrepancy
);
576
if (problem !=
discrepancy
)
/external/robolectric/lib/test/
mockito-core-1.8.5.jar
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
Completed in 444 milliseconds