Lines Matching full:optional
18 from typing import Iterator, List, Optional, Tuple
45 def __init__(self, linux_arch: str, cross_compile: Optional[str]):
60 def make_olddefconfig(self, build_dir: str, make_options: Optional[List[str]]) -> None:
74 def make(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> None:
102 def __init__(self, qemu_arch_params: qemu_config.QemuArchParams, cross_compile: Optional[str]):
143 def __init__(self, cross_compile: Optional[str]=None):
172 kunitconfig_paths: Optional[List[str]]=None) -> kunit_config.Kconfig:
207 extra_qemu_args: Optional[List[str]],
208 cross_compile: Optional[str]) -> Tuple[str, LinuxSourceTreeOperations]:
239 kunitconfig_paths: Optional[List[str]]=None,
240 kconfig_add: Optional[List[str]]=None,
241 arch: Optional[str]=None,
242 cross_compile: Optional[str]=None,
243 qemu_config_path: Optional[str]=None,
244 extra_qemu_args: Optional[List[str]]=None) -> None:
287 def build_config(self, build_dir: str, make_options: Optional[List[str]]) -> bool:
315 def build_reconfig(self, build_dir: str, make_options: Optional[List[str]]) -> bool:
331 def build_kernel(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> bool:
340 …f, args: Optional[List[str]]=None, build_dir: str='', filter_glob: str='', filter: str='', filter_…
381 def signal_handler(self, unused_sig: int, unused_frame: Optional[FrameType]) -> None: