Home
last modified time | relevance | path

Searched refs:differences (Results 1 – 25 of 771) sorted by relevance

12345678910>>...31

/third_party/node/deps/npm/lib/install/
Ddiff-trees.js111 module.exports = function (oldTree, newTree, differences, log, next) {
113 pushAll(differences, sortActions(diffTrees(oldTree, newTree)))
122 var sortActions = module.exports.sortActions = function (differences) {
124 differences.forEach(function (action) {
170 differences.forEach((_) => {
177 function setAction (differences, action, pkg) {
178 differences.push([action, pkg])
183 var differences = []
212 setAction(differences, 'update', pkg)
223 setAction(differences, 'move', pkg)
[all …]
Ddecompose-actions.js5 module.exports = function (differences, decomposed, next) { argument
7 differences.forEach((action) => {
/third_party/icu/docs/userguide/collation/
Dexamples.md69 /* result is 1, secondary differences only for ignorable space characters*/
73 "Comparing two strings with only secondary differences in C failed.\n");
76 /* To compare them with just primary differences */
83 "Comparing two strings with no differences in C failed.\n");
136 /* result is 1, secondary differences only for ignorable space characters*/
140 "Comparing two strings with only secondary differences in C failed.\n");
143 /* To compare them with just primary differences */
150 "Comparing two strings with no differences in C failed.\n");
234 // result is 1, secondary differences only for ignorable space characters
237 "Comparing two strings with only secondary differences failed.");
[all …]
/third_party/ffmpeg/doc/
Dcodecs.texi422 sum of absolute differences, fast (default)
426 sum of absolute Hadamard transformed differences
428 sum of absolute DCT transformed differences
438 sum of absolute vertical differences
440 sum of squared vertical differences
442 noise preserving sum of squared differences
459 sum of absolute differences, fast (default)
463 sum of absolute Hadamard transformed differences
465 sum of absolute DCT transformed differences
475 sum of absolute vertical differences
[all …]
/third_party/node/deps/npm/lib/
Ddedupe.js83 [hoistChildren, this.idealTree, this.differences],
87 this.differences = sortActions(this.differences)
91 [checkPermissions, this.differences],
92 [decomposeActions, this.differences, this.todo]
/third_party/flutter/skia/tools/skdiff/
Dskdiff_html.cpp31 const RecordArray& differences, in print_table_header() argument
57 stream->writeDecAsText(differences.count()); in print_table_header()
226 const RecordArray& differences, in print_diff_page() argument
283 print_table_header(&outputStream, matchCount, colorThreshold, differences, in print_diff_page()
286 for (i = 0; i < differences.count(); i++) { in print_diff_page()
287 DiffRecord* diff = differences[i]; in print_diff_page()
Dskdiff_main.cpp379 RecordArray* differences, in create_diff_images() argument
519 differences->push_back(drp); in create_diff_images()
540 differences->push_back(drp); in create_diff_images()
561 differences->push_back(drp); in create_diff_images()
637 RecordArray differences; in main() local
815 create_diff_images(diffProc, colorThreshold, ignoreColorSpace, &differences, in main()
825 if (differences.count()) { in main()
826 qsort(differences.begin(), differences.count(), in main()
831 print_diff_page(summary.fNumMatches, colorThreshold, differences, in main()
835 for (i = 0; i < differences.count(); i++) { in main()
[all …]
/third_party/skia/tools/skdiff/
Dskdiff_html.cpp31 const RecordArray& differences, in print_table_header() argument
57 stream->writeDecAsText(differences.count()); in print_table_header()
227 const RecordArray& differences, in print_diff_page() argument
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()
Dskdiff_main.cpp364 RecordArray* differences, in create_diff_images() argument
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()
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.count(), sizeof(DiffRecord), sortProc); in main()
811 print_diff_page(summary.fNumMatches, colorThreshold, differences, in main()
/third_party/e2fsprogs/tests/j_recover_csum2_64bit/
Dexpect.17 Block bitmap differences: +(1--259) +265 +(274--275) +281 +(290--418) +(1059--1186) +(2211--2352)
10 Inode bitmap differences: +(1--11)
/third_party/e2fsprogs/tests/j_recover_csum2_32bit/
Dexpect.17 Block bitmap differences: +(1--259) +265 +(274--275) +281 +(290--418) +(1059--1186) +(2211--2352)
10 Inode bitmap differences: +(1--11)
/third_party/e2fsprogs/tests/f_bitmaps/
Dexpect.18 Block bitmap differences: +12 -20 +41 -50
11 Inode bitmap differences: +11 -15
/third_party/e2fsprogs/tests/f_bad_bmap_csum/
Dexpect.19 Inode bitmap differences: Group 0 inode bitmap does not match checksum.
11 Block bitmap differences: Group 0 block bitmap does not match checksum.
/third_party/node/deps/npm/test/tap/
Dbundled-no-add-to-move.js46 …var differences = sortActions(diffTrees(oldTree, newTree)).map(function (diff) { return diff[0] + …
47 …t.isDeeply(differences, ['add/abc/one', 'remove/one', 'add/abc'], 'bundled add/remove stays add/re…
/third_party/e2fsprogs/tests/j_corrupt_ext_jnl_sb_csum/
Dexpect9 Block bitmap differences: +(1--31) +34 +(50--82)
12 Inode bitmap differences: +(1--11)
/third_party/e2fsprogs/tests/f_illbbitmap/
Dexpect.119 Block bitmap differences: +(1--21)
22 Inode bitmap differences: -(12--21)
/third_party/e2fsprogs/tests/f_many_subdirs/
Dexpect.123 Block bitmap differences: -73383
32 Inode bitmap differences: -26363
/third_party/e2fsprogs/tests/j_short_trans_64bit/
Dexpect31 Block bitmap differences: +(0--1066) +(32768--36896)
34 Inode bitmap differences: +(1--11)
/third_party/e2fsprogs/tests/j_short_trans/
Dexpect29 Block bitmap differences: +(0--1050) +(32768--36880)
32 Inode bitmap differences: +(1--11)
/third_party/e2fsprogs/tests/j_short_trans_old_csum/
Dexpect31 Block bitmap differences: +(0--1050) +(32768--36880)
34 Inode bitmap differences: +(1--11)
/third_party/e2fsprogs/tests/t_replay_and_set/
Dexpect27 Block bitmap differences: +(0--1050) +(32768--36880)
30 Inode bitmap differences: +(1--11)
/third_party/e2fsprogs/tests/f_lpf/
Dexpect.127 Block bitmap differences: +(22--23) +49 +(57--58)
36 Inode bitmap differences: +13
/third_party/e2fsprogs/tests/j_short_trans_mcsum_64bit/
Dexpect31 Block bitmap differences: +(0--65) +(67--69) +(71--584) +(1097--2126) +(65536--69631) +(98304--983…
34 Inode bitmap differences: +(1--11)
/third_party/e2fsprogs/tests/f_badtable/
Dexpect.121 Block bitmap differences: -(12--20)
30 Inode bitmap differences: +(12--16) +(25--32)
/third_party/e2fsprogs/tests/j_short_trans_recover_mcsum_64bit/
Dexpect33 Block bitmap differences: +(0--65) +(67--69) +(71--584) +(1097--2126) +(65536--69631) +(98304--983…
36 Inode bitmap differences: +(1--11)

12345678910>>...31