Searched refs:difflib (Results 1 - 16 of 16) sorted by relevance

/external/pdfium/testing/tools/
H A Dtext_diff.py6 import difflib namespace
20 diffs = difflib.unified_diff(
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt018llstar.py7 import difflib namespace
29 d = difflib.Differ()
H A Dt020fuzzy.py7 import difflib namespace
32 d = difflib.Differ()
H A Dt012lexerXML.py7 import difflib namespace
46 d = difflib.Differ()
H A Dtestbase.py121 import difflib namespace
125 raise AssertionError(''.join(difflib.unified_diff(a, b)))
/external/clang/utils/check_cfc/
H A Dobj_diff.py6 import difflib namespace
32 are the first ones. Truncate data before sending to difflib. Returns None
48 diff = difflib.unified_diff(a[:first_diff_idx+context],
/external/clang/tools/clang-format/
H A Dclang-format.py20 import difflib namespace
83 sequence = difflib.SequenceMatcher(None, vim.current.buffer, lines)
H A Dclang-format-diff.py26 import difflib namespace
112 diff = difflib.unified_diff(code, formatted_code,
/external/jsoncpp/devtools/
H A Dlicenseupdater.py39 import difflib namespace
40 print '\n'.join( difflib.unified_diff( original_text.split('\n'),
/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/
H A Dtest_formatter.py5 import difflib namespace
111 differ = difflib.Differ()
/external/v8/build/
H A Dlandmines.py17 import difflib namespace
75 diff = difflib.unified_diff(old_landmines, new_landmines,
/external/markdown/
H A Dtest-markdown.py3 import os, difflib, time, gc, codecs, platform, sys namespace
150 differ = difflib.Differ()
152 htmldiff = difflib.HtmlDiff()
255 #diff = difflib.ndiff(expected_output.split("\n"),
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
H A Dfsdiff.py407 import difflib namespace
408 return '\n'.join(difflib.ndiff(actual_lines, expected_lines))
/external/lldb/test/unittest2/
H A Dcase.py4 import difflib namespace
198 # by assert methods using difflib. It is looked up as an instance attribute
746 difflib.ndiff(pprint.pformat(seq1).splitlines(),
857 diff = ('\n' + '\n'.join(difflib.ndiff(
937 diff = '\n' + ''.join(difflib.ndiff(first.splitlines(True),
/external/harfbuzz_ng/test/shaping/
H A Dhb_test_tools.py3 import sys, os, re, difflib, unicodedata, errno, cgi namespace
81 for l in difflib.Differ().compare (*ss):
/external/lldb/test/unittest2/test/
H A Dtest_case.py1 import difflib namespace
908 diff = '\n'.join(difflib.ndiff(pprint.pformat(seq1).splitlines(),

Completed in 707 milliseconds