Home
last modified time | relevance | path

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

12345678910>>...23

/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/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/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/libabigail/tests/data/test-abicompat/
Dtest2-var-removed-report-0.txt1 …ed-app' is not ABI compatible with 'libtest2-var-removed-v1.so' due to differences with 'libtest2-…
Dtest1-fn-removed-report-0.txt1 …ved-app' is not ABI compatible with 'libtest1-fn-removed-v1.so' due to differences with 'libtest1-…
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-…
Dtest7-fn-changed-report-0.txt1 …t not be ABI compatible with 'libtest7-fn-changed-libapp-v1.so' due to differences with 'libtest7-…
Dtest0-fn-changed-report-0.txt1 …t not be ABI compatible with 'libtest0-fn-changed-libapp-v1.so' due to differences with 'libtest0-…
/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/jerryscript/targets/mbedos5/
DREADME.md21 differences (due to differences between JavaScript and C++ like lack of operator
/third_party/icu/docs/userguide/transforms/
Dcasemappings.md31 as small or minuscule). Alphabets with case differences are called bicameral and
32 alphabets without case differences are called unicameral.
101 Case folding maps strings to a canonical form where case differences are erased.
/third_party/skia/third_party/externals/angle2/include/CL/
DREADME.md8 1. Inspect the differences between all headers from `OpenCL-Headers/CL/` and this folder.
/third_party/icu/docs/processes/release/tasks/
Dcopy-shared-tests.md23 Copy all of these from CLDR to ICU, and sanity check the differences, then check
/third_party/glslang/Test/
Dspv.precise.tese26 // This is done to detect possible small differences in edge vertex positions
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dversions.txt37 All differences in behavior between these extensions and the corresponding
52 All differences in behavior between these extensions and the corresponding
214 All differences in behavior between these extensions and the corresponding
229 All differences in behavior between these extensions and the corresponding
/third_party/libabigail/doc/manuals/
Dabidiff.rst9 differences between the two ABIs.
278 Rather than displaying the detailed ABI differences between
280 some summary statistics about these differences.
289 In the resulting report about the differences between
296 In the resulting report about the differences between
303 In the resulting report about the differences between
310 In the resulting report about the differences between
317 In the resulting report about the differences between
324 In the resulting report about the differences between
353 In the resulting report about the differences between
[all …]
/third_party/python/Doc/howto/
Dcporting.rst20 but the library then handles differences between various Python
/third_party/node/deps/npm/docs/content/commands/
Dnpm-config.md128 [folders](/configuring-npm/folders) for more on the differences in behavior.
157 [folders](/configuring-npm/folders) for more on the differences in behavior.

12345678910>>...23