Searched refs:ndiff (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | diff.py | 40 diff = difflib.ndiff(fromlines, tolines)
|
D | ndiff.py | 76 for line in difflib.ndiff(a, b):
|
D | README | 19 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/ |
D | test_dis.py | 101 "\n".join(difflib.ndiff(expected,
|
D | test_sys_settrace.py | 264 "\n".join(difflib.ndiff([str(x) for x in expected_events],
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
D | case.py | 716 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/ |
D | difflib.py | 1316 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/ |
D | test_case.py | 597 diff = '\n'.join(difflib.ndiff(pprint.pformat(seq1).splitlines(),
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/ |
D | test_email_renamed.py | 58 diff = difflib.ndiff(sfirst.splitlines(), ssecond.splitlines())
|
D | test_email.py | 57 diff = difflib.ndiff(sfirst.splitlines(), ssecond.splitlines())
|