Home
last modified time | relevance | path

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

12345678910>>...24

/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 …]
Dconcepts.md99 1. Primary Level: Typically, this is used to denote differences between base
105 differences (for example, "as" < "às" < "at"). Other differences between
106 letters can also be considered secondary differences, depending on the
115 3. Tertiary Level: Upper and lower case differences in characters are
136 value differences between two strings is an extremely rare occurrence.
281 punctuation (if any). If the comparison function ignores differences at the
319 Some applications prefer to emphasize case differences so that words starting
322 differences.
324 The UCA does not provide means to separate out either case or Kana differences
325 from the remaining tertiary differences. However, the ICU Collation Service has
[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]
Dinstall.js225 this.differences = [] property in Installer
492 [diffTrees, this.currentTree, this.idealTree, this.differences, cg.newGroup('diffTrees')],
494 [checkPermissions, this.differences],
495 [decomposeActions, this.differences, this.todo]
504 asyncMap(this.differences, function (action, next) {
520 self.differences.length = 0
521 Array.prototype.push.apply(self.differences, linkTodoList) argument
522 diffTrees(self.currentTree, self.idealTree, self.differences, log.newGroup('d2'), cb)
642 return audit.generateFromInstall(this.idealTree, this.differences, this.args, this.remove)
747 return this.differences.filter(function (action) {
[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()
Dskdiff_html.h16 const RecordArray& differences,
/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 …]
Dskdiff_html.h16 const RecordArray& differences,
/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/libabigail/
DREADME14 that's cool), provide detailed information about their differences,
16 differences.
/third_party/protobuf/conformance/
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/flatbuffers/.appveyor/
Dcheck-generate-code.bat20 :: TODO: Release and Debug builds produce differences here for some reason.
30 @echo "ERROR: The following differences were found after running the" >&2
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/text-rendering-tests/
DDISABLED4 # Rounding differences
/third_party/libabigail/tests/data/test-abicompat/
Dtest1-fn-removed-report-0.txt1 …ved-app' is not ABI compatible with 'libtest1-fn-removed-v1.so' due to differences with 'libtest1-…
Dtest2-var-removed-report-0.txt1 …ed-app' is not ABI compatible with 'libtest2-var-removed-v1.so' due to differences with 'libtest2-…
Dtest3-fn-removed-report-0.txt1 …ved-app' is not ABI compatible with 'libtest3-fn-removed-v1.so' due to differences with 'libtest3-…
Dtest4-soname-changed-report-0.txt1 …app' is not ABI compatible with 'libtest4-soname-changed-v1.so' due to differences with 'libtest4-…
/third_party/mesa3d/src/glx/apple/
DRELEASE_NOTES47 differences. The contents of your pbuffers will not be clobbered.
51 Due to basic low-level architectural differences the usage of shared
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/
DDISABLED4 # Rounding differences
/third_party/harfbuzz/test/shaping/data/text-rendering-tests/
DDISABLED4 # Rounding differences

12345678910>>...24