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: Optional[List[str]]) -> None: argument
74 def make(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> 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
111 def make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) -> kunit_config.Kconfig: argument
116 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: argument
137 def __init__(self, cross_compile: Optional[str]=None): argument
140 def make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) -> kunit_config.Kconfig: argument
145 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: argument
230 self, argument
254 def arch(self) -> str: argument
257 def clean(self) -> bool: argument
265 def validate_config(self, build_dir: str) -> bool: argument
280 def build_config(self, build_dir: str, make_options: Optional[List[str]]) -> bool: argument
300 def _kunitconfig_changed(self, build_dir: str) -> bool: argument
308 def build_reconfig(self, build_dir: str, make_options: Optional[List[str]]) -> bool: argument
324 def build_kernel(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> bool: argument
333 …def run_kernel(self, args: Optional[List[str]]=None, build_dir: str='', filter_glob: str='', filte… argument
374 def signal_handler(self, unused_sig: int, unused_frame: Optional[FrameType]) -> None: argument