Lines Matching refs:f
302 sys.stderr.write(f"Error: {msg}\n")
327 log.error(f"{key} constant type mismatch, expected type is {type_}")
340 log.error(f"Manifest is missing required attribute - {key}")
359 f" {key} - \"{value}\", Valid string value is expected")
372 log.error(f"Manifest is missing required attribute - {key}")
390 log.error(f"Invalid value for {key} - \"{value}\", " +
395 f" {key} - \"{value}\", valid integer value is expected")
405 log.error(f"Manifest is missing required attribute - {key}")
414 f" {key} - \"{value}\", valid list is expected")
426 log.error(f"Manifest is missing required attribute - {key}")
435 f" {key} - \"{value}\", valid dict is expected")
448 log.error(f"Manifest is missing required attribute - {key}")
463 f" {key} - \"{value}\", Valid boolean value is expected")
472 log.error(f"Manifest is missing required attribute - {key}")
496 log.error(f"Invalid UUID {uuid}. UUID should be 16 bytes long")
502 f"Invalid UUID {uuid}. UUID should be 16 hexadecimal numbers"
511 f"Invalid UUID {uuid}. UUID should only contain hexadecimal"
521 log.error(f"Wrong grouping of UUID {uuid}")
535 log.error(f"{memory_kind}: Minimum memory size cannot be zero.")
538 log.error(f"{memory_kind}: {memory_size}, Minimum memory size should " +
556 log.error(f"{MIN_SHADOW_STACK}: {stack_size}, Minimum shadow stack " +
568 log.error(f"Unknown mem_map.type entry in manifest: {mem_map_type}")
595 f"manifest: {mem_map_entry}")
597 log.error(f"Duplicate mem_map ID found: {mem_map.id}")
618 f"manifest: {flags}")
634 f"manifest: {flags}")
663 f" in manifest: {port_entry}")
666 f" in manifest: {flags}")
759 log.error(f"Unknown attributes in manifest: {manifest_dict} ")
1079 raise Exception(f"Unknown tag: {tag}")
1091 log.error(f"Unable to write to output file: {output_file}\n" + str(ex))
1100 log.error(f"{input_file}: unable to open input file: {ex}")
1103 location = f"{input_file}:{jde.lineno}:{jde.colno}"
1104 log.error(f"{location}: Unable to parse config JSON: {jde.msg}")
1107 log.error(f"{input_file}: Unexpected error: {ex}")
1124 return f"#define {const.name} ({text})\n"
1128 return f"#define {const.name} {json.dumps(const.value)}\n"
1131 return f"#define {const.name} {const.value}\n"
1134 return f"#define {const.name} ({json.dumps(const.value)})\n"
1143 value = f"{{0x{uuid[:8]}, 0x{uuid[8:12]}, 0x{uuid[12:16]}, {{ {part} }}}}\n"
1145 return f"#define {const.name} {value}"
1160 raise Exception(f"Unknown tag: {constant.type}")
1181 log.error(f"Unable to write to header file: {header_file}\n" + str(ex))
1207 log.error(f"Unknown constant type: {const_type}")
1230 log.error(f"Unknown attributes in constants config: {const_config}")
1285 f"Unhandled type pair: {type(base)} and {type(overlay)}")
1308 f"Manifest config JSON file doesn't exist: {manifest_file}")