Lines Matching refs:Any
47 from typing import Any, Callable, Dict, IO, List, Set, Tuple
532 self, info: Dict[str, Any], is_host_driven: bool argument
548 def _add_deviceless_test_target(self, info: Dict[str, Any]) -> Target: argument
562 self, info: Dict[str, Any] argument
575 def _add_prebuilt_target(self, info: Dict[str, Any]) -> Target: argument
608 def _get_module_info(self, module_name: str) -> Dict[str, Any]:
618 def _get_module_path(self, info: Dict[str, Any]) -> str: argument
1007 name: str, package_name: str, info: Dict[str, Any] argument
1023 name: str, package_name: str, info: Dict[str, Any], is_host_driven: bool argument
1051 name: str, package_name: str, info: Dict[str, Any], jdk_label: str argument
1070 attributes: Dict[str, Any], argument
1221 gen: WorkspaceGenerator, info: Dict[str, Any], package_name: str = '' argument
1282 info: Dict[str, Any], argument
1448 config_dict: Dict[Config, Any], argument
1450 ) -> Dict[Config, Any]:
1466 info: Dict[str, Any], src_root_path: pathlib.Path argument
1628 config_dict: Dict[Config, Any], argument
1760 extra_args: Dict[str, Any] = None, argument
1987 def get_target_suffix(self, info: Dict[str, Any]) -> str: argument
1997 feature: Features, extra_args: Dict[str, Any], generator: Callable argument
2065 test_infos: List[test_info.TestInfo], extra_args: Dict[str, Any] argument
2066 ) -> Dict[str, Any]:
2134 def _map_to_bazel_args(arg: str, arg_value: Any) -> List[str]: argument