OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SequenceMatcher
(Results
1 - 7
of
7
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py
7
Use
SequenceMatcher
to return list of the best "good enough" matches.
21
Class
SequenceMatcher
:
31
__all__ = ['get_close_matches', 'ndiff', 'restore', '
SequenceMatcher
',
46
class
SequenceMatcher
:
49
SequenceMatcher
is a flexible class for comparing pairs of sequences of
60
SequenceMatcher
tries to compute a "human-friendly diff" between two
74
>>> s =
SequenceMatcher
(lambda x: x == " ",
110
uses
SequenceMatcher
both to compare sequences of lines, and to compare
114
simple code building on
SequenceMatcher
can be used to do useful work.
117
case.
SequenceMatcher
is quadratic time for the worst case and ha
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py
7
Use
SequenceMatcher
to return list of the best "good enough" matches.
21
Class
SequenceMatcher
:
31
__all__ = ['get_close_matches', 'ndiff', 'restore', '
SequenceMatcher
',
46
class
SequenceMatcher
:
49
SequenceMatcher
is a flexible class for comparing pairs of sequences of
60
SequenceMatcher
tries to compute a "human-friendly diff" between two
74
>>> s =
SequenceMatcher
(lambda x: x == " ",
110
uses
SequenceMatcher
both to compare sequences of lines, and to compare
114
simple code building on
SequenceMatcher
can be used to do useful work.
117
case.
SequenceMatcher
is quadratic time for the worst case and ha
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js
430
difflib.
SequenceMatcher
= function(baseText, newText) { }
431
difflib.
SequenceMatcher
.prototype.get_opcodes = function() { return []; }
/prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar
/prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar
lombok-ast-0.2.jar
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar
Completed in 54 milliseconds