Searched full:target_type (Results 1 – 5 of 5) sorted by relevance
| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/ |
| D | config.py | 66 _target_type = configs["target_type"] 80 target_type=_target_type[0], 92 target_type=_target_type[1], 103 target_type=_target_type[2], 114 target_type=_target_type[3], 125 target_type=_target_type[4], 136 target_type=_target_type[5], 147 target_type=_target_type[6], 160 target_type=_target_type[7], 172 target_type=_target_type[8], [all …]
|
| D | template_processor.py | 44 target_type: str, 57 :param target_type: target类型,eg:"shared_library" 67 if target_type not in result_dict.keys(): 68 result_dict[target_type] = dict() 71 self.target_type = target_type 89 self.result_dict.get(self.target_type)[key] = unit 161 "target_type": self.target_type, 185 content, start_pattern=self.target_type) 226 "target_type": self.target_type, 263 "target_type": self.target_type,
|
| D | config.yaml | 16 target_type:
|
| D | misc.py | 48 tt = GnVariableParser.string_parser("target_type", paragraph).strip('"')
|
| D | rom_analysis.py | 286 query_order["etc"] = configs["target_type"] # etc会查找所有的template
|