Lines Matching defs:self
45 def __init__(self, linux_arch: str, cross_compile: Optional[str]): argument
49 def make_mrproper(self) -> None: argument
57 def make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) -> kunit_config.Kconfig: argument
60 def make_olddefconfig(self, build_dir: str, make_options) -> None: argument
74 def make(self, jobs, build_dir: str, make_options) -> None: argument
95 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: argument
101 def __init__(self, qemu_arch_params: qemu_config.QemuArchParams, cross_compile: Optional[str]): argument
110 def make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) -> kunit_config.Kconfig: argument
115 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: argument
136 def __init__(self, cross_compile=None): argument
139 def make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) -> kunit_config.Kconfig: argument
144 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: argument
229 self, argument
253 def arch(self) -> str: argument
256 def clean(self) -> bool: argument
264 def validate_config(self, build_dir: str) -> bool: argument
279 def build_config(self, build_dir: str, make_options) -> bool: argument
299 def _kunitconfig_changed(self, build_dir: str) -> bool: argument
307 def build_reconfig(self, build_dir: str, make_options) -> bool: argument
323 def build_kernel(self, jobs, build_dir: str, make_options) -> bool: argument
332 def run_kernel(self, args=None, build_dir='', filter_glob='', timeout=None) -> Iterator[str]: argument
369 def signal_handler(self, unused_sig, unused_frame) -> None: argument