Home
last modified time | relevance | path

Searched refs:differences (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/tools/skdiff/
H A Dskdiff_html.cpp31 const RecordArray& differences, in print_table_header()
57 stream->writeDecAsText(differences.count()); in print_table_header()
227 const RecordArray& differences, in print_diff_page()
284 print_table_header(&outputStream, matchCount, colorThreshold, differences, in print_diff_page()
287 for (i = 0; i < differences.count(); i++) { in print_diff_page()
288 const DiffRecord& diff = differences[i]; in print_diff_page()
28 print_table_header(SkFILEWStream* stream, const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString &baseDir, const SkString &comparisonDir, bool doOutputDate = false) print_table_header() argument
225 print_diff_page(const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir) print_diff_page() argument
H A Dskdiff_main.cpp364 RecordArray* differences, in create_diff_images()
505 differences->push_back(std::move(drp)); in create_diff_images()
526 differences->push_back(std::move(drp)); in create_diff_images()
547 differences->push_back(std::move(drp)); in create_diff_images()
582 "\n --threshold <n>: only report differences > n (per color channel) [default 0]" in usage()
619 RecordArray differences; in main() local
796 create_diff_images(diffProc, colorThreshold, ignoreColorSpace, &differences, in main()
806 if (differences.count()) { in main()
807 qsort(differences.begin(), differences in main()
361 create_diff_images(DiffMetricProc dmp, const int colorThreshold, bool ignoreColorSpace, RecordArray* differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir, const StringArray& matchSubstrings, const StringArray& nomatchSubstrings, bool recurseIntoSubdirs, bool getBounds, bool verbose, DiffSummary* summary) create_diff_images() argument
[all...]
H A Dskdiff_html.h16 const RecordArray& differences,
/third_party/protobuf/conformance/
H A Dconformance_test.cc284 string differences; in VerifyResponse() local
285 differencer.ReportDifferencesToString(&differences); in VerifyResponse()
293 differences = StrCat("Expect: ", ToOctString(equivalent_wire_format), in VerifyResponse()
306 differences.c_str()); in VerifyResponse()
/third_party/icu/icu4c/source/test/perf/collationperf/
H A DCollPerf.pl179 useful. They measure differences, where positive is better for ICU4C, and
218 differences.</li>
/third_party/python/Lib/test/test_email/
H A Dtest_policy.py12 def make_defaults(base_defaults, differences):
14 defaults.update(differences)
/third_party/python/Lib/unittest/
H A Dcase.py976 differences.
1076 differences.
1088 differences.
1099 differences.
1221 differences = _count_diff_all_purpose(first_seq, second_seq)
1225 differences = _count_diff_hashable(first_seq, second_seq)
1227 if differences:
1229 lines = ['First has %d, Second has %d: %r' % diff for diff in differences]
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_removegrain.asm362 ; As the differences (d1..d4) can only be positive, there is no need to
488 ; As the differences (d1..d4) can only be positive, there is no need to

Completed in 8 milliseconds