Home
last modified time | relevance | path

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

12345678910>>...16

/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/mesa3d/src/gallium/tools/trace/
Ddiff_state.py254 differ = difflib.Differ()
255 result = differ.compare(a, b)
352 differ = Differ()
353 differ.visit(a, b)
/external/skia/tools/
Djsondiff.py194 differ = GMDiffer()
195 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java837 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/
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/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dswitch-or.ll3 ; Check that merging switch cases that differ in one bit works.
Dzext-inreg-1.ll3 ; These tests differ from the ones in zext-inreg-0.ll in that
/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/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/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
Dtest59450 # 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
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/swiftshader/third_party/LLVM/autoconf/m4/
Dbuild_exeext.m43 # may differ from the host platform.
/external/llvm/test/Linker/
Dapple-version.ll11 ; warnings are issued when the Triples differ only in version numbers.

12345678910>>...16