Searched defs:textwrap (Results 1 - 25 of 69) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt060leftrecursion.py3 import textwrap namespace
62 # grammar = textwrap.dedent(
82 # grammar = textwrap.dedent(
101 # grammar = textwrap.dedent(
133 # grammar = textwrap.dedent(
170 # grammar = textwrap.dedent(
207 # grammar = textwrap.dedent(
247 # grammar = textwrap.dedent(
284 # grammar = textwrap.dedent(
326 # grammar = textwrap
[all...]
H A Dt045dfabug.py2 import textwrap namespace
H A Dt046rewrite.py2 import textwrap namespace
10 input = textwrap.dedent(
29 expectedOutput = textwrap.dedent('''\
H A Dt047treeparser.py2 import textwrap namespace
37 input = textwrap.dedent(
102 input = textwrap.dedent(
H A Dt056lexer.py2 import textwrap namespace
28 grammar = textwrap.dedent(
H A Dt012lexerXML.py8 import textwrap namespace
54 input = textwrap.dedent("""\
78 input = textwrap.dedent("""\
102 input = textwrap.dedent("""\
H A Dt022scopes.py4 import textwrap namespace
56 textwrap.dedent('''\
77 textwrap.dedent('''\
99 textwrap.dedent('''\
125 textwrap.dedent('''\
139 textwrap.dedent('''\
153 textwrap.dedent('''\
H A Dt054main.py4 import textwrap namespace
22 grammar = textwrap.dedent(
54 grammar = textwrap.dedent(
79 grammar = textwrap.dedent(
105 grammar = textwrap.dedent(
131 grammar = textwrap.dedent(
160 grammar = textwrap.dedent(
189 grammar = textwrap.dedent(
203 treeGrammar = textwrap.dedent(
230 grammar = textwrap
[all...]
H A Dt049treeparser.py2 import textwrap namespace
53 grammar = textwrap.dedent(
65 treeGrammar = textwrap.dedent(
87 grammar = textwrap.dedent(
99 treeGrammar = textwrap.dedent(
120 grammar = textwrap.dedent(
134 treeGrammar = textwrap.dedent(
155 grammar = textwrap.dedent(
169 treeGrammar = textwrap.dedent(
190 grammar = textwrap
[all...]
H A Dt052import.py2 import textwrap namespace
130 slave = textwrap.dedent(
145 master = textwrap.dedent(
188 slave = textwrap.dedent(
201 master = textwrap.dedent(
223 slave = textwrap.dedent(
239 master = textwrap.dedent(
260 slave = textwrap.dedent(
274 slave2 = textwrap.dedent(
287 master = textwrap
[all...]
H A Dt055templates.py2 import textwrap namespace
28 grammar = textwrap.dedent(
54 templates = textwrap.dedent(
68 grammar = textwrap.dedent(
95 grammar = textwrap.dedent(
120 grammar = textwrap.dedent(
149 grammar = textwrap.dedent(
173 grammar = textwrap.dedent(
197 grammar = textwrap.dedent(
225 templates = textwrap
[all...]
/external/libvpx/libvpx/tools/
H A Dwrap-commit-msg.py33 import textwrap namespace
38 return textwrap.fill(text, break_long_words=False) + '\n'
/external/autotest/utils/
H A Dcheck_control_file_vars.py2 import sys, os, textwrap namespace
21 print '\n'.join(textwrap.wrap(str(e), initial_indent=' ',
26 print textwrap.wrap("WARNING: This file is marked experimental. It will "
/external/python/cpython2/Lib/json/tests/
H A Dtest_separators.py1 import textwrap namespace
10 expect = textwrap.dedent("""\
H A Dtest_indent.py1 import textwrap namespace
11 expect = textwrap.dedent("""\
H A Dtest_tool.py3 import textwrap namespace
18 expect = textwrap.dedent("""\
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestdottreegen.py6 import textwrap namespace
45 expected = textwrap.dedent(
/external/autotest/site_utils/tester_feedback/
H A Dsequenced_request.py11 import textwrap namespace
47 return textwrap.fill(text.strip())
/external/python/cpython2/Lib/distutils/tests/
H A Dtest_check.py3 import textwrap namespace
102 example_rst_docs.append(textwrap.dedent("""\
110 example_rst_docs.append(textwrap.dedent("""\
/external/python/cpython2/Lib/test/
H A Dtest_complex_args.py4 import textwrap namespace
18 exec textwrap.dedent("""
27 exec textwrap.dedent("""
39 exec textwrap.dedent("""
45 exec textwrap.dedent("""
51 exec textwrap.dedent("""
66 exec textwrap.dedent("""
75 exec textwrap.dedent("""
87 exec textwrap.dedent("""
93 exec textwrap
[all...]
/external/toolchain-utils/crosperf/
H A Dhelp.py7 import textwrap namespace
20 return '\n'.join(textwrap.wrap(line, 80))
/external/webrtc/
H A Dsync_chromium.py30 import textwrap namespace
178 print textwrap.dedent("""\
/external/chromium-trace/catapult/devil/devil/utils/
H A Dmarkdown_test.py8 import textwrap namespace
29 raw = textwrap.dedent("""\
34 expected = textwrap.dedent("""\
45 raw = textwrap.dedent("""\
54 expected = textwrap.dedent("""\
/external/mesa3d/src/intel/isl/
H A Dgen_format_layout.py28 import textwrap namespace
36 text=textwrap.dedent("""\
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py7 import textwrap namespace
292 long_description=textwrap.dedent('''\

Completed in 608 milliseconds

123