Searched refs:differ (Results 1 – 25 of 294) sorted by relevance
12345678910>>...12
/external/clang/utils/ |
D | CmpDriver | 134 differ = False 154 differ = True 174 differ = True 180 differ = True 184 differ = True 202 differ = True 209 differ = True 211 if differ:
|
/external/autotest/client/tests/ltp/ |
D | ltp-diff.py | 76 differ = 0 86 differ = 1 87 if differ:
|
/external/autotest/client/site_tests/kernel_LTP/ |
D | ltp-diff.py | 81 differ = 0 91 differ = 1 92 if differ:
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | edit_site_config.py | 138 differ = difflib.Differ() 139 return '\n'.join(differ.compare(
|
/external/skia/tools/ |
D | jsondiff.py | 194 differ = GMDiffer() 195 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
|
/external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/ |
D | test_formatter.py | 111 differ = difflib.Differ() 112 result = list(differ.compare(s1.splitlines(), s2.splitlines()))
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | Demo.java | 839 Differ differ = new Differ(300, 3); in showDifference() local 844 if (j < as.length()) differ.addA(as.substring(j, j+1)); in showDifference() 845 if (j < bs.length()) differ.addB(bs.substring(j, j+1)); in showDifference() 846 differ.checkMatch(j == max); in showDifference() 848 if (differ.getACount() != 0 || differ.getBCount() != 0) { in showDifference() 850 if (differ.getACount() != 0) { in showDifference() 852 for (int i = 0; i < differ.getACount(); ++i) { in showDifference() 853 out.append(differ.getA(i)); in showDifference() 857 if (differ.getBCount() != 0) { in showDifference() 859 for (int i = 0; i < differ.getBCount(); ++i) { in showDifference() [all …]
|
/external/harfbuzz_ng/test/shaping/ |
D | README.md | 23 * If the outputs differ, perhaps it is because the font does not have 25 * If the outputs differ, recording fails. Otherwise, it will move the
|
/external/webrtc/build_overrides/ |
D | README.md | 3 This directory is used to allow us to customize variables that differ between
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_capture.gypi | 39 "differ.cc", 40 "differ.h",
|
D | BUILD.gn | 44 "differ.cc", 45 "differ.h",
|
/external/llvm/test/CodeGen/X86/ |
D | zext-inreg-1.ll | 3 ; These tests differ from the ones in zext-inreg-0.ll in that
|
D | switch-or.ll | 3 ; Check that merging switch cases that differ in one bit works.
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
D | fsdiff.py | 150 differ=None, not_found=None, argument 179 if differ: 180 msg = differ(actual_content, expected_content)
|
/external/llvm/test/Transforms/MergeFunc/ |
D | merge-const-ptr-and-int.ll | 5 ; Afunc and Bfunc differ only in that one returns i64, the other a pointer.
|
D | undef-different-types.ll | 5 ; Cfunc and Dfunc differ only in that one returns i64, the other a pointer, and
|
/external/llvm/test/CodeGen/ARM/ |
D | smulw.ll | 5 ; as the top 16 bits of the result would differ
|
/external/markdown/ |
D | test-markdown.py | 150 differ = difflib.Differ() variable 258 diff = [x for x in differ.compare(expected_lines,
|
/external/curl/tests/data/ |
D | test591 | 50 # Strip off parts of the PORT and EPRT commands that might differ
|
D | test592 | 50 # Strip off parts of the PORT and EPRT commands that might differ
|
D | test594 | 50 # Strip off parts of the PORT and EPRT commands that might differ
|
D | test593 | 50 # Strip off parts of the PORT and EPRT commands that might differ
|
D | test588 | 48 # Strip off parts of the PORT and EPRT commands that might differ
|
/external/clang/test/Coverage/ |
D | objc-language-features.inc | 33 // Property type can differ from ivar type.
|
/external/llvm/autoconf/m4/ |
D | build_exeext.m4 | 3 # may differ from the host platform.
|
12345678910>>...12