Lines Matching refs:List
19 from typing import Iterator, List, Optional, Tuple
61 def make_olddefconfig(self, build_dir: str, make_options: Optional[List[str]]) -> None:
75 def make(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> None:
97 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
120 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
152 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
173 kunitconfig_paths: Optional[List[str]]=None) -> kunit_config.Kconfig:
215 extra_qemu_args: Optional[List[str]],
247 kunitconfig_paths: Optional[List[str]]=None,
248 kconfig_add: Optional[List[str]]=None,
252 extra_qemu_args: Optional[List[str]]=None) -> None:
295 def build_config(self, build_dir: str, make_options: Optional[List[str]]) -> bool:
323 def build_reconfig(self, build_dir: str, make_options: Optional[List[str]]) -> bool:
339 def build_kernel(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> bool:
348 def run_kernel(self, args: Optional[List[str]]=None, build_dir: str='', filter_glob: str='', filter: str='', filter_action: Optional[str]=None, timeout: Optional[int]=None) -> Iterator[str]: