| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | spdx30.py | 516 def register(type_iri, *, compact_type=None, abstract=False): argument 531 c.IS_ABSTRACT = abstract 1991 …pdx.org/rdf/3.0.1/terms/AI/EnergyConsumption", compact_type="ai_EnergyConsumption", abstract=False) 2028 …s/AI/EnergyConsumptionDescription", compact_type="ai_EnergyConsumptionDescription", abstract=False) 2060 …ps://spdx.org/rdf/3.0.1/terms/AI/EnergyUnitType", compact_type="ai_EnergyUnitType", abstract=False) 2077 …0.1/terms/AI/SafetyRiskAssessmentType", compact_type="ai_SafetyRiskAssessmentType", abstract=False) 2097 …tps://spdx.org/rdf/3.0.1/terms/Core/AnnotationType", compact_type="AnnotationType", abstract=False) 2111 …("https://spdx.org/rdf/3.0.1/terms/Core/CreationInfo", compact_type="CreationInfo", abstract=False) 2165 …s://spdx.org/rdf/3.0.1/terms/Core/DictionaryEntry", compact_type="DictionaryEntry", abstract=False) 2192 @register("https://spdx.org/rdf/3.0.1/terms/Core/Element", compact_type="Element", abstract=True) [all …]
|
| /openbmc/qemu/tests/qtest/ |
| H A D | device-introspect-test.c | 29 bool abstract) in qom_list_types() argument 35 qdict_put_bool(args, "abstract", abstract); in qom_list_types() 98 static QList *device_type_list(QTestState *qts, bool abstract) in device_type_list() argument 100 return qom_list_types(qts, "device", abstract); in device_type_list() 181 bool abstract = qdict_haskey(d, "abstract") ? in test_qom_list_fields() local 186 g_assert(abstract == expected_abstract); in test_qom_list_fields()
|
| /openbmc/qemu/accel/ |
| H A D | accel-target.c | 32 .abstract = true,
|
| /openbmc/qemu/hw/s390x/ |
| H A D | virtio-ccw-input.c | 98 .abstract = true, 105 .abstract = true,
|
| H A D | ap-device.c | 29 .abstract = true,
|
| /openbmc/qemu/util/ |
| H A D | qemu-sockets.c | 938 return saddr->abstract; in saddr_is_abstract() 957 bool abstract = saddr_is_abstract(saddr); in unix_listen_saddr() local 971 if (saddr->path[0] || abstract) { in unix_listen_saddr() 980 (abstract && pathlen > (sizeof(un.sun_path) - 1))) { in unix_listen_saddr() 983 abstract ? sizeof(un.sun_path) - 1 : in unix_listen_saddr() 1005 if (!abstract && unlink(path) < 0 && errno != ENOENT) { in unix_listen_saddr() 1015 if (abstract) { in unix_listen_saddr() 1045 bool abstract = saddr_is_abstract(saddr); in unix_connect_saddr() local 1064 (abstract && pathlen > (sizeof(un.sun_path) - 1))) { in unix_connect_saddr() 1067 abstract ? sizeof(un.sun_path) - 1 : in unix_connect_saddr() [all …]
|
| /openbmc/qemu/qapi/ |
| H A D | sockets.json | 104 # @abstract: if true, this is a Linux abstract socket address. @path 108 # @tight: if false, pad an abstract socket address with enough null 117 '*abstract': { 'type': 'bool', 'if': 'CONFIG_LINUX' },
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-asttokens_3.0.0.bb | 1 SUMMARY = "The asttokens module annotates Python abstract syntax trees (ASTs)"
|
| H A D | python3-pyproject-api_1.8.0.bb | 4 SUMMARY = "pyproject-api aims to abstract away interaction with pyproject.toml style projects in a …
|
| H A D | python3-astroid_3.3.10.bb | 1 SUMMARY = "An abstract syntax tree for Python with inference support."
|
| /openbmc/qemu/scripts/ |
| H A D | compare-machine-types.py | 61 def __init__(self, vm: QEMUMachine, name: str, abstract: bool) -> None: 64 self.abstract = abstract 177 qom_all_types = vm.cmd('qom-list-types', abstract=True) 200 assert not drv.abstract
|
| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-input-pci.c | 119 .abstract = true, 126 .abstract = true,
|
| /openbmc/qemu/qom/ |
| H A D | qom-qmp-cmds.c | 162 info->has_abstract = info->abstract = object_class_is_abstract(klass); in qom_list_types_tramp() 172 bool abstract, in qmp_qom_list_types() argument 178 object_class_foreach(qom_list_types_tramp, implements, abstract, &ret); in qmp_qom_list_types()
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/physfs/ |
| H A D | physfs_3.0.2.bb | 1 SUMMARY = "PhysicsFS is a library to provide abstract access to various archives"
|
| /openbmc/qemu/authz/ |
| H A D | base.c | 74 .abstract = true,
|
| /openbmc/qemu/accel/qtest/ |
| H A D | qtest.c | 79 .abstract = true,
|
| /openbmc/qemu/hw/pci/ |
| H A D | pcie_port.c | 202 .abstract = true, 231 .abstract = true,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/ |
| H A D | gphoto2_2.5.28.bb | 11 file://0001-gphoto2-Use-pthread_t-abstract-type-for-thead-IDs.patch \
|
| /openbmc/qemu/hw/misc/ |
| H A D | imx_ccm.c | 78 .abstract = true,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gensio/ |
| H A D | gensio_2.8.7.bb | 1 SUMMARY = "A library to abstract stream I/O like serial port, TCP, telnet, etc"
|
| /openbmc/qemu/hw/tricore/ |
| H A D | triboard.c | 89 .abstract = true,
|
| /openbmc/qemu/target/i386/hvf/ |
| H A D | hvf-cpu.c | 89 .abstract = true,
|
| /openbmc/qemu/net/can/ |
| H A D | can_host.c | 93 .abstract = true,
|
| /openbmc/qemu/hw/ipmi/ |
| H A D | ipmi.c | 126 .abstract = true,
|
| /openbmc/qemu/target/i386/nvmm/ |
| H A D | nvmm-accel-ops.c | 103 .abstract = true,
|