Lines Matching refs:format
31 key = 'hv,{},{},{}'.format(prime_item, item, sub_item)
32 ERR_LIST[key] = "{} should not be empty".format(sub_item)
34 key = 'hv,{},{}'.format(prime_item, item)
35 ERR_LIST[key] = "{} should not be empty".format(item)
51 key = 'hv,{},{}'.format(prime_item, item)
52 ERR_LIST[key] = "{} should be a numeric".format(item)
61 key = 'hv,{},{}'.format(prime_item, item)
62 … ERR_LIST[key] = "{} should be in range[{},{}]".format(item, range_val['min'], range_val['max'])
69 key = 'hv,{},{}'.format(dbg_opt, rel_str)
70 ERR_LIST[key] = "{} should be in {}".format(rel_str, N_Y)
94 key = "hv,{},{}".format(prime_item, item)
100 key = "hv,{},{}".format(prime_item, item)
107 key = 'hv,{},{}'.format(cap, cap_ir_entries)
108 ERR_LIST[key] = "{} should be a value of 2^n".format(cap_ir_entries)
115 key = 'hv,{},{}'.format(feat, feat_item)
116 ERR_LIST[key] = "{} should be in {}".format(feat_item, N_Y)
123 key = 'hv,{},{}'.format(feat, feat_scheduler)
124 ERR_LIST[key] = "{} should be in {}".format(feat_scheduler, SCHEDULER_TYPE)
131 key = "hv,{},{}".format(branch_tag, range_key)
132 ERR_LIST[key] = "It is invalid for {}.".format(range_key)
187 key = 'hv,{},{},{}'.format(feature, cat_str, max_mask_str)
188 … of Cache mask entries should be equal to MAX_CACHE_CLOS_NUM_ENTRIES={}".format(clos_max_set_entry)
198 key = 'hv,{},{},{}'.format(feature, cat_str, max_mask_str)
199 ERR_LIST[key] = "{} should be in range[0,{}]".format(max_mask_str, clos_max_mask_str)
203 key = 'hv,{},{},{}'.format(feature, cat_str, max_mask_str)
204 …ERR_LIST[key] = "CLOS_MASK {} should be contiguous bit set.".format(max_mask_str, clos_max_mask_st…
217 key = 'hv,{},{},{}'.format(feature, mba_str, max_mask_str)
218 …ey] = "Number of MBA delay entries should be equal to MAX_MBA_CLOS_NUM_ENTRIES={}".format(clos_max)
229 key = 'hv,{},{},{}'.format(feature, mba_str, max_mask_str)
230 ERR_LIST[key] = "{} should be in range[0,{}]".format(max_mask_str, mba_delay_str)
248 key = 'hv,{},{},{}'.format(feature, tag, leaf)