Lines Matching defs:self
49 def __init__(self, linux_arch: str, cross_compile: Optional[str]): argument
53 def make_mrproper(self) -> None: argument
61 def make_arch_qemuconfig(self, kconfig: kunit_config.Kconfig) -> None: argument
64 def make_allyesconfig(self, build_dir, make_options) -> None: argument
67 def make_olddefconfig(self, build_dir, make_options) -> None: argument
83 def make(self, jobs, build_dir, make_options) -> None: argument
106 def run(self, params, timeout, build_dir, outfile) -> None: argument
112 def __init__(self, qemu_arch_params: qemu_config.QemuArchParams, cross_compile: Optional[str]): argument
121 def make_arch_qemuconfig(self, base_kunitconfig: kunit_config.Kconfig) -> None: argument
126 def run(self, params, timeout, build_dir, outfile): argument
153 def __init__(self, cross_compile=None): argument
156 def make_allyesconfig(self, build_dir, make_options) -> None: argument
178 def run(self, params, timeout, build_dir, outfile): argument
233 self, argument
264 def clean(self) -> bool: argument
272 def validate_config(self, build_dir) -> bool: argument
286 def build_config(self, build_dir, make_options) -> bool: argument
299 def build_reconfig(self, build_dir, make_options) -> bool: argument
316 def build_kernel(self, alltests, jobs, build_dir, make_options) -> bool: argument
327 def run_kernel(self, args=None, build_dir='', filter_glob='', timeout=None) -> Iterator[str]: argument
340 def signal_handler(self, sig, frame) -> None: argument