Lines Matching refs:item
306 self.gn_exec_res = [[item[2], item[1], round(float(item[0]) / 1000, 4)] for item in self.gn_exec_li if
307 item and re.match(r"[\d.]+", item[0])][
309 self.gn_script_res = [[item[2], item[1], round(float(item[0]) / 1000, 4)] for item in self.gn_script_li if
310 item and re.match(r"[\d.]+", item[0])][:self.top_count]
325 ccache_res.insert(0, ["ccache item", "data"])
597 for item in performance_script_data:
598 cmd = item.get("performance_cmd")
599 path = item.get("output_path")
600 report_title = item.get("report_title")
601 ptyflag = True if item.get("ptyflag").lower() == "true" else False