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:
96 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
119 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
151 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
172 kunitconfig_paths: Optional[List[str]]=None) -> kunit_config.Kconfig:
207 extra_qemu_args: Optional[List[str]],
239 kunitconfig_paths: Optional[List[str]]=None,
240 kconfig_add: Optional[List[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 …def run_kernel(self, args: Optional[List[str]]=None, build_dir: str='', filter_glob: str='', filte…