Searched refs:print_table (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/scripts/lib/build_perf/ |
| H A D | __init__.py | 8 def print_table(rows, row_fmt=None): function
|
| /openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/ |
| H A D | triehash | 442 sub print_table { subroutine 481 … $self->print_table($trie->{children}{$key}, $fh, $indent + 1, $index + length($key)); 517 $self->print_table($trie->filter_depth($local_length)->rebuild_tree(), $code, 1);
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-build-perf-report | 24 from build_perf import print_table 88 print_table(rows) 196 print_table(rows, row_fmt) 256 print_table(rows, row_fmt)
|
| /openbmc/qemu/scripts/ |
| H A D | compare-machine-types.py | 461 def print_table(table: pd.DataFrame, table_format: str) -> None: function 486 print_table(comp_table, args.format)
|