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

  /external/libvpx/libvpx/tools/
wrap-commit-msg.py 38 return textwrap.fill(text, break_long_words=False) + '\n'
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
wrap-commit-msg.py 38 return textwrap.fill(text, break_long_words=False) + '\n'
  /external/opencv3/3rdparty/jinja2/
filters.py 480 def do_wordwrap(environment, s, width=79, break_long_words=True,
498 break_long_words=break_long_words))
  /hardware/bsp/intel/peripheral/libmraa/src/
doxy2swig.py 126 self.add_text(textwrap.fill(txt, break_long_words=False))
423 _tmp = textwrap.fill(i.strip(), break_long_words=False)
  /hardware/bsp/intel/peripheral/libupm/src/
doxy2swig.py 126 self.add_text(textwrap.fill(txt, break_long_words=False))
423 _tmp = textwrap.fill(i.strip(), break_long_words=False)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_textwrap.py 484 # Test with break_long_words disabled
485 self.wrapper.break_long_words = 0
496 result = wrap(self.text, width=30, break_long_words=0)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_textwrap.py 484 # Test with break_long_words disabled
485 self.wrapper.break_long_words = 0
496 result = wrap(self.text, width=30, break_long_words=0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 484 # Test with break_long_words disabled
485 self.wrapper.break_long_words = 0
496 result = wrap(self.text, width=30, break_long_words=0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 484 # Test with break_long_words disabled
485 self.wrapper.break_long_words = 0
496 result = wrap(self.text, width=30, break_long_words=0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
textwrap.py 50 the maximum width of wrapped lines (unless break_long_words
71 break_long_words (default: true)
122 break_long_words=True,
131 self.break_long_words = break_long_words
227 if self.break_long_words:
247 length 'self.width' or less. (If 'break_long_words' is false,
250 indivisible (modulo 'break_long_words'), but a line break can
  /prebuilts/gdb/linux-x86/lib/python2.7/
textwrap.py 50 the maximum width of wrapped lines (unless break_long_words
71 break_long_words (default: true)
122 break_long_words=True,
131 self.break_long_words = break_long_words
227 if self.break_long_words:
247 length 'self.width' or less. (If 'break_long_words' is false,
250 indivisible (modulo 'break_long_words'), but a line break can
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 50 the maximum width of wrapped lines (unless break_long_words
71 break_long_words (default: true)
122 break_long_words=True,
131 self.break_long_words = break_long_words
227 if self.break_long_words:
247 length 'self.width' or less. (If 'break_long_words' is false,
250 indivisible (modulo 'break_long_words'), but a line break can
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 50 the maximum width of wrapped lines (unless break_long_words
71 break_long_words (default: true)
122 break_long_words=True,
131 self.break_long_words = break_long_words
227 if self.break_long_words:
247 length 'self.width' or less. (If 'break_long_words' is false,
250 indivisible (modulo 'break_long_words'), but a line break can

Completed in 621 milliseconds