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

  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
wrap-commit-msg.py 38 return textwrap.fill(text, break_long_words=False) + '\n'
  /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/chromium_org/tools/grit/grit/format/policy_templates/writers/
json_writer.py 78 break_long_words = False,
  /external/chromium_org/third_party/jinja2/
filters.py 480 def do_wordwrap(environment, s, width=79, break_long_words=True,
498 break_long_words=break_long_words))
  /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)
  /external/chromium_org/tools/metrics/common/
pretty_print_xml.py 78 wrapper.break_long_words = False
  /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
  /external/chromium_org/base/android/jni_generator/
jni_generator.py     [all...]

Completed in 713 milliseconds