Home
last modified time | relevance | path

Searched refs:ndiff (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Ddiff.py40 diff = difflib.ndiff(fromlines, tolines)
Dndiff.py76 for line in difflib.ndiff(a, b):
DREADME19 diff.py Print file diffs in context, unified, or ndiff formats
46 ndiff.py Intelligent diff between text files (Tim Peters)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_dis.py101 "\n".join(difflib.ndiff(expected,
Dtest_sys_settrace.py264 "\n".join(difflib.ndiff([str(x) for x in expected_events],
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py716 difflib.ndiff(pprint.pformat(seq1).splitlines(),
827 diff = ('\n' + '\n'.join(difflib.ndiff(
918 diff = '\n' + ''.join(difflib.ndiff(firstlines, secondlines))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddifflib.py1316 def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK): function
1392 diff_lines_iterator = ndiff(fromlines,tolines,linejunk,charjunk)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_case.py597 diff = '\n'.join(difflib.ndiff(pprint.pformat(seq1).splitlines(),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_renamed.py58 diff = difflib.ndiff(sfirst.splitlines(), ssecond.splitlines())
Dtest_email.py57 diff = difflib.ndiff(sfirst.splitlines(), ssecond.splitlines())