Searched defs:ndiff (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Ddifflib.py12 Function ndiff(a, b):
16 Return one of the two sequences that generated an ndiff delta.
31 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
1089 # With respect to junk, an earlier version of ndiff simply refused to
1094 # not starting with junk is "e Thread currentThread". So ndiff reported
1101 # following blank; then "Thread" is matched; and finally ndiff reports
1316 def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK): function
1333 Tools/scripts/ndiff.py is a command-line front-end to this function.
1337 >>> diff = ndiff('one\ntwo\nthree\n'.splitlines(1),
1361 linejunk -- passed on to ndiff (se
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Ddifflib.py12 Function ndiff(a, b):
16 Return one of the two sequences that generated an ndiff delta.
31 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
1089 # With respect to junk, an earlier version of ndiff simply refused to
1094 # not starting with junk is "e Thread currentThread". So ndiff reported
1101 # following blank; then "Thread" is matched; and finally ndiff reports
1316 def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK): function
1333 Tools/scripts/ndiff.py is a command-line front-end to this function.
1337 >>> diff = ndiff('one\ntwo\nthree\n'.splitlines(1),
1361 linejunk -- passed on to ndiff (se
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddifflib.py12 Function ndiff(a, b):
16 Return one of the two sequences that generated an ndiff delta.
31 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
1089 # With respect to junk, an earlier version of ndiff simply refused to
1094 # not starting with junk is "e Thread currentThread". So ndiff reported
1101 # following blank; then "Thread" is matched; and finally ndiff reports
1316 def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK): function
1333 Tools/scripts/ndiff.py is a command-line front-end to this function.
1337 >>> diff = ndiff('one\ntwo\nthree\n'.splitlines(1),
1361 linejunk -- passed on to ndiff (se
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddifflib.py12 Function ndiff(a, b):
16 Return one of the two sequences that generated an ndiff delta.
31 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
1089 # With respect to junk, an earlier version of ndiff simply refused to
1094 # not starting with junk is "e Thread currentThread". So ndiff reported
1101 # following blank; then "Thread" is matched; and finally ndiff reports
1316 def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK): function
1333 Tools/scripts/ndiff.py is a command-line front-end to this function.
1337 >>> diff = ndiff('one\ntwo\nthree\n'.splitlines(1),
1361 linejunk -- passed on to ndiff (se
[all...]

Completed in 176 milliseconds