Searched refs:textwrap (Results 1 - 25 of 26) sorted by relevance

12

/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 Dt051treeRewriteAST.py2 import textwrap namespace
50 grammar = textwrap.dedent(
63 treeGrammar = textwrap.dedent(
86 grammar = textwrap.dedent(
99 treeGrammar = textwrap.dedent(
121 grammar = textwrap.dedent(
134 treeGrammar = textwrap.dedent(
165 grammar = textwrap.dedent(
178 treeGrammar = textwrap.dedent(
200 grammar = 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...]
H A Dt046rewrite.py2 import textwrap namespace
10 input = textwrap.dedent(
29 expectedOutput = textwrap.dedent('''\
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 Dt053hetero.py2 import textwrap namespace
101 grammar = textwrap.dedent(
129 grammar = textwrap.dedent(
149 grammar = textwrap.dedent(
176 grammar = textwrap.dedent(
199 grammar = textwrap.dedent(
227 grammar = textwrap.dedent(
255 grammar = textwrap.dedent(
283 grammar = textwrap.dedent(
311 grammar = textwrap
[all...]
H A Dt057autoAST.py2 import textwrap namespace
113 grammar = textwrap.dedent(
128 grammar = textwrap.dedent(
143 grammar = textwrap.dedent(
158 grammar = textwrap.dedent(
173 grammar = textwrap.dedent(
188 grammar = textwrap.dedent(
203 grammar = textwrap.dedent(
218 grammar = textwrap.dedent(
233 grammar = textwrap
[all...]
H A Dt058rewriteAST.py2 import textwrap namespace
113 grammar = textwrap.dedent(
128 grammar = textwrap.dedent(
143 grammar = textwrap.dedent(
158 grammar = textwrap.dedent(
174 grammar = textwrap.dedent(
189 grammar = textwrap.dedent(
204 grammar = textwrap.dedent(
219 grammar = textwrap.dedent(
235 grammar = textwrap
[all...]
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 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 Dt045dfabug.py2 import textwrap namespace
H A Dt059debug.py2 import textwrap namespace
101 grammar = textwrap.dedent(
138 grammar = textwrap.dedent(
173 grammar = textwrap.dedent(
218 grammar = textwrap.dedent(
256 grammar = textwrap.dedent(
331 grammar = textwrap.dedent(
406 grammar = textwrap.dedent(
448 grammar = textwrap.dedent(
505 grammar = textwrap
[all...]
H A Dt056lexer.py2 import textwrap namespace
28 grammar = 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 Dt047treeparser.py2 import textwrap namespace
37 input = textwrap.dedent(
102 input = textwrap.dedent(
H A Dt012lexerXML.py8 import textwrap namespace
54 input = textwrap.dedent("""\
78 input = textwrap.dedent("""\
102 input = textwrap.dedent("""\
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestdottreegen.py6 import textwrap namespace
45 expected = textwrap.dedent(
/external/libvpx/libvpx/tools/
H A Dwrap-commit-msg.py33 import textwrap namespace
38 return textwrap.fill(text, break_long_words=False) + '\n'
/external/markdown/
H A Dtest-markdown.py5 import textwrap namespace
145 for y in textwrap.wrap(textwrap.dedent(x), 40):
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py7 import textwrap namespace
292 long_description=textwrap.dedent('''\
/external/lldb/test/unittest2/test/
H A Dtest_result.py2 import textwrap namespace
396 expectedOutMessage = textwrap.dedent("""
402 expectedErrMessage = textwrap.dedent("""
/external/lldb/test/
H A Ddotest.py28 import textwrap namespace
430 group.add_argument('-A', '--arch', metavar='arch', action='append', dest='archs', help=textwrap.dedent('''Specify the architecture(s) to test. This option can be specified more than once'''))
431 group.add_argument('-C', '--compiler', metavar='compiler', dest='compilers', action='append', help=textwrap.dedent('''Specify the compiler(s) used to build the inferior executables. The compiler path can be an executable basename or a full path to a compiler executable. This option can be specified multiple times.'''))
433 group.add_argument('-E', metavar='extra-flags', help=textwrap.dedent('''Specify the extra flags to be passed to the toolchain when building the inferior programs to be debugged
449 group.add_argument('-G', '--category', metavar='category', action='append', dest='categoriesList', help=textwrap.dedent('''Specify categories of test cases of interest. Can be specified more than once.'''))
450 group.add_argument('--skip-category', metavar='category', action='append', dest='skipCategories', help=textwrap.dedent('''Specify categories of test cases to skip. Takes precedence over -G. Can be specified more than once.'''))
/external/selinux/sepolgen/src/sepolgen/
H A Dpolicygen.py25 import textwrap namespace
263 s.extend(textwrap.wrap('message="' + msg.message + '"', 80, initial_indent=" ",
/external/v8/tools/
H A Djs2c.py38 import textwrap namespace
51 return textwrap.fill(joined, 80)
/external/v8/tools/push-to-trunk/
H A Dcommon_includes.py40 import textwrap namespace
85 return textwrap.fill(line, width=80, initial_indent=" ",

Completed in 2498 milliseconds

12