| D | bazel_mode.py | 477     def _add_device_test_target(self, info: Dict[str, Any],  argument493     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
 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
 [all …]
 
 |