HomeSort by relevance Sort by last modified time
    Searched refs:autojunk (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_difflib.py 32 """Tests for the autojunk parameter added in 2.7"""
34 # By default autojunk=True and the heuristic kicks in for a sequence
43 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
  /external/python/cpython2/Lib/test/
test_difflib.py 32 """Tests for the autojunk parameter added in 2.7"""
34 # By default autojunk=True and the heuristic kicks in for a sequence
43 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_difflib.py 32 """Tests for the autojunk parameter added in 2.7"""
34 # By default autojunk=True and the heuristic kicks in for a sequence
43 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_difflib.py 32 """Tests for the autojunk parameter added in 2.7"""
34 # By default autojunk=True and the heuristic kicks in for a sequence
43 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_difflib.py 32 """Tests for the autojunk parameter added in 2.7"""
34 # By default autojunk=True and the heuristic kicks in for a sequence
43 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_difflib.py 32 """Tests for the autojunk parameter added in 2.7"""
34 # By default autojunk=True and the heuristic kicks in for a sequence
43 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
difflib.py 154 def __init__(self, isjunk=None, a='', b='', autojunk=True):
173 Optional arg autojunk should be set to False to disable the
215 # its elements (when autojunk is enabled).
220 self.autojunk = autojunk
336 if self.autojunk and n >= 200:
    [all...]
  /external/python/cpython2/Lib/
difflib.py 152 def __init__(self, isjunk=None, a='', b='', autojunk=True):
171 Optional arg autojunk should be set to False to disable the
213 # its elements (when autojunk is enabled).
218 self.autojunk = autojunk
334 if self.autojunk and n >= 200:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py 154 def __init__(self, isjunk=None, a='', b='', autojunk=True):
173 Optional arg autojunk should be set to False to disable the
215 # its elements (when autojunk is enabled).
220 self.autojunk = autojunk
336 if self.autojunk and n >= 200:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py 154 def __init__(self, isjunk=None, a='', b='', autojunk=True):
173 Optional arg autojunk should be set to False to disable the
215 # its elements (when autojunk is enabled).
220 self.autojunk = autojunk
336 if self.autojunk and n >= 200:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 154 def __init__(self, isjunk=None, a='', b='', autojunk=True):
173 Optional arg autojunk should be set to False to disable the
215 # its elements (when autojunk is enabled).
220 self.autojunk = autojunk
336 if self.autojunk and n >= 200:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 154 def __init__(self, isjunk=None, a='', b='', autojunk=True):
173 Optional arg autojunk should be set to False to disable the
215 # its elements (when autojunk is enabled).
220 self.autojunk = autojunk
336 if self.autojunk and n >= 200:
    [all...]

Completed in 4499 milliseconds