| /openbmc/qemu/scripts/rust/ |
| H A D | rustc_args.py | 31 from typing import Any, Iterable, List, Mapping, Optional, Set 42 tomldata: Mapping[Any, Any] 43 workspace_data: Mapping[Any, Any] 68 def lints(self) -> Mapping[Any, Any]: 71 def get_table(self, key: str, can_be_workspace: bool = False) -> Mapping[Any, Any]:
|
| /openbmc/qemu/python/qemu/qmp/ |
| H A D | models.py | 13 Any, 29 def __init__(self, raw: Mapping[str, Any]): argument 63 def __init__(self, raw: Mapping[str, Any]): argument 91 def __init__(self, raw: Mapping[str, Any]): argument 113 def __init__(self, raw: Mapping[str, Any]): argument 135 def __init__(self, raw: Mapping[str, Any]): argument
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | common.py | 16 Any, 202 def gen_ifcond(ifcond: Optional[Union[str, Dict[str, Any]]], argument 206 def do_gen(ifcond: Union[str, Dict[str, Any]], argument 221 def gen_infix(operator: str, operands: Sequence[Any]) -> str: argument 229 def cgen_ifcond(ifcond: Optional[Union[str, Dict[str, Any]]]) -> str: argument 233 def docgen_ifcond(ifcond: Optional[Union[str, Dict[str, Any]]]) -> str: argument
|
| /openbmc/qemu/python/qemu/utils/ |
| H A D | qom_common.py | 22 Any, 47 def make(cls, value: Dict[str, Any]) -> 'ObjectPropertyInfo': argument 78 def make(cls, value: Dict[str, Any]) -> 'ObjectPropertyValue': argument 102 def make(cls, value: Dict[str, Any]) -> 'ObjectPropertiesValues': argument 135 def register(cls, subparsers: Any) -> None: argument
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | fakedbusdoc.py | 12 from typing import Any, Dict 23 def setup(app: Sphinx) -> Dict[str, Any]:
|
| H A D | compat.py | 8 Any, 91 inliner: Any = None, argument 92 location: Any = None, argument
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-freezegun/ |
| H A D | 1777174bb97c0b514033a09b820078b0d117f4a8.patch | 19 def test_method_decorator_works_on_unittest_kwarg_frozen_time(self, frozen_time: Any) -> None: 25 def test_method_decorator_works_on_unittest_kwarg_hello(self, **kwargs: Any) -> None: 31 …def test_method_decorator_works_on_unittest_kwarg_frozen_time_with_func(self, frozen_time: Any) ->…
|
| /openbmc/openbmc-tools/tof-voters/libvoters/ |
| H A D | acceptable.py | 4 from typing import Any, Dict 10 def load_config() -> Dict[str, Any]:
|
| /openbmc/qemu/scripts/ |
| H A D | compare-machine-types.py | 34 from typing import Optional, List, Dict, Generator, Tuple, Union, Any, Set 108 self.cached: Dict[str, List[Dict[str, Any]]] = {} 124 self.cached: Dict[str, Dict[str, Any]] = {} 144 self.cached: Dict[str, List[Dict[str, Any]]] = {} 214 def __init__(self, raw_mt_dict: Dict[str, Any], argument 217 self.compat_props: Dict[str, Any] = {} 392 driver_props: Dict[str, Set[Any]] = {}
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | testrunner.py | 30 from typing import List, Optional, Any, Sequence, Dict 94 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: argument 154 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: argument
|
| H A D | iotests.py | 34 from typing import (Any, Callable, Dict, Iterable, Iterator, 280 def qemu_img_json(*args: str) -> Any: 312 def qemu_img_measure(*args: str) -> Any: 315 def qemu_img_check(*args: str) -> Any: 318 def qemu_img_info(*args: str) -> Any: 321 def qemu_img_map(*args: str) -> Any: 719 Msg = TypeVar('Msg', Dict[str, Any], List[Any], str) 932 kwargs: Dict[str, Any] = {'command-line': command_line} 997 filters: Iterable[Callable[[Any], Any]] = (), argument 1563 def func_wrapper(test_case: QMPTestCase, *args: List[Any], argument [all …]
|
| H A D | testenv.py | 29 from typing import List, Dict, Any, Optional 291 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: argument
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | Xerox | 3 …Any copy of this software or of any derivative work must include the above copyright notice of Xer…
|
| H A D | IBM-pibs | 3 Any user of this software should understand that IBM cannot provide technical support for this soft… 5 Any person who transfers this source code or any derivative work must include the IBM copyright not…
|
| H A D | Kastrup | 2 Any use of the code is permitted as long as this copyright
|
| H A D | Zed | 2 You may copy and distribute this file freely. Any queries and complaints should be forwarded to Ji…
|
| /openbmc/u-boot/Licenses/ |
| H A D | ibm-pibs.txt | 8 Any user of this software should understand that IBM cannot provide 12 Any person who transfers this source code or any derivative work
|
| /openbmc/qemu/python/scripts/ |
| H A D | mkvenv.py | 80 Any, 216 def __init__(self, *args: Any, **kwargs: Any) -> None: argument 779 def _parse_groups(file: str) -> Dict[str, Dict[str, Any]]: 845 def _add_create_subcommand(subparsers: Any) -> None: argument 855 def _add_post_init_subcommand(subparsers: Any) -> None: argument 859 def _add_ensuregroup_subcommand(subparsers: Any) -> None: argument
|
| /openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/ |
| H A D | packagegroup-obmc-ipmid-providers.bbappend | 1 # Warning: Any providers listed here will have their whitelists ignored. Add
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
| H A D | README-rust.md | 34 * Any `-sys` packages your project might need must have RDEPENDs for 39 * Any `-sys` packages your project might need must have RDEPENDs for
|
| /openbmc/qemu/python/qemu/machine/ |
| H A D | machine.py | 32 Any, 688 args: Dict[str, Any]) -> Dict[str, object]: argument 697 **args: Any) -> QMPMessage: argument 719 **args: Any) -> QMPReturnValue: argument 758 def event_match(event: Any, match: Optional[Any]) -> bool: argument 803 events: Sequence[Tuple[str, Any]], argument
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/ |
| H A D | template.md | 11 *Any special steps required to build successfully beyond setting MACHINE*
|
| /openbmc/qemu/scripts/codeconverter/codeconverter/ |
| H A D | patching.py | 8 from typing import IO, Match, NamedTuple, Optional, Literal, Iterable, Type, Dict, List, Any, TypeV… 266 self.match_index: Dict[Type[Any], List[FileMatch]] = {} 267 self.match_name_index: Dict[Tuple[Type[Any], str, str], Optional[FileMatch]] = {} 269 def _matches_of_type(self, klass: Type[Any]) -> Iterable[FileMatch]: argument 324 def _matches_of_type(self, klass: Type[Any]) -> List[FileMatch]: argument 424 def _matches_of_type(self, klass: Type[Any]) -> Iterable[FileMatch]: argument
|
| /openbmc/bmcweb/scripts/ |
| H A D | parse_registries.py | 57 RegistryInfo: t.TypeAlias = t.Tuple[str, t.Dict[str, t.Any], str, str] 182 privilege_list: t.List[t.Dict[str, t.Any]], argument 206 privilege_list: t.List[t.Dict[str, t.Any]], argument 279 entry: t.Dict[str, t.Any], argument 603 privilege_dict: t.Dict[str, t.Tuple[t.Any, str | None]] = {}
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libstrictures/ |
| H A D | libstrictures-perl_2.000006.bb | 9 Any time I see a warning from my code, that indicates a mistake. \ 11 Any time my code encounters a mistake, I want a crash -- not spew to STDERR \
|