Lines Matching refs:platform
33 from twisterlib.platform import Platform
52 def __init__(self, testsuite, platform, toolchain, outdir): argument
55 self.platform: Platform = platform
69 self.name = os.path.join(platform.name, toolchain, testsuite.name)
77 outdir, platform.normalized_name, self.toolchain, testsuite.name
85 platform.normalized_name,
93 self.sysbuild = testsuite.sysbuild or platform.sysbuild
251 simulator = self.platform.simulator_by_name(options.sim_name)
293 simulator = self.platform.simulator_by_name(simulation)
313 self.platform.type == "native" or \
335 if (h.platform in self.platform.aliases and
344 platform, argument
368 if self.platform.arch == cond_config[1]:
371 if self.platform.name == cond_config[1]:
397 if cp in platform.aliases:
401 if platform.type == "native":