Home
last modified time | relevance | path

Searched refs:abstract (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30.py516 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 Ddevice-introspect-test.c29 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 Daccel-target.c32 .abstract = true,
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw-input.c98 .abstract = true,
105 .abstract = true,
H A Dap-device.c29 .abstract = true,
/openbmc/qemu/util/
H A Dqemu-sockets.c938 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 Dsockets.json104 # @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 Dpython3-asttokens_3.0.0.bb1 SUMMARY = "The asttokens module annotates Python abstract syntax trees (ASTs)"
H A Dpython3-pyproject-api_1.8.0.bb4 SUMMARY = "pyproject-api aims to abstract away interaction with pyproject.toml style projects in a …
H A Dpython3-astroid_3.3.10.bb1 SUMMARY = "An abstract syntax tree for Python with inference support."
/openbmc/qemu/scripts/
H A Dcompare-machine-types.py61 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 Dvirtio-input-pci.c119 .abstract = true,
126 .abstract = true,
/openbmc/qemu/qom/
H A Dqom-qmp-cmds.c162 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 Dphysfs_3.0.2.bb1 SUMMARY = "PhysicsFS is a library to provide abstract access to various archives"
/openbmc/qemu/authz/
H A Dbase.c74 .abstract = true,
/openbmc/qemu/accel/qtest/
H A Dqtest.c79 .abstract = true,
/openbmc/qemu/hw/pci/
H A Dpcie_port.c202 .abstract = true,
231 .abstract = true,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/
H A Dgphoto2_2.5.28.bb11 file://0001-gphoto2-Use-pthread_t-abstract-type-for-thead-IDs.patch \
/openbmc/qemu/hw/misc/
H A Dimx_ccm.c78 .abstract = true,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gensio/
H A Dgensio_2.8.7.bb1 SUMMARY = "A library to abstract stream I/O like serial port, TCP, telnet, etc"
/openbmc/qemu/hw/tricore/
H A Dtriboard.c89 .abstract = true,
/openbmc/qemu/target/i386/hvf/
H A Dhvf-cpu.c89 .abstract = true,
/openbmc/qemu/net/can/
H A Dcan_host.c93 .abstract = true,
/openbmc/qemu/hw/ipmi/
H A Dipmi.c126 .abstract = true,
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-accel-ops.c103 .abstract = true,

12345678910>>...12