Lines Matching refs:data
27 def create_event(data, board, feature, commit, current_time, typ, application): argument
31 for d in data.keys():
43 "value": data[d]
72 data = {}
81 data['all'] = node.size
83 data[node.name] = node.size
92 data['all'] = node.size
94 data[comp] = node.size
96 return data
121 data = parse_file(file)
134 create_event(data, board, feature, commit, current_time, typ, app)
139 if args.data and args.zephyr_base:
140 process_files(args.data, args.zephyr_base, args.dryrun)
143 data = parse_file(args.file)
145 for component,value in data.items():