/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestMetadata.java | 8 import org.unicode.cldr.util.Differ; 45 Differ<String> differ = new Differ<String>(200, 1); in checkEquals()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Differ.java | 16 final public class Differ<T> { class 22 public Differ(int stackSize, int matchCount) { in Differ() method in Differ
|
D | FindDTDOrder.java | 381 Differ differ = new Differ(200, 1); in showData()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | TestMetadata.java | 14 import org.unicode.cldr.util.Differ; 150 Differ<T> differ = new Differ<>(300, 10); in showDifference()
|
/external/python/cpython2/Doc/library/ |
D | difflib.rst | 51 .. class:: Differ 54 human-readable differences or deltas. Differ uses :class:`SequenceMatcher` 58 Each line of a :class:`Differ` delta begins with a two-letter code: 214 Compare *a* and *b* (lists of strings); return a :class:`Differ`\ -style 254 Given a *sequence* produced by :meth:`Differ.compare` or :func:`ndiff`, extract 603 Differ Objects 606 Note that :class:`Differ`\ -generated deltas make no claim to be **minimal** 612 The :class:`Differ` class has this constructor: 615 .. class:: Differ([linejunk[, charjunk]]) 628 :class:`Differ` objects are used (deltas generated) via a single method: [all …]
|
/external/python/cpython3/Doc/library/ |
D | difflib.rst | 59 .. class:: Differ 62 human-readable differences or deltas. Differ uses :class:`SequenceMatcher` 66 Each line of a :class:`Differ` delta begins with a two-letter code: 224 Compare *a* and *b* (lists of strings); return a :class:`Differ`\ -style 263 Given a *sequence* produced by :meth:`Differ.compare` or :func:`ndiff`, extract 642 Differ Objects 645 Note that :class:`Differ`\ -generated deltas make no claim to be **minimal** 651 The :class:`Differ` class has this constructor: 654 .. class:: Differ(linejunk=None, charjunk=None) 674 :class:`Differ` objects are used (deltas generated) via a single method: [all …]
|
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/ |
D | p1.cpp | 122 struct Differ { in g() struct 126 for (auto a : Differ()) in g()
|
/external/mesa3d/src/gallium/tools/trace/ |
D | diff_state.py | 186 class Differ(Visitor): class 254 differ = difflib.Differ() 352 differ = Differ()
|
/external/llvm-project/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/ |
D | p1.cpp | 137 struct Differ { in g() struct 141 for (auto a : Differ()) in g()
|
/external/antlr/runtime/Python/tests/ |
D | t018llstar.py | 29 d = difflib.Differ()
|
D | t020fuzzy.py | 32 d = difflib.Differ()
|
D | t012lexerXML.py | 46 d = difflib.Differ()
|
/external/llvm-project/debuginfo-tests/dexter/dex/command/commands/ |
D | DexExpectWatchBase.py | 137 value_differences = list(difflib.Differ().compare(actual_values,
|
/external/markdown/ |
D | test-markdown.py | 150 differ = difflib.Differ()
|
/external/python/cpython2/Lib/test/ |
D | test_difflib.py | 73 diff = list(difflib.Differ().compare(["\tI am a buggy"],["\t\tI am a bug"]))
|
/external/python/cpython3/Lib/test/ |
D | test_difflib.py | 90 diff = list(difflib.Differ().compare(["\tI am a buggy"],["\t\tI am a bug"])) 97 diff = list(difflib.Differ().compare(["\t \t \t^"], ["\t \t \t^\n"]))
|
/external/autotest/tko/parsers/test/ |
D | scenario_base.py | 164 return difflib.Differ().compare(to_los(left), to_los(right))
|
/external/llvm-project/debuginfo-tests/dexter/dex/heuristic/ |
D | Heuristic.py | 274 lst = list(difflib.Differ().compare(cmd_num_lst, order_list))
|
/external/python/cpython2/Lib/ |
D | difflib.py | 764 class Differ: class 1348 return Differ(linejunk, charjunk).compare(a, b)
|
D | doctest.py | 1649 engine = difflib.Differ(charjunk=difflib.IS_CHARACTER_JUNK)
|
/external/python/cpython3/Lib/ |
D | difflib.py | 756 class Differ: class 1378 return Differ(linejunk, charjunk).compare(a, b)
|
D | doctest.py | 1696 engine = difflib.Differ(charjunk=difflib.IS_CHARACTER_JUNK)
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 162 for l in difflib.Differ().compare (*ss):
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.2.rst | 1021 * The :mod:`difflib` module now contains a new :class:`Differ` class for
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.2.rst | 1021 * The :mod:`difflib` module now contains a new :class:`Differ` class for
|