Searched refs:discrepancy (Results 1 – 12 of 12) sorted by relevance
95 HistogramBase::Count discrepancy = in InspectLoggedSamplesInconsistency() local97 if (!discrepancy) in InspectLoggedSamplesInconsistency()100 histogram_flattener_->InconsistencyDetectedInLoggedCount(discrepancy); in InspectLoggedSamplesInconsistency()101 if (discrepancy > Histogram::kCommonRaceBasedCountMismatch) { in InspectLoggedSamplesInconsistency()
168 discrepancy = Discrepancy(samples, location_count)172 discrepancy /= sample_scale175 discrepancy = Clamp((discrepancy-inv_sample_count) / (1.0-inv_sample_count))176 return discrepancy
388 …TooLittleInvocationsMessage(org.mockito.internal.reporting.Discrepancy discrepancy, DescribedInvoc… in createTooLittleInvocationsMessage() argument395 …"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() argument403 String message = createTooLittleInvocationsMessage(discrepancy, wanted, lastActualLocation); in tooLittleActualInvocations()408 …tleActualInvocationsInOrder(org.mockito.internal.reporting.Discrepancy discrepancy, DescribedInvoc… in tooLittleActualInvocationsInOrder() argument409 String message = createTooLittleInvocationsMessage(discrepancy, wanted, lastActualLocation); in tooLittleActualInvocationsInOrder()
243 discrepancy = []252 discrepancy.append(abs(current_ideal_render - old_ideal_render256 discrepancy.pop(0)259 rendering_length_error = 100.0 * (sum([x for x in discrepancy]) /
7 # release process works. If this is the case, then the discrepancy will be noted
3 any discrepancy between this copy and the notices in the file png.h that is
771 // This test case previously triggered an assertion failure due to a discrepancy
META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...
6266 to handle precisely this architecture discrepancy.