Home
last modified time | relevance | path

Searched refs:discrepancy (Results 1 – 12 of 12) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_snapshot_manager.cc95 HistogramBase::Count discrepancy = in InspectLoggedSamplesInconsistency() local
97 if (!discrepancy) in InspectLoggedSamplesInconsistency()
100 histogram_flattener_->InconsistencyDetectedInLoggedCount(discrepancy); in InspectLoggedSamplesInconsistency()
101 if (discrepancy > Histogram::kCommonRaceBasedCountMismatch) { in InspectLoggedSamplesInconsistency()
/external/chromium-trace/catapult/telemetry/telemetry/util/
Dstatistics.py168 discrepancy = Discrepancy(samples, location_count)
172 discrepancy /= sample_scale
175 discrepancy = Clamp((discrepancy-inv_sample_count) / (1.0-inv_sample_count))
176 return discrepancy
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java388 …TooLittleInvocationsMessage(org.mockito.internal.reporting.Discrepancy discrepancy, DescribedInvoc… in createTooLittleInvocationsMessage() argument
395 …"Wanted " + discrepancy.getPluralizedWantedCount() + (discrepancy.getWantedCount() == 0 ? "." : ":… in createTooLittleInvocationsMessage()
397 …"But was " + discrepancy.getPluralizedActualCount() + (discrepancy.getActualCount() == 0 ? "." : "… in createTooLittleInvocationsMessage()
402 … tooLittleActualInvocations(org.mockito.internal.reporting.Discrepancy discrepancy, DescribedInvoc… in tooLittleActualInvocations() argument
403 String message = createTooLittleInvocationsMessage(discrepancy, wanted, lastActualLocation); in tooLittleActualInvocations()
408 …tleActualInvocationsInOrder(org.mockito.internal.reporting.Discrepancy discrepancy, DescribedInvoc… in tooLittleActualInvocationsInOrder() argument
409 String message = createTooLittleInvocationsMessage(discrepancy, wanted, lastActualLocation); in tooLittleActualInvocationsInOrder()
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
Dwebrtc_rendering_stats.py243 discrepancy = []
252 discrepancy.append(abs(current_ideal_render - old_ideal_render
256 discrepancy.pop(0)
259 rendering_length_error = 100.0 * (sum([x for x in discrepancy]) /
/external/autotest/site_utils/autoupdate/
Drelease_config.ini7 # release process works. If this is the case, then the discrepancy will be noted
/external/syslinux/com32/lib/libpng/
DLICENSE3 any discrepancy between this copy and the notices in the file png.h that is
/external/libpng/
DLICENSE3 any discrepancy between this copy and the notices in the file png.h that is
/external/skia/third_party/libpng/
DLICENSE3 any discrepancy between this copy and the notices in the file png.h that is
/external/clang/test/Analysis/
Dmisc-ps-region-store.m771 // This test case previously triggered an assertion failure due to a discrepancy
/external/robolectric/v1/lib/test/
Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/strace/
DChangeLog6266 to handle precisely this architecture discrepancy.