Lines Matching defs:Any
77 def load_from_dict(name_to_module_info: Dict[str, Any]) -> ModuleInfo: argument
259 name_to_module_info: Dict[str, Any], argument
282 def _save_json_async(self, name_to_module_info: Dict[str, Any], _): argument
324 name_to_module_info: Dict[str, Any], argument
472 name_to_module_info: Dict[str, Any] = None, argument
570 def is_tradefed_testable_module(info: Dict[str, Any]) -> bool: argument
579 def is_mobly_module(info: Dict[str, Any]) -> bool: argument
595 def is_testable_module(self, info: Dict[str, Any]) -> bool: argument
614 def has_test_config(info: Dict[str, Any]) -> bool: argument
633 def is_legacy_robolectric_test(self, info: Dict[str, Any]) -> bool: argument
639 def get_robolectric_test_name(self, info: Dict[str, Any]) -> str: argument
825 def is_legacy_robolectric_class(info: Dict[str, Any]) -> bool: argument
970 def is_host_unit_test(self, info: Dict[str, Any]) -> bool: argument
983 def is_modern_robolectric_test(self, info: Dict[str, Any]) -> bool: argument
1001 def is_ravenwood_test(self, info: Dict[str, Any]) -> bool: argument
1187 def build_variants(self, info: Dict[str, Any]) -> List[str]: argument
1190 def requires_device(self, info: Dict[str, Any]) -> bool: argument
1204 def _create_db(data_map: Dict[str, Dict[str, Any]], db_path: Path): argument
1221 def _create_db_in_path(data_map: Dict[str, Dict[str, Any]], db_path: Path): argument
1240 def _create_json(data_map: Dict[str, Any], json_path: Path): argument
1258 def _save_data_async(function: Callable, contents: Any, target_path: Path):
1383 info: Dict[str, Any], argument
1429 info: Dict[str, Any], argument
1469 info: Dict[str, Any], argument
1559 def _index_testable_modules(contents: Any, index_path: Path):