Searched refs:textwrap (Results 1 - 25 of 48) 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/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dwrap-commit-msg.py33 import textwrap namespace
38 return textwrap.fill(text, break_long_words=False) + '\n'
/external/chromium_org/tools/find_runtime_symbols/tests/
H A Dreduce_debugline_test.py10 import textwrap namespace
20 _DECODED_DEBUGLINE = 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/chromium_org/components/cronet/tools/
H A Dcronet_licenses.py15 import textwrap namespace
68 formatted_paras = [textwrap.fill(para, self.width) for para in paras]
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A DCygdb.py18 import textwrap namespace
57 f.write(textwrap.dedent('''\
/external/chromium_org/tools/deep_memory_profiler/tests/
H A Ddmprof_test.py10 import textwrap namespace
44 _TEST_FUNCTION_CACHE = textwrap.dedent("""\
50 _EXPECTED_TEST_FUNCTION_CACHE = textwrap.dedent("""\
116 _TEST_POLICY = textwrap.dedent("""\
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Djson_writer.py8 from textwrap import TextWrapper
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dninja_syntax.py12 import textwrap namespace
27 for line in textwrap.wrap(text, self.width - 2):

Completed in 457 milliseconds

12