Home
last modified time | relevance | path

Searched refs:Any (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/openbmc/qemu/scripts/rust/
H A Drustc_args.py31 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 Dmodels.py13 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 Dcommon.py16 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 Dqom_common.py22 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 Dfakedbusdoc.py12 from typing import Any, Dict
23 def setup(app: Sphinx) -> Dict[str, Any]:
H A Dcompat.py8 Any,
91 inliner: Any = None, argument
92 location: Any = None, argument
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-freezegun/
H A D1777174bb97c0b514033a09b820078b0d117f4a8.patch19 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 Dacceptable.py4 from typing import Any, Dict
10 def load_config() -> Dict[str, Any]:
/openbmc/qemu/scripts/
H A Dcompare-machine-types.py34 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 Dtestrunner.py30 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 Diotests.py34 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 Dtestenv.py29 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 DXerox3Any copy of this software or of any derivative work must include the above copyright notice of Xer…
H A DIBM-pibs3 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 DKastrup2 Any use of the code is permitted as long as this copyright
H A DZed2 You may copy and distribute this file freely. Any queries and complaints should be forwarded to Ji…
/openbmc/u-boot/Licenses/
H A Dibm-pibs.txt8 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 Dmkvenv.py80 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 Dpackagegroup-obmc-ipmid-providers.bbappend1 # Warning: Any providers listed here will have their whitelists ignored. Add
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A DREADME-rust.md34 * 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 Dmachine.py32 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 Dtemplate.md11 *Any special steps required to build successfully beyond setting MACHINE*
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py8 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 Dparse_registries.py57 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 Dlibstrictures-perl_2.000006.bb9 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 \

12345678910>>...19