HomeSort by relevance Sort by last modified time
    Searched refs:print_table (Results 1 - 12 of 12) sorted by null

  /external/toolchain-utils/crosperf/
results_report_templates.py 52 def _GetResultsSectionHTML(print_table, table_name, data):
57 html_table=print_table(data, 'HTML'),
58 text_table=print_table(data, 'PLAIN'),
59 tsv_table=print_table(data, 'TSV'),
175 def GenerateHTMLPage(perf_table, chart_js, summary_table, print_table,
179 print_table is a two-arg function called like: print_table(t, f)
180 t is one of [summary_table, print_table, full_table]; it's the table we want
184 summary_table_html = _GetResultsSectionHTML(print_table, 'Summary Table',
187 perf_html = _GetResultsSectionHTML(print_table, 'Perf Table', perf_table
    [all...]
results_report_unittest.py 188 def _GetTestOutput(perf_table, chart_js, summary_table, print_table,
192 summary_table = print_table(summary_table, 'HTML')
193 perf_html = print_table(perf_table, 'HTML')
194 full_table = print_table(full_table, 'HTML')
results_report.py 428 print_table=_PrintTable,
  /external/autotest/tko/
test.cgi 65 display.print_table(matrix)
machine_benchmark.cgi 121 display.print_table(matrix)
compose_query.cgi 352 display.print_table(gen_matrix())
367 display.print_table(gen_matrix())
display.py 271 def print_table(matrix): function
  /external/mesa3d/src/mesa/main/
get_hash_generator.py 81 def print_table(api, table): function
99 print_table(table["apis"][0], table["indices"])
  /external/autotest/cli/
action_common.py 130 self.print_table(results, keys, sublist_keys)
host.py 327 self.print_table(jobs, keys_header=['job_id',
  /toolchain/binutils/binutils-2.27/binutils/
ar.c 116 none = 0, del, replace, print_table,
521 operation = print_table;
762 if ((operation == none || operation == print_table)
808 case print_table:
114 none = 0, del, replace, print_table, enumerator in enum:operations
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
aarch64-gen.c 1153 print_table (struct aarch64_opcode* table)
1151 print_table (struct aarch64_opcode* table) function
    [all...]

Completed in 549 milliseconds