Lines Matching defs:self
46 def __init__(self, linux_arch: str, cross_compile: Optional[str]): argument
50 def make_mrproper(self) -> None: argument
58 def make_arch_qemuconfig(self, kconfig: kunit_config.Kconfig) -> None: argument
61 def make_allyesconfig(self, build_dir, make_options) -> None: argument
64 def make_olddefconfig(self, build_dir, make_options) -> None: argument
80 def make(self, jobs, build_dir, make_options) -> None: argument
103 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: argument
109 def __init__(self, qemu_arch_params: qemu_config.QemuArchParams, cross_compile: Optional[str]): argument
118 def make_arch_qemuconfig(self, base_kunitconfig: kunit_config.Kconfig) -> None: argument
123 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: argument
143 def __init__(self, cross_compile=None): argument
146 def make_allyesconfig(self, build_dir, make_options) -> None: argument
168 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: argument
224 self, argument
255 def clean(self) -> bool: argument
263 def validate_config(self, build_dir) -> bool: argument
277 def build_config(self, build_dir, make_options) -> bool: argument
290 def build_reconfig(self, build_dir, make_options) -> bool: argument
307 def build_kernel(self, alltests, jobs, build_dir, make_options) -> bool: argument
318 def run_kernel(self, args=None, build_dir='', filter_glob='', timeout=None) -> Iterator[str]: argument
355 def signal_handler(self, sig, frame) -> None: argument