Lines Matching refs:Any
48 from typing import Any, Callable, Dict, IO, List, Set
477 def _add_device_test_target(self, info: Dict[str, Any], argument
493 def _add_deviceless_test_target(self, info: Dict[str, Any]) -> Target: argument
507 self, info: Dict[str, Any]) -> Target: argument
518 def _add_prebuilt_target(self, info: Dict[str, Any]) -> Target: argument
550 def _get_module_info(self, module_name: str) -> Dict[str, Any]:
559 def _get_module_path(self, info: Dict[str, Any]) -> str: argument
888 info: Dict[str, Any]): argument
903 info: Dict[str, Any], is_host_driven: bool): argument
928 info: Dict[str, Any], argument
945 attributes: Dict[str, Any], prerequisites=frozenset()): argument
1088 info: Dict[str, Any], argument
1132 info: Dict[str, Any], argument
1288 config_dict: Dict[Config, Any], configs: Set[Config],) -> Dict[Config, Any]: argument
1304 info: Dict[str, Any], src_root_path: Path) -> List[Path]: argument
1467 config_dict: Dict[Config, Any], argument
1594 extra_args: Dict[str, Any]=None, argument
1795 extra_args: Dict[str, Any], argument
1796 mod_info: module_info.ModuleInfo) -> Dict[str, Any]:
1843 def _map_to_bazel_args(arg: str, arg_value: Any) -> List[str]: argument