Home
last modified time | relevance | path

Searched refs:get_int (Results 1 – 2 of 2) sorted by relevance

/trusty/user/base/tools/
Dmanifest_compiler.py365 def get_int(manifest_dict, key, constants, log, optional=False, function
583 get_int(mem_map_entry, MEM_MAP_ID, constants, log),
584 get_int(mem_map_entry, MEM_MAP_ADDR, constants, log),
585 get_int(mem_map_entry, MEM_MAP_SIZE, constants, log),
690 min_heap = parse_memory_size(get_int(manifest_dict, MIN_HEAP, constants,
694 min_stack = parse_memory_size(get_int(manifest_dict, MIN_STACK, constants,
698 min_shadow_stack = parse_shadow_stack_size(get_int(manifest_dict,
732 pinned_cpu = get_int(manifest_dict, PINNED_CPU, constants, log,
736 priority = get_int(manifest_dict, PRIORITY, constants, log, optional=True)
739 version = get_int(manifest_dict, VERSION, constants, log, optional=True)
[all …]
Dtest_manifest_compiler.py96 data = manifest_compiler.get_int(config_data, "data", constants,
116 data = manifest_compiler.get_int(config_data, "data", constants,
127 data = manifest_compiler.get_int(config_data, "data", constants, log)
136 data = manifest_compiler.get_int(config_data, "data", constants, log,
148 data = manifest_compiler.get_int(config_data, "data", constants, log,
1062 data = manifest_compiler.get_int(config_data,
1087 data = manifest_compiler.get_int(config_data,