Lines Matching defs:self
52 def __init__(self, testsuite, platform, toolchain, outdir): argument
101 def setup_run_id(self): argument
104 def record(self, recording, fname_csv="recording.csv"): argument
124 def status(self) -> TwisterStatus: argument
128 def status(self, value : TwisterStatus) -> None: argument
136 def add_filter(self, reason, filter_type): argument
143 def init_cases(self): argument
147 def _get_run_id(self): argument
166 def add_missing_case_status(self, status, reason=None): argument
177 def __getstate__(self): argument
181 def __setstate__(self, d): argument
184 def __lt__(self, other): argument
187 def compose_case_name(self, tc_name) -> str: argument
190 def set_case_status_by_name(self, name, status, reason=None): argument
197 def add_testcase(self, name, freeform=False): argument
203 def get_case_by_name(self, name): argument
209 def get_case_or_create(self, name): argument
244 def setup_handler(self, env: TwisterEnv): argument
283 def check_runnable(self, argument
343 self, argument
416 self, argument
434 def get_elf_file(self) -> str: argument
455 def get_buildlog_file(self) -> str: argument
466 def __repr__(self): argument