Lines Matching defs:str
112 def Analyze(analyze_matrix: str, file: str, args: Sequence[str],
133 def GetLevel(analyze_matrix: str, file: str) -> Optional[int]:
152 def GetLevelName(analyze_matrix: str, file: str) -> str:
164 def __init__(self, level: str, level_name: str, instances: Sequence[str]):
203 def GetHalFormat(instance: str) -> HalFormat:
228 def SplitInstance(instance: str) -> tuple[str, str, str]:
260 def GetPackage(instance: str) -> str:
276 def GetPackageAndHidlVersion(instance: str) -> str:
306 def KeyOnPackage(instances: Sequence[str]) -> dict[str, list[str]]:
363 def DescribePackage(self, deprecated: Sequence[str], unchanged: Sequence[str],
364 introduced: Sequence[str]) -> Any:
376 def CombineReport(self, packages_report: dict[str, Any]) -> Any:
387 def DescribePackage(self, deprecated: Sequence[str], unchanged: Sequence[str],
388 introduced: Sequence[str]) -> Any:
404 def CombineReport(self, packages_report: dict[str, Any]) -> str:
418 def DescribePackage(self, deprecated: Sequence[str], unchanged: Sequence[str],
419 introduced: Sequence[str]) -> Any:
430 def CombineReport(self, packages_report: dict[str, Any]) -> dict[str, Any]: