Searched refs:linekeys (Results 1 – 1 of 1) sorted by relevance
/external/autotest/tko/ |
D | nightly.py | 409 def graph_variants_all_tests(title, plot_data, linekeys, size, dark): argument 416 for i in linekeys: 417 graph.add_dataset(linekeys[i], plot_data[i]) 604 linekeys = {} 612 linekeys[i] = linekey 636 self.table_for_variants_all_tests(title, plot_data, linekeys, 637 range(len(linekeys)), 641 graph_variants_all_tests(title, plot_data, linekeys,
|