Home
last modified time | relevance | path

Searched full:pretty_printer (Results 1 – 16 of 16) sorted by relevance

/external/google-fruit/extras/benchmark/tables/
Dfruit_wiki.yml6 pretty_printer:
11 pretty_printer:
16 pretty_printer:
97 pretty_printer:
116 pretty_printer:
135 pretty_printer:
154 pretty_printer:
173 pretty_printer:
192 pretty_printer:
211 pretty_printer:
[all …]
Dfruit_internal.yml6 pretty_printer:
11 pretty_printer:
16 pretty_printer:
115 pretty_printer:
134 pretty_printer:
153 pretty_printer:
172 pretty_printer:
192 pretty_printer:
211 pretty_printer:
230 pretty_printer:
/external/tensorflow/tensorflow/python/autograph/pyct/
Dpretty_printer_test.py15 """Tests for pretty_printer module."""
24 from tensorflow.python.autograph.pyct import pretty_printer
36 self.assertIsNotNone(pretty_printer.fmt(node))
57 self.assertIsNotNone(pretty_printer.fmt(node))
Dorigin_info.py31 from tensorflow.python.autograph.pyct import pretty_printer
143 nodes_str = pretty_printer.fmt(n, color=False, noanno=True)
144 reparsed_nodes_str = pretty_printer.fmt(rn, color=False, noanno=True)
DBUILD31 "pretty_printer.py",
Dtransformer.py26 from tensorflow.python.autograph.pyct import pretty_printer
296 print(pretty_printer.fmt(node))
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DUnicodeSetPrettyPrinterTest.java29 final UnicodeSetPrettyPrinter PRETTY_PRINTER = new UnicodeSetPrettyPrinter() in TestBasicUnicodeSet() local
35 String formatted = PRETTY_PRINTER.format(expected); in TestBasicUnicodeSet()
/external/python/cpython2/Lib/distutils/command/
Dbdist.py23 pretty_printer = FancyGetopt(formats)
24 pretty_printer.print_help("List of available distribution formats:")
/external/python/cpython3/Lib/distutils/command/
Dbdist.py20 pretty_printer = FancyGetopt(formats)
21 pretty_printer.print_help("List of available distribution formats:")
/external/tensorflow/tensorflow/python/autograph/core/
Dconverter_testing.py37 from tensorflow.python.autograph.pyct import pretty_printer
88 print('Offending AST:\n%s' % pretty_printer.fmt(node, color=False))
/external/mesa3d/src/gallium/tools/trace/
Dmodel.py53 pretty_printer = PrettyPrinter(formatter)
54 self.visit(pretty_printer)
Dparse.py358 self.pretty_printer = PrettyPrinter(self.formatter)
361 call.visit(self.pretty_printer)
/external/google-fruit/extras/benchmark/
Dformat_bench_results.py335 rows_pretty_printer_definition = table_definition['rows']['pretty_printer']
336 columns_pretty_printer_definition = table_definition['columns']['pretty_printer']
/external/tensorflow/tensorflow/python/autograph/impl/
Dconversion.py58 from tensorflow.python.autograph.pyct import pretty_printer
224 pretty_printer.fmt(n, color=False))
/external/python/cpython2/Lib/distutils/
Dccompiler.py959 pretty_printer = FancyGetopt(compilers)
960 pretty_printer.print_help("List of available compilers:")
/external/python/cpython3/Lib/distutils/
Dccompiler.py985 pretty_printer = FancyGetopt(compilers)
986 pretty_printer.print_help("List of available compilers:")