OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:break_long_words
(Results
1 - 9
of
9
) sorted by null
/external/libvpx/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
94
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)
/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/tools/metrics/histograms/
pretty_print.py
129
wrapper.
break_long_words
= False
/external/chromium_org/base/android/jni_generator/
jni_generator.py
[
all
...]
Completed in 607 milliseconds