Home
last modified time | relevance | path

Searched refs:differ (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/external/clang/utils/
DCmpDriver134 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/
Dltp-diff.py76 differ = 0
86 differ = 1
87 if differ:
/external/autotest/client/site_tests/kernel_LTP/
Dltp-diff.py81 differ = 0
91 differ = 1
92 if differ:
/external/chromium-trace/catapult/dashboard/dashboard/
Dedit_site_config.py138 differ = difflib.Differ()
139 return '\n'.join(differ.compare(
/external/skia/tools/
Djsondiff.py194 differ = GMDiffer()
195 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
/external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
Dtest_formatter.py111 differ = difflib.Differ()
112 result = list(differ.compare(s1.splitlines(), s2.splitlines()))
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java839 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/
DREADME.md23 * 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/
DREADME.md3 This directory is used to allow us to customize variables that differ between
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_capture.gypi39 "differ.cc",
40 "differ.h",
DBUILD.gn44 "differ.cc",
45 "differ.h",
/external/llvm/test/CodeGen/X86/
Dzext-inreg-1.ll3 ; These tests differ from the ones in zext-inreg-0.ll in that
Dswitch-or.ll3 ; Check that merging switch cases that differ in one bit works.
/external/chromium-trace/catapult/third_party/Paste/paste/debug/
Dfsdiff.py150 differ=None, not_found=None, argument
179 if differ:
180 msg = differ(actual_content, expected_content)
/external/llvm/test/Transforms/MergeFunc/
Dmerge-const-ptr-and-int.ll5 ; Afunc and Bfunc differ only in that one returns i64, the other a pointer.
Dundef-different-types.ll5 ; Cfunc and Dfunc differ only in that one returns i64, the other a pointer, and
/external/llvm/test/CodeGen/ARM/
Dsmulw.ll5 ; as the top 16 bits of the result would differ
/external/markdown/
Dtest-markdown.py150 differ = difflib.Differ() variable
258 diff = [x for x in differ.compare(expected_lines,
/external/curl/tests/data/
Dtest59150 # Strip off parts of the PORT and EPRT commands that might differ
Dtest59250 # Strip off parts of the PORT and EPRT commands that might differ
Dtest59450 # Strip off parts of the PORT and EPRT commands that might differ
Dtest59350 # Strip off parts of the PORT and EPRT commands that might differ
Dtest58848 # Strip off parts of the PORT and EPRT commands that might differ
/external/clang/test/Coverage/
Dobjc-language-features.inc33 // Property type can differ from ivar type.
/external/llvm/autoconf/m4/
Dbuild_exeext.m43 # may differ from the host platform.

12345678910>>...12