Lines Matching defs:json
22 import json
215 module_info_data = json.load(module_file)
235 # parses product json to obtain all the subsystem name
239 product_info = json.load(product_info)
241 print("NO json object could be decoded.")
304 module_info_list_file = os.path.join(suite_out_dir, 'module_info.json')
307 '{}_module_info.json'.format
313 module_info_data = json.load(module_file)
315 print("NO json object could be decoded but continue")
320 json.dump(module_info_data, out_file)
326 all_module_file = os.path.join(out_dir, 'module_info.json')
330 if file.endswith("module_info.json"):
332 module_data = json.load(json_data)
336 json.dump(all_module_data, out_file)
338 test_component_file = os.path.join(out_dir, 'test_component.json')
341 json.dump(test_component_data, out_file)
400 "Can't find the Test.json or Test.tmpl in the "