/external/e2fsprogs/tests/f_dupsuper/ |
expect.1 | 21 Block bitmap differences: -(29--31)
|
/external/e2fsprogs/tests/f_holedir/ |
expect.1 | 21 Block bitmap differences: -21
|
/external/e2fsprogs/tests/f_illibitmap/ |
expect.1 | 19 Inode bitmap differences: +(1--11)
|
/external/e2fsprogs/tests/f_illitable_flexbg/ |
expect.1 | 18 Inode bitmap differences: -(65--128)
|
/external/e2fsprogs/tests/f_imagic/ |
expect.1 | 26 Block bitmap differences: -(9--19)
|
/external/e2fsprogs/tests/f_lpf2/ |
expect.1 | 20 Block bitmap differences: -(9--19)
|
/external/e2fsprogs/tests/f_messy_inode/ |
expect.1 | 26 Block bitmap differences: -(43--49)
|
/external/guava/guava/src/com/google/common/collect/ |
SortedMapDifference.java | 24 * An object representing the differences between two sorted maps.
|
MapDifference.java | 26 * An object representing the differences between two maps. 34 * Returns {@code true} if there are no differences between the two maps;
|
/external/icu/icu4c/source/test/intltest/ |
allcoll.cpp | 167 /* result is 1, secondary differences only for ignorable space characters*/ 170 errln("Comparing two strings with only secondary differences in C failed.\n"); 172 /* To compare them with just primary differences */ 178 errln("Comparing two strings with no differences in C failed.\n");
|
/external/libcxx/utils/sym_check/ |
sym_diff.py | 3 sym_diff - Compare two symbol lists and output the differences.
|
/external/llvm/utils/ |
findoptdiff | 25 # continues until all optimization passes have been tried. The differences 28 # To work around differences in the assembly language format, the script 31 # differences in the two builds. These filters are optional. 86 echo "Differences:"
|
/external/llvm/utils/lit/utils/ |
check-sdist | 43 echo "error: there were differences in the source lists!"
|
/external/valgrind/tests/ |
malloc.h | 1 // Replacement for malloc.h which factors out platform differences.
|
/frameworks/wilhelm/tools/hashgen/ |
README.txt | 16 If the differences look OK, then copy the new IID_to_MPH.c back to
|
/packages/inputmethods/LatinIME/native/dicttoolkit/src/command_executors/ |
diff_executor.cpp | 33 getArgumentsParser().printUsage(COMMAND_NAME, "Shows differences between two dictionaries.");
|
/prebuilts/go/darwin-x86/src/regexp/testdata/ |
README | 9 The test data has been edited to reflect RE2/Go differences:
|
/prebuilts/go/linux-x86/src/regexp/testdata/ |
README | 9 The test data has been edited to reflect RE2/Go differences:
|
/external/jdiff/src/jdiff/ |
Diff.java | 7 * Class to generate colored differences between two sections of HTML text. 15 * Save the differences between the two strings in a DiffOutput object 31 // Generate the differences. 40 * Generate the differences. 52 // Generate the differences in blockquotes to cope with unterminated 155 * Add the differences to the text passed in. The old documentation is 269 * Emit all the documentation differences into one file per package. 323 diffFile.println(currPkgName + " Documentation Differences"); 380 diffFile.println(currPkgName + " Documentation Differences"); 384 diffFile.println("This file contains all the changes in documentation in the package <code>" + currPkgName + "</code> as colored differences.") [all...] |
/external/pcre/dist/doc/ |
pcrecompat.3 | 4 .SH "DIFFERENCES BETWEEN PCRE AND PERL" 7 This document describes the differences in the ways that PCRE and Perl handle 8 regular expressions. The differences described here are with respect to Perl 81 differences in more detail in the 84 section on recursion differences from Perl 109 13. There are some differences that are concerned with the settings of captured
|
/external/skia/tools/ |
skdiff_html.cpp | 31 const RecordArray& differences, 57 stream->writeDecAsText(differences.count()); 226 const RecordArray& differences, 283 print_table_header(&outputStream, matchCount, colorThreshold, differences, 286 for (i = 0; i < differences.count(); i++) { 287 DiffRecord* diff = differences[i];
|
skdiff_main.cpp | 380 RecordArray* differences, 517 differences->push(drp); 538 differences->push(drp); 559 differences->push(drp); 597 "\n --threshold <n>: only report differences > n (per color channel) [default 0]" 634 RecordArray differences; local 808 create_diff_images(diffProc, colorThreshold, &differences, 818 if (differences.count()) { 819 qsort(differences.begin(), differences.count() [all...] |
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
fake_filesystem_vs_real_test.py | 299 Wraps DiffOsPathMethodBehavior, raising AssertionError if any differences 335 differences = [] 339 differences.append(diff) 344 differences.append(diff) 348 differences.append(diff) 352 differences.append(diff) 353 if differences: 355 (path, '\n '.join(differences))) 362 differences = [] 366 differences.append(diff [all...] |
/external/ceres-solver/internal/ceres/ |
gradient_checking_cost_function.h | 44 // with finite differences. Bad results are logged; required precision is 57 // differences.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
ComponentResults.java | 101 public List getConfigNumbers(String configName, boolean fingerprints, List differences) { 123 differences.add(firstLine); 142 differences.add(line); 161 // Write differences lines 167 // appendDifferences(lastBuildName, configName, previousMilestoneName, differences, fingerprints); 168 // appendDifferences(lastBuildName, configName, previousBuildName, differences, fingerprints); 170 // Return the computed differences 171 return differences;
|