Lines Matching defs:str
437 def is_tradefed_testable_module(self, info: Dict[str, Any]) -> bool:
445 def is_testable_module(self, info: Dict[str, Any]) -> bool:
466 def has_test_config(self, info: Dict[str, Any]) -> bool:
483 def is_legacy_robolectric_test(self, module_name: str) -> bool:
487 def get_robolectric_test_name(self, module_name: str) -> str:
579 def get_instrumentation_target_apps(self, module_name: str) -> Dict:
614 def get_target_module_by_pkg(self, package: str, search_from: Path) -> str:
659 def get_artifact_map(self, module_name: str) -> Dict:
687 def is_legacy_robolectric_class(self, info: Dict[str, Any]) -> bool:
721 module_name: str, mainline_binaries: List[str]) -> bool:
840 def get_filepath_from_module(self, module_name: str, filename: str) -> Path:
926 def is_host_unit_test(self, info: Dict[str, Any]) -> bool:
938 def is_modern_robolectric_test(self, info: Dict[str, Any]) -> bool:
1012 def get_modules_by_path_in_srcs(self, path: str) -> Set:
1028 self, deps: Set[str],
1050 def _add_missing_variant_modules(name_to_module_info: Dict[str, Module]):
1066 def contains_same_mainline_modules(mainline_modules: Set[str], module_lists: Set[str]):