Searched refs:differ (Results 1 – 25 of 390) sorted by relevance
12345678910>>...16
/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/mesa3d/src/gallium/tools/trace/ |
D | diff_state.py | 254 differ = difflib.Differ() 255 result = differ.compare(a, b) 352 differ = Differ() 353 differ.visit(a, b)
|
/external/skia/tools/ |
D | jsondiff.py | 194 differ = GMDiffer() 195 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | Demo.java | 837 IntDiffer differ = new IntDiffer(300, 3); in showDifference() local 847 differ.addA(ca); in showDifference() 853 differ.addB(cb); in showDifference() 856 differ.checkMatch(done); in showDifference() 858 if (differ.getACount() != 0 || differ.getBCount() != 0) { in showDifference() 860 if (differ.getACount() != 0) { in showDifference() 862 for (int i = 0; i < differ.getACount(); ++i) { in showDifference() 863 out.appendCodePoint(differ.getA(i)); in showDifference() 867 if (differ.getBCount() != 0) { in showDifference() 869 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/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | switch-or.ll | 3 ; Check that merging switch cases that differ in one bit works.
|
D | zext-inreg-1.ll | 3 ; These tests differ from the ones in zext-inreg-0.ll in that
|
/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/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/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 | test594 | 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 | 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/swiftshader/third_party/LLVM/autoconf/m4/ |
D | build_exeext.m4 | 3 # may differ from the host platform.
|
/external/llvm/test/Linker/ |
D | apple-version.ll | 11 ; warnings are issued when the Triples differ only in version numbers.
|
12345678910>>...16