Home
last modified time | relevance | path

Searched refs:break_long_words (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/
Dtextwrap.py122 break_long_words=True, argument
131 self.break_long_words = break_long_words
227 if self.break_long_words:
/external/python/cpython3/Lib/
Dtextwrap.py122 break_long_words=True, argument
135 self.break_long_words = break_long_words
217 if self.break_long_words:
/external/python/cpython3/Lib/test/
Dtest_textwrap.py190 self.check_wrap(text, 1, expect, break_long_words=False)
208 self.check_wrap(text, 1, text.split(), break_long_words=False)
216 self.check_wrap(text, 1, text.split(), break_long_words=False)
620 self.wrapper.break_long_words = 0
631 result = wrap(self.text, width=30, break_long_words=0)
/external/libvpx/libvpx/tools/
Dwrap-commit-msg.py38 return textwrap.fill(text, break_long_words=False) + '\n'
/external/libaom/libaom/tools/
Dwrap-commit-msg.py40 return textwrap.fill(text, break_long_words=False) + '\n'
/external/python/cpython2/Doc/library/
Dtextwrap.rst50 :attr:`TextWrapper.break_long_words` is set to false.
189 .. attribute:: break_long_words
203 for line breaks, but you need to set :attr:`break_long_words` to false if
/external/libchrome/third_party/jinja2/
Dfilters.py615 def do_wordwrap(environment, s, width=79, break_long_words=True, argument
633 break_long_words=break_long_words))
/external/python/cpython3/Doc/library/
Dtextwrap.rst128 :attr:`TextWrapper.break_long_words` is set to false.
244 .. attribute:: break_long_words
258 for line breaks, but you need to set :attr:`break_long_words` to false if
/external/python/cpython2/Lib/test/
Dtest_textwrap.py485 self.wrapper.break_long_words = 0
496 result = wrap(self.text, width=30, break_long_words=0)
/external/perfetto/tools/
Dgen_build256 break_long_words=False,
/external/libchrome/base/android/jni_generator/
Djni_generator.py55 break_long_words=False)