Lines Matching refs:List
18 from typing import Iterator, List, Optional, Tuple
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:
95 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
116 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
145 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
165 kunitconfig_paths: Optional[List[str]]=None) -> kunit_config.Kconfig:
200 extra_qemu_args: Optional[List[str]],
232 kunitconfig_paths: Optional[List[str]]=None,
233 kconfig_add: Optional[List[str]]=None,
237 extra_qemu_args: Optional[List[str]]=None) -> None:
280 def build_config(self, build_dir: str, make_options: Optional[List[str]]) -> bool:
308 def build_reconfig(self, build_dir: str, make_options: Optional[List[str]]) -> bool:
324 def build_kernel(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> bool:
333 …def run_kernel(self, args: Optional[List[str]]=None, build_dir: str='', filter_glob: str='', filte…